@das-fed/web 7.0.7-hot.6 → 7.0.7-hot.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-CDxDqvvD.js +100 -0
- package/index-CDxDqvvD.js.gz +0 -0
- package/{packages/main-app-framework/index-DxTe9g1t.js → index-CZNzqhos.js} +1 -1
- package/{index-BvMPIPcw.js → index-q8r7G4BJ.js} +7482 -7261
- package/index-q8r7G4BJ.js.gz +0 -0
- package/index.js +1 -1
- package/package.json +12 -8
- package/packages/create-das-web-app/index.js +45 -49
- package/packages/create-das-web-app/index.js.gz +0 -0
- package/packages/i18n/index.js.gz +0 -0
- package/packages/layout/index.js +346 -346
- package/packages/layout/index.js.gz +0 -0
- package/packages/layout/style.css +1 -1
- package/packages/layout/style.css.gz +0 -0
- package/packages/main-app-framework/assets/black-logo-B-Qipuvf.png +0 -0
- package/packages/main-app-framework/assets/cjb-CTZzysmN.png +0 -0
- package/packages/main-app-framework/assets/cjb-preview-Cz6ZEp0h.png +0 -0
- package/packages/main-app-framework/assets/cjb-preview-DWYaDhQb.png +0 -0
- package/packages/main-app-framework/assets/default-DOjV2jIm.png +0 -0
- package/packages/main-app-framework/assets/default-preview-DEfMZxi2.png +0 -0
- package/packages/main-app-framework/assets/default-preview-HZjPO_Oz.png +0 -0
- package/packages/main-app-framework/assets/dkh-DkyUTuR0.png +0 -0
- package/packages/main-app-framework/assets/dkh-preview-DQZDuJfb.png +0 -0
- package/packages/main-app-framework/assets/dkh-preview-SJ0YoU2z.png +0 -0
- package/packages/main-app-framework/assets/feedback-QNGIKgWm.png +0 -0
- package/packages/main-app-framework/assets/hengxian-CyCsW-Hu.png +0 -0
- package/packages/main-app-framework/assets/kjl-DozNzlyC.png +0 -0
- package/packages/main-app-framework/assets/kjl-preview-CCoSuYDK.png +0 -0
- package/packages/main-app-framework/assets/kjl-preview-xHIEscys.png +0 -0
- package/packages/main-app-framework/assets/noIconurl-7L4lHbul.png +0 -0
- package/packages/main-app-framework/assets/qianru-Bsf1Lhh2.png +0 -0
- package/packages/main-app-framework/assets/setected-tvECHVG9.svg +31 -0
- package/packages/main-app-framework/assets/ssl-XnQ4A9bQ.png +0 -0
- package/packages/main-app-framework/assets/ssl-preview-C4BD2d61.png +0 -0
- package/packages/main-app-framework/assets/ssl-preview-DI5pA3Df.png +0 -0
- package/packages/main-app-framework/assets/unselected-C4QVkFPL.svg +39 -0
- package/packages/main-app-framework/assets/white-logo-D7bqAkJL.png +0 -0
- package/packages/main-app-framework/index-CszZ6ZSo.js +16798 -0
- package/packages/main-app-framework/index-CszZ6ZSo.js.gz +0 -0
- package/{index-CtwGrzH9.js → packages/main-app-framework/index-DLqeqqIt.js} +1 -1
- package/packages/main-app-framework/index-Doc6gRMQ.js +100 -0
- package/packages/main-app-framework/index-Doc6gRMQ.js.gz +0 -0
- package/packages/main-app-framework/index.js +1 -1
- package/packages/main-app-framework/style.css +1 -1
- package/packages/main-app-framework/style.css.gz +0 -0
- package/packages/micro-frontend/index.js.gz +0 -0
- package/packages/style/style.css.gz +0 -0
- package/packages/theme/index.js.gz +0 -0
- package/style.css +1 -1
- package/style.css.gz +0 -0
- package/types/main-app-framework/business/video-link/open.d.ts +1 -0
- package/types/main-app-framework/i18n/index.d.ts +10 -0
- package/types/main-app-framework/init-config/get-project-config/api.d.ts +3 -0
- package/types/main-app-framework/init-config/get-project-config/index.d.ts +5 -0
- package/types/main-app-framework/init-config/get-project-config/station-reserve-entry.d.ts +66 -0
- package/types/main-app-framework/init-platform/api.d.ts +1 -0
- package/types/main-app-framework/init-sso/useTokenRefresh.d.ts +9 -0
- package/types/main-app-framework/utils/src/set-common-info.d.ts +11 -11
- package/index-BvMPIPcw.js.gz +0 -0
- package/index-E77gum55.js +0 -88
- package/index-E77gum55.js.gz +0 -0
- package/packages/main-app-framework/index-76Uhoeeg.js +0 -88
- package/packages/main-app-framework/index-76Uhoeeg.js.gz +0 -0
- package/packages/main-app-framework/index-B3BnT3-C.js +0 -16574
- package/packages/main-app-framework/index-B3BnT3-C.js.gz +0 -0
- package/types/create-das-web-app/get-web-config.d.ts +0 -1
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { defineComponent as C, computed as p, createElementBlock as S, openBlock as A, Fragment as I, createElementVNode as j, withDirectives as b, createVNode as d, unref as c, withCtx as D, vShow as E } from "vue";
|
|
2
|
+
import { layoutData as P } from "@das-fed/web/packages/layout/index";
|
|
3
|
+
import { t as $ } from "@das-fed/web/packages/i18n/index";
|
|
4
|
+
import { DasAppContainer as x } from "@das-fed/ui/packages/business-components/app-container/index";
|
|
5
|
+
import { DasSpin as T } from "@das-fed/ui/packages/components/spin/index";
|
|
6
|
+
import { getTabInfo as L } from "@das-fed/utils/common-info";
|
|
7
|
+
import { setShowLayout as q } from "@das-fed/utils/common-tools";
|
|
8
|
+
import { createService as B } from "@das-fed/utils/create-api-service";
|
|
9
|
+
import { u as N, p as R, a as l, c as m, b as V, l as F, g as K, d as M } from "./index-q8r7G4BJ.js";
|
|
10
|
+
const O = "v1", G = B(`/api/justauth/client/${O}`), H = G.get("/visitor/kingdee/auth/user/auth_code"), ne = /* @__PURE__ */ C({
|
|
11
|
+
__name: "index",
|
|
12
|
+
setup(J) {
|
|
13
|
+
const { beforeEntryApp: g, entryApp: h } = N(), w = () => {
|
|
14
|
+
const e = sessionStorage.getItem("iwmStationReservePath") || "/";
|
|
15
|
+
window.__isAutoCloseApp = !1, window.open(e, "_blank");
|
|
16
|
+
}, _ = p(() => R.value.skinStyle), y = p(() => !!P.menu.items.length), k = p(() => {
|
|
17
|
+
if (!l.value || !l.value.length) return [];
|
|
18
|
+
const e = m(l.value);
|
|
19
|
+
return Array.isArray(e) ? e.length ? (e.forEach((r) => {
|
|
20
|
+
r.apps = v(
|
|
21
|
+
r.apps,
|
|
22
|
+
// element.apps.filter((item: any) => item?.code && item.code !== 'dasaiassistant'),
|
|
23
|
+
4
|
|
24
|
+
);
|
|
25
|
+
}), e) : [] : [];
|
|
26
|
+
}), v = (e, r) => {
|
|
27
|
+
const i = [];
|
|
28
|
+
for (let t = 0; t < e.length; t += r)
|
|
29
|
+
i.push(e.slice(t, t + r));
|
|
30
|
+
return i;
|
|
31
|
+
}, U = async (e, r = !0) => {
|
|
32
|
+
if (!e) return;
|
|
33
|
+
if (!sessionStorage.getItem("projectInfo")) {
|
|
34
|
+
window.confirm($("系统资源更新,请刷新系统")) && (window.__isAutoCloseApp = !1, window.location.reload());
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
const t = m(e);
|
|
38
|
+
if (F.innerSet = r, t.routeUrl) {
|
|
39
|
+
if (e.code === "Ioc") {
|
|
40
|
+
window.open(t.routeUrl, "_blank");
|
|
41
|
+
return;
|
|
42
|
+
}
|
|
43
|
+
if (e.code === "wojiacloud") {
|
|
44
|
+
const o = sessionStorage.getItem("kingdee_token") || "";
|
|
45
|
+
if (o) {
|
|
46
|
+
const [n, a] = await H().run({ accessToken: o });
|
|
47
|
+
if (a) {
|
|
48
|
+
const s = (a == null ? void 0 : a.auth_code) ?? "";
|
|
49
|
+
t.routeUrl = t.routeUrl.includes("?") ? `${t.routeUrl}&code=${s}` : `${t.routeUrl}?code=${s}`;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
const u = (e == null ? void 0 : e.openType) ?? 1, f = (e == null ? void 0 : e.type) ?? 1;
|
|
55
|
+
if (u === 1) {
|
|
56
|
+
if (!await g(e)) return;
|
|
57
|
+
const n = L().preTab[e.code], a = (n == null ? void 0 : n.code) ?? "", s = { ...(n == null ? void 0 : n.query) ?? {} };
|
|
58
|
+
h({ microApp: t, menuCode: a, route: { query: s } });
|
|
59
|
+
}
|
|
60
|
+
if (u === 2 && t.routeUrl) {
|
|
61
|
+
let o = "";
|
|
62
|
+
if (f === 1)
|
|
63
|
+
o = t != null && t.applicationPath ? ("/" + t.applicationPath + "/" + t.routeUrl).replace(/\/\//g, "/") : ("/" + t.routeUrl).replace(/\/\//g, "/"), o = q(o);
|
|
64
|
+
else if (f === 2) {
|
|
65
|
+
const n = await K(t.routeUrl, (t == null ? void 0 : t.param) ?? []);
|
|
66
|
+
o = M(n);
|
|
67
|
+
}
|
|
68
|
+
window.open(o, "_blank");
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
return (e, r) => (A(), S(
|
|
72
|
+
I,
|
|
73
|
+
null,
|
|
74
|
+
[
|
|
75
|
+
j("button", { onClick: w }, "测试跳转到工位预定"),
|
|
76
|
+
b(d(c(T), {
|
|
77
|
+
full: "",
|
|
78
|
+
spinning: c(V)
|
|
79
|
+
}, {
|
|
80
|
+
default: D(() => [
|
|
81
|
+
d(c(x), {
|
|
82
|
+
theme: _.value,
|
|
83
|
+
appCategorys: k.value,
|
|
84
|
+
onOpenApp: U
|
|
85
|
+
}, null, 8, ["theme", "appCategorys"])
|
|
86
|
+
]),
|
|
87
|
+
_: 1
|
|
88
|
+
/* STABLE */
|
|
89
|
+
}, 8, ["spinning"]), [
|
|
90
|
+
[E, !y.value]
|
|
91
|
+
])
|
|
92
|
+
],
|
|
93
|
+
64
|
|
94
|
+
/* STABLE_FRAGMENT */
|
|
95
|
+
));
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
export {
|
|
99
|
+
ne as default
|
|
100
|
+
};
|
|
Binary file
|