@das-fed/web 6.4.0-dev.74 → 6.4.0-dev.76
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-B1RWo7xG.js → index-C0YjmyLI.js} +1 -1
- package/index-C0YjmyLI.js.gz +0 -0
- package/{index-DZUQfjkM.js → index-D1nPlP-x.js} +64 -64
- package/index-D1nPlP-x.js.gz +0 -0
- package/{packages/main-app-framework/index-DBw_rOhs.js → index-DRjmVgWp.js} +1 -1
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/create-das-web-app/index.js.gz +0 -0
- package/packages/i18n/index.js.gz +0 -0
- package/packages/layout/index.js +2 -2
- package/packages/layout/index.js.gz +0 -0
- package/packages/layout/style.css +2 -2
- package/packages/layout/style.css.gz +0 -0
- package/packages/main-app-framework/{index-C3fbyiHb.js → index-B21me_RQ.js} +1 -1
- package/packages/main-app-framework/index-B21me_RQ.js.gz +0 -0
- package/packages/main-app-framework/{index-BqAokL6q.js → index-B9hDz0K5.js} +71 -71
- package/packages/main-app-framework/index-B9hDz0K5.js.gz +0 -0
- package/{index-BcSGtivb.js → packages/main-app-framework/index-C7__SEV7.js} +1 -1
- 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 +2 -2
- package/packages/micro-frontend/index.js.gz +0 -0
- package/packages/micro-frontend/style.css +1 -1
- package/packages/style/style.css.gz +0 -0
- package/packages/theme/index.js.gz +0 -0
- package/style.css +2 -2
- package/style.css.gz +0 -0
- package/index-B1RWo7xG.js.gz +0 -0
- package/index-DZUQfjkM.js.gz +0 -0
- package/packages/main-app-framework/index-BqAokL6q.js.gz +0 -0
- package/packages/main-app-framework/index-C3fbyiHb.js.gz +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as lA, computed as
|
|
1
|
+
import { defineComponent as lA, computed as gA, openBlock as eA, createBlock as XA, unref as V, mergeProps as mn, withCtx as Y, renderSlot as d9, createVNode as k, getCurrentScope as ln, onScopeDispose as Dn, getCurrentInstance as Vn, onMounted as CA, nextTick as N9, ref as o, watch as mA, reactive as k3, createElementVNode as B, createTextVNode as iA, toDisplayString as nA, createElementBlock as VA, Fragment as a9, renderList as Q3, withDirectives as cf, createCommentVNode as PA, h as NA, render as tf, vShow as Ze, normalizeClass as Y3, isRef as UA, onBeforeUnmount as S9, useCssVars as Nn, withModifiers as OA, toRefs as Rn, normalizeStyle as c7 } from "vue";
|
|
2
2
|
import { DasWebLayout as jn, DasWebNav as Zn, DasWebMenu as Tn, DasWebTabs as Ln, layout as F, layoutData as G3 } from "@das-fed/web/packages/layout/index";
|
|
3
3
|
import { DasChangePwdRef as on, DasChangePwd as yn } from "@das-fed/ui/packages/business-components/change-pwd/index";
|
|
4
4
|
import { DasChangeEnterprises as Wn } from "@das-fed/ui/packages/business-components/change-enterprises/index";
|
|
@@ -19,7 +19,7 @@ import { login as K3, getTokenParams as C3, real_uri as _3, tokenStorage as hn }
|
|
|
19
19
|
import { getAccessToken as Kn, removeAccessToken as Cn } from "@das-fed/utils/token-tools";
|
|
20
20
|
import { DasSpin as Hf } from "@das-fed/ui/packages/components/spin/index";
|
|
21
21
|
import { DasDialog as R9 } from "@das-fed/ui/packages/components/dialog/index";
|
|
22
|
-
import { DasButton as
|
|
22
|
+
import { DasButton as MA } from "@das-fed/ui/packages/components/button/index";
|
|
23
23
|
import { vDasTooltip as _n } from "@das-fed/ui/packages/components/text-tooltip/index";
|
|
24
24
|
import { microFrontend as FA } from "@das-fed/web/packages/micro-frontend/index";
|
|
25
25
|
import { setPersonalInfo as $n } from "@das-fed/utils/common-info/set-personal-info";
|
|
@@ -48,9 +48,9 @@ import { DasSearch as ir } from "@das-fed/ui/packages/components/search/index";
|
|
|
48
48
|
import { DasInput as Oe } from "@das-fed/ui/packages/components/input/index";
|
|
49
49
|
import { DasTreeSelect as sr } from "@das-fed/ui/packages/components/tree-select/index";
|
|
50
50
|
import { DasCheckbox as s7 } from "@das-fed/ui/packages/components/checkbox/index";
|
|
51
|
-
const v9 = "/home",
|
|
51
|
+
const v9 = "/home", wA = "/application", vv = [
|
|
52
52
|
{ value: v9, label: "首页", path: v9, fixed: !0 },
|
|
53
|
-
{ value:
|
|
53
|
+
{ value: wA, label: "应用", path: wA, fixed: !0 }
|
|
54
54
|
], X9 = "/outerView", nv = "/placeholder", qr = [
|
|
55
55
|
{ value: "0", label: "个性化设置" },
|
|
56
56
|
{ value: "1", label: "个人中心" },
|
|
@@ -70,10 +70,10 @@ const v9 = "/home", gA = "/application", vv = [
|
|
|
70
70
|
routeKeepAliveVisible: { type: Boolean, default: !0 }
|
|
71
71
|
},
|
|
72
72
|
setup(e) {
|
|
73
|
-
const A = e, f =
|
|
73
|
+
const A = e, f = gA(() => ({
|
|
74
74
|
"enter-active-class": "animate__animated animate__fadeInLeft",
|
|
75
75
|
...A.transitionConfig
|
|
76
|
-
})), v =
|
|
76
|
+
})), v = gA(() => ({
|
|
77
77
|
showLayout: A.showLayout,
|
|
78
78
|
showAside: A.showAside,
|
|
79
79
|
showTabs: A.showTabs,
|
|
@@ -353,7 +353,7 @@ const or = Fn.get("watermark"), yr = /* @__PURE__ */ lA({
|
|
|
353
353
|
for (const [v, r] of A)
|
|
354
354
|
f[v] = r;
|
|
355
355
|
return f;
|
|
356
|
-
}, Wr = /* @__PURE__ */ YA(yr, [["__scopeId", "data-v-
|
|
356
|
+
}, Wr = /* @__PURE__ */ YA(yr, [["__scopeId", "data-v-dacc9554"]]), wr = {
|
|
357
357
|
"--menu-tip-diaolg-content": "#212121",
|
|
358
358
|
"--menu-tip-diaolg-divide": "#d9d9d9",
|
|
359
359
|
"--menu-tip-diaolg-info": "#999999"
|
|
@@ -380,7 +380,7 @@ const or = Fn.get("watermark"), yr = /* @__PURE__ */ lA({
|
|
|
380
380
|
}, {
|
|
381
381
|
footer: Y(() => [
|
|
382
382
|
B("div", Ir, [
|
|
383
|
-
k(V(
|
|
383
|
+
k(V(MA), {
|
|
384
384
|
btnType: "default",
|
|
385
385
|
size: "small",
|
|
386
386
|
onClick: f.closeCallback
|
|
@@ -440,7 +440,7 @@ const or = Fn.get("watermark"), yr = /* @__PURE__ */ lA({
|
|
|
440
440
|
/* STABLE */
|
|
441
441
|
}, 8, ["modelValue", "width", "height", "title", "onClosed"]));
|
|
442
442
|
}
|
|
443
|
-
}), gr = /* @__PURE__ */ YA(Mr, [["__scopeId", "data-v-
|
|
443
|
+
}), gr = /* @__PURE__ */ YA(Mr, [["__scopeId", "data-v-816eb0f2"]]), Y9 = ({ title: e = "", content: A = "", desc: f = [] }) => new Promise((v) => {
|
|
444
444
|
const r = document.createElement("div");
|
|
445
445
|
r.setAttribute("id", "entry-app-dialog"), document.body.appendChild(r);
|
|
446
446
|
const t = NA(gr, { title: e, content: A, desc: f, closeCallback: () => {
|
|
@@ -492,7 +492,7 @@ const Br = (e = {}) => {
|
|
|
492
492
|
}), sessionStorage.setItem("tabs", JSON.stringify(A));
|
|
493
493
|
}, zv = () => {
|
|
494
494
|
sessionStorage.removeItem("tabs");
|
|
495
|
-
},
|
|
495
|
+
}, EA = (e) => {
|
|
496
496
|
let A = uA();
|
|
497
497
|
e.forEach((f) => {
|
|
498
498
|
if (f.key === "subAppList" && !Array.isArray(f.value)) {
|
|
@@ -502,7 +502,7 @@ const Br = (e = {}) => {
|
|
|
502
502
|
Object.assign(A, { [f.key]: f.value });
|
|
503
503
|
}), sessionStorage.setItem("subApps", JSON.stringify(A));
|
|
504
504
|
}, Ee = () => {
|
|
505
|
-
|
|
505
|
+
EA([
|
|
506
506
|
{ key: "currentSubApp", value: {} },
|
|
507
507
|
{ key: "currentSubAppCode", value: "" },
|
|
508
508
|
{ key: "subAppList", value: [] },
|
|
@@ -1934,8 +1934,8 @@ function av() {
|
|
|
1934
1934
|
var f7 = b[GA - 15], m9 = f7.high, g9 = f7.low, un = (m9 >>> 1 | g9 << 31) ^ (m9 >>> 8 | g9 << 24) ^ m9 >>> 7, e7 = (g9 >>> 1 | m9 << 31) ^ (g9 >>> 8 | m9 << 24) ^ (g9 >>> 7 | m9 << 25), v7 = b[GA - 2], l9 = v7.high, B9 = v7.low, zn = (l9 >>> 19 | B9 << 13) ^ (l9 << 3 | B9 >>> 29) ^ l9 >>> 6, n7 = (B9 >>> 19 | l9 << 13) ^ (B9 << 3 | l9 >>> 29) ^ (B9 >>> 6 | l9 << 26), r7 = b[GA - 7], dn = r7.high, Xn = r7.low, P7 = b[GA - 16], bn = P7.high, t7 = P7.low;
|
|
1935
1935
|
kA = e7 + Xn, f9 = un + dn + (kA >>> 0 < e7 >>> 0 ? 1 : 0), kA = kA + n7, f9 = f9 + zn + (kA >>> 0 < n7 >>> 0 ? 1 : 0), kA = kA + t7, f9 = f9 + bn + (kA >>> 0 < t7 >>> 0 ? 1 : 0), ef.high = f9, ef.low = kA;
|
|
1936
1936
|
}
|
|
1937
|
-
var cn = E & jA ^ ~E & ff, u7 = M & KA ^ ~M & I9, an = dA & xA ^ dA & _ ^ xA & _, sn = zA & h ^ zA & fA ^ h & fA, qn = (dA >>> 28 | zA << 4) ^ (dA << 30 | zA >>> 2) ^ (dA << 25 | zA >>> 7), z7 = (zA >>> 28 | dA << 4) ^ (zA << 30 | dA >>> 2) ^ (zA << 25 | dA >>> 7), Hn = (E >>> 14 | M << 18) ^ (E >>> 18 | M << 14) ^ (E << 23 | M >>> 9), pn = (M >>> 14 | E << 18) ^ (M >>> 18 | E << 14) ^ (M << 23 | E >>> 9), d7 = p[GA], xn = d7.high, X7 = d7.low,
|
|
1938
|
-
Zf = ff, M9 = I9, ff = jA, I9 = KA, jA = E, KA = M, M = U +
|
|
1937
|
+
var cn = E & jA ^ ~E & ff, u7 = M & KA ^ ~M & I9, an = dA & xA ^ dA & _ ^ xA & _, sn = zA & h ^ zA & fA ^ h & fA, qn = (dA >>> 28 | zA << 4) ^ (dA << 30 | zA >>> 2) ^ (dA << 25 | zA >>> 7), z7 = (zA >>> 28 | dA << 4) ^ (zA << 30 | dA >>> 2) ^ (zA << 25 | dA >>> 7), Hn = (E >>> 14 | M << 18) ^ (E >>> 18 | M << 14) ^ (E << 23 | M >>> 9), pn = (M >>> 14 | E << 18) ^ (M >>> 18 | E << 14) ^ (M << 23 | E >>> 9), d7 = p[GA], xn = d7.high, X7 = d7.low, IA = M9 + pn, e9 = Zf + Hn + (IA >>> 0 < M9 >>> 0 ? 1 : 0), IA = IA + u7, e9 = e9 + cn + (IA >>> 0 < u7 >>> 0 ? 1 : 0), IA = IA + X7, e9 = e9 + xn + (IA >>> 0 < X7 >>> 0 ? 1 : 0), IA = IA + kA, e9 = e9 + f9 + (IA >>> 0 < kA >>> 0 ? 1 : 0), b7 = z7 + sn, On = qn + an + (b7 >>> 0 < z7 >>> 0 ? 1 : 0);
|
|
1938
|
+
Zf = ff, M9 = I9, ff = jA, I9 = KA, jA = E, KA = M, M = U + IA | 0, E = u9 + e9 + (M >>> 0 < U >>> 0 ? 1 : 0) | 0, u9 = _, U = fA, _ = xA, fA = h, xA = dA, h = zA, zA = IA + b7 | 0, dA = e9 + On + (zA >>> 0 < IA >>> 0 ? 1 : 0) | 0;
|
|
1939
1939
|
}
|
|
1940
1940
|
O = H.low = O + zA, H.high = j + dA + (O >>> 0 < zA >>> 0 ? 1 : 0), Z = c.low = Z + h, c.high = R + xA + (Z >>> 0 < h >>> 0 ? 1 : 0), K = q.low = K + fA, q.high = L + _ + (K >>> 0 < fA >>> 0 ? 1 : 0), G = x.low = G + U, x.high = C + u9 + (G >>> 0 < U >>> 0 ? 1 : 0), Q = l.low = Q + M, l.high = S + E + (Q >>> 0 < M >>> 0 ? 1 : 0), AA = D.low = AA + KA, D.high = J + jA + (AA >>> 0 < KA >>> 0 ? 1 : 0), W = N.low = W + I9, N.high = T + ff + (W >>> 0 < I9 >>> 0 ? 1 : 0), w = m.low = w + M9, m.high = I + Zf + (w >>> 0 < M9 >>> 0 ? 1 : 0);
|
|
1941
1941
|
},
|
|
@@ -6465,12 +6465,12 @@ const Xf = (e, A = "") => {
|
|
|
6465
6465
|
}, Re = (e) => {
|
|
6466
6466
|
const A = uA().subAppList ?? [];
|
|
6467
6467
|
let { index: f, target: v } = wd(A, e);
|
|
6468
|
-
return A.splice(f, 1), A.length ?
|
|
6468
|
+
return A.splice(f, 1), A.length ? EA([{ key: "subAppList", value: A }]) : Ee(), oA([
|
|
6469
6469
|
{ key: "currentCode", value: "" },
|
|
6470
6470
|
{ key: "currentTab", value: {} },
|
|
6471
6471
|
{ key: `preTab:${e}`, value: {} },
|
|
6472
6472
|
{ key: `tabMap:${e}`, value: [] }
|
|
6473
|
-
]), v || (v = { fixed: !0, path:
|
|
6473
|
+
]), v || (v = { fixed: !0, path: wA }), { currentApp: v };
|
|
6474
6474
|
}, Ed = (e, A) => {
|
|
6475
6475
|
const f = e.findIndex((P) => P.code === A), v = e.slice(0, f), r = e.slice(f + 1);
|
|
6476
6476
|
return { left: v, right: r };
|
|
@@ -6592,7 +6592,7 @@ const Xf = (e, A = "") => {
|
|
|
6592
6592
|
const X = Id(A.code, d, f);
|
|
6593
6593
|
X != null && X.currentApp && (A = X.currentApp), X != null && X.currentMenu && (p = X.currentMenu), X != null && X.currentTab && (r.query = ((a = X.currentTab) == null ? void 0 : a.query) ?? {});
|
|
6594
6594
|
}
|
|
6595
|
-
if ((A == null ? void 0 : A.routeUrl) ===
|
|
6595
|
+
if ((A == null ? void 0 : A.routeUrl) === wA)
|
|
6596
6596
|
return { menuConfig: [], currentApp: A, currentMenu: null, query: null };
|
|
6597
6597
|
if (p) {
|
|
6598
6598
|
const X = `/${p.applicationPath}${p.routeUrl}`;
|
|
@@ -6601,7 +6601,7 @@ const Xf = (e, A = "") => {
|
|
|
6601
6601
|
const c = { ...r.query, app: z, menu: p.code };
|
|
6602
6602
|
if (P && t) {
|
|
6603
6603
|
const q = { ...A, currentMenuCode: p.code, menus: d, originalMenus: n };
|
|
6604
|
-
|
|
6604
|
+
EA([
|
|
6605
6605
|
{ key: "currentSubApp", value: q },
|
|
6606
6606
|
{ key: "currentSubAppCode", value: z },
|
|
6607
6607
|
{ key: "subAppList", value: q }
|
|
@@ -6641,7 +6641,7 @@ const Xf = (e, A = "") => {
|
|
|
6641
6641
|
}, gd = P9.get("/appcategory"), Bd = P9.get("/app/common"), j3 = o(!1), Z3 = o([]), Kv = async () => {
|
|
6642
6642
|
j3.value = !0;
|
|
6643
6643
|
const [e, A] = await gd().run({ userType: 1 });
|
|
6644
|
-
return j3.value = !1, e ? (Z3.value = [], { navConfig: [] }) : (Z3.value = A,
|
|
6644
|
+
return j3.value = !1, e ? (Z3.value = [], { navConfig: [] }) : (Z3.value = A, EA([{ key: "appcategorys", value: A }]), { navConfig: A });
|
|
6645
6645
|
}, T3 = o([]), kd = async () => {
|
|
6646
6646
|
var P;
|
|
6647
6647
|
const [e, A] = await Bd().run();
|
|
@@ -6649,7 +6649,7 @@ const Xf = (e, A = "") => {
|
|
|
6649
6649
|
return T3.value = [], { fixedAppsConfig: [] };
|
|
6650
6650
|
T3.value = A;
|
|
6651
6651
|
const f = ((P = uA()) == null ? void 0 : P.subAppList) || [], v = f.map((t) => t.code), r = A.filter((t) => !v.includes(t.code));
|
|
6652
|
-
return
|
|
6652
|
+
return EA([{ key: "subAppList", value: [...f, ...r] }]), { fixedAppsConfig: A };
|
|
6653
6653
|
}, Cv = "v1", Qd = Le.get("/organization/authProjectTree"), Yd = yA(`/api/customer/customer/${Cv}`), Gd = Yd.get("/project/list"), Ud = yA(`/api/project/project-server/${Cv}`), Jd = Ud.get("/list/message"), Fd = async () => {
|
|
6654
6654
|
var t, z;
|
|
6655
6655
|
const e = af();
|
|
@@ -6714,7 +6714,7 @@ const Xf = (e, A = "") => {
|
|
|
6714
6714
|
}, p = () => ({
|
|
6715
6715
|
style: f.value ? 1 : 2,
|
|
6716
6716
|
skinStyle: u()
|
|
6717
|
-
}), b =
|
|
6717
|
+
}), b = gA(() => {
|
|
6718
6718
|
const a = wn.value === "zh-cn";
|
|
6719
6719
|
return {
|
|
6720
6720
|
default: a ? d5 : a5,
|
|
@@ -6931,7 +6931,7 @@ const Xf = (e, A = "") => {
|
|
|
6931
6931
|
[Ze, a.isShow]
|
|
6932
6932
|
]);
|
|
6933
6933
|
}
|
|
6934
|
-
}), I5 = /* @__PURE__ */ YA(E5, [["__scopeId", "data-v-
|
|
6934
|
+
}), I5 = /* @__PURE__ */ YA(E5, [["__scopeId", "data-v-81971137"]]), Af = "v1", M5 = `/api/portal/manager/${Af}`, Se = yA(M5), g5 = `/api/orchestration-engine/${Af}`, he = yA(`${g5}`), B5 = `/api/workbench/workbench-server/${Af}`, k5 = yA(B5), Q5 = `/workflow/form/form/${Af}`, Y5 = yA(Q5), G5 = `/api/portal/user/${Af}`, An = yA(G5), U5 = An.get("/home"), J5 = An.delete("/home"), F5 = Se.get("/basics/home/type"), S5 = Se.get("/basics/tree-page"), h5 = Se.get("/basics/list"), K5 = he.get("/device-list/arrange/page"), C5 = he.get("/drawingArrangement/list"), _5 = he.get("/data/arrange/page"), $5 = k5.get("/page/portal/list"), A6 = Y5.post("/list"), f6 = (e) => {
|
|
6935
6935
|
const { orgInfo: A, information: f, validate: v } = e, r = o(!1), P = o(""), t = o(""), z = o(""), d = o([]), n = o({
|
|
6936
6936
|
id: "0",
|
|
6937
6937
|
path: "",
|
|
@@ -6999,7 +6999,7 @@ const Xf = (e, A = "") => {
|
|
|
6999
6999
|
}, e6 = "/enterpriseadmin/ioc-server/ioc-server/ws";
|
|
7000
7000
|
let vf = null;
|
|
7001
7001
|
const v6 = (e) => {
|
|
7002
|
-
const { information: A, orgInfo: f } = e, v =
|
|
7002
|
+
const { information: A, orgInfo: f } = e, v = gA(() => A.value.orgId), r = o(!1), P = o(0), t = o([
|
|
7003
7003
|
{ value: 0, label: g("图纸") },
|
|
7004
7004
|
{ value: 1, label: g("图纸编排") },
|
|
7005
7005
|
{ value: 2, label: g("设备编排") },
|
|
@@ -7129,7 +7129,7 @@ const v6 = (e) => {
|
|
|
7129
7129
|
__name: "index",
|
|
7130
7130
|
emits: ["confirm", "cancel"],
|
|
7131
7131
|
setup(e, { expose: A, emit: f }) {
|
|
7132
|
-
const v = f, r = o(!1), P =
|
|
7132
|
+
const v = f, r = o(!1), P = gA(() => {
|
|
7133
7133
|
var n;
|
|
7134
7134
|
return (n = n9.value) != null && n.homeAlias ? n9.value.homeAlias : g("首页");
|
|
7135
7135
|
}), t = () => {
|
|
@@ -7335,7 +7335,7 @@ const v6 = (e) => {
|
|
|
7335
7335
|
"margin-right": "0"
|
|
7336
7336
|
}, {
|
|
7337
7337
|
default: Y(() => [
|
|
7338
|
-
k(V(
|
|
7338
|
+
k(V(MA), {
|
|
7339
7339
|
btnType: "primary",
|
|
7340
7340
|
ghost: "",
|
|
7341
7341
|
size: "middle",
|
|
@@ -7377,7 +7377,7 @@ const v6 = (e) => {
|
|
|
7377
7377
|
}, {
|
|
7378
7378
|
footer: Y(() => [
|
|
7379
7379
|
B("div", null, [
|
|
7380
|
-
k(V(
|
|
7380
|
+
k(V(MA), {
|
|
7381
7381
|
size: "middle",
|
|
7382
7382
|
onClick: _[8] || (_[8] = (fA) => b.value = !1)
|
|
7383
7383
|
}, {
|
|
@@ -7391,7 +7391,7 @@ const v6 = (e) => {
|
|
|
7391
7391
|
_: 1
|
|
7392
7392
|
/* STABLE */
|
|
7393
7393
|
}),
|
|
7394
|
-
k(V(
|
|
7394
|
+
k(V(MA), {
|
|
7395
7395
|
btnType: "primary",
|
|
7396
7396
|
size: "middle",
|
|
7397
7397
|
style: { "margin-left": "12px" },
|
|
@@ -7444,7 +7444,7 @@ const v6 = (e) => {
|
|
|
7444
7444
|
}, {
|
|
7445
7445
|
footer: Y(() => [
|
|
7446
7446
|
B("div", null, [
|
|
7447
|
-
k(V(
|
|
7447
|
+
k(V(MA), {
|
|
7448
7448
|
size: "middle",
|
|
7449
7449
|
onClick: _[15] || (_[15] = (fA) => m.value = !1)
|
|
7450
7450
|
}, {
|
|
@@ -7458,7 +7458,7 @@ const v6 = (e) => {
|
|
|
7458
7458
|
_: 1
|
|
7459
7459
|
/* STABLE */
|
|
7460
7460
|
}),
|
|
7461
|
-
k(V(
|
|
7461
|
+
k(V(MA), {
|
|
7462
7462
|
btnType: "primary",
|
|
7463
7463
|
size: "middle",
|
|
7464
7464
|
style: { "margin-left": "12px" },
|
|
@@ -7573,10 +7573,10 @@ const v6 = (e) => {
|
|
|
7573
7573
|
/* STABLE_FRAGMENT */
|
|
7574
7574
|
));
|
|
7575
7575
|
}
|
|
7576
|
-
}), i6 = /* @__PURE__ */ YA(a6, [["__scopeId", "data-v-
|
|
7576
|
+
}), i6 = /* @__PURE__ */ YA(a6, [["__scopeId", "data-v-acf77da9"]]), s6 = "v1", q6 = `/api/portal/user/${s6}`, H6 = yA(q6), p6 = Sn.post("/menu/personal-setting"), x6 = H6.put("/home"), O6 = { class: "preson-style-drawer" }, m6 = { class: "preson-style-footer" }, l6 = /* @__PURE__ */ lA({
|
|
7577
7577
|
__name: "index",
|
|
7578
7578
|
setup(e, { expose: A }) {
|
|
7579
|
-
const f = o(!1), v = o(!1), r = o(null), P = o(null), t = o("theme"), z = o(""), d =
|
|
7579
|
+
const f = o(!1), v = o(!1), r = o(null), P = o(null), t = o("theme"), z = o(""), d = gA(() => [
|
|
7580
7580
|
{
|
|
7581
7581
|
key: "theme",
|
|
7582
7582
|
tab: g("主题设置")
|
|
@@ -7616,7 +7616,7 @@ const v6 = (e) => {
|
|
|
7616
7616
|
}, {
|
|
7617
7617
|
footer: Y(() => [
|
|
7618
7618
|
B("div", m6, [
|
|
7619
|
-
k(V(
|
|
7619
|
+
k(V(MA), {
|
|
7620
7620
|
size: "middle",
|
|
7621
7621
|
onClick: b[2] || (b[2] = (i) => f.value = !1),
|
|
7622
7622
|
style: { "margin-right": "12px" }
|
|
@@ -7631,7 +7631,7 @@ const v6 = (e) => {
|
|
|
7631
7631
|
_: 1
|
|
7632
7632
|
/* STABLE */
|
|
7633
7633
|
}),
|
|
7634
|
-
k(V(
|
|
7634
|
+
k(V(MA), {
|
|
7635
7635
|
btnType: "primary",
|
|
7636
7636
|
size: "middle",
|
|
7637
7637
|
loading: v.value,
|
|
@@ -7673,7 +7673,7 @@ const v6 = (e) => {
|
|
|
7673
7673
|
}, 8, ["title", "modelValue"])) : PA("v-if", !0)
|
|
7674
7674
|
]));
|
|
7675
7675
|
}
|
|
7676
|
-
}), D6 = /* @__PURE__ */ YA(l6, [["__scopeId", "data-v-
|
|
7676
|
+
}), D6 = /* @__PURE__ */ YA(l6, [["__scopeId", "data-v-ee8cc238"]]), V6 = () => o(null), N6 = { class: "iframe-container" }, R6 = ["src"], j6 = /* @__PURE__ */ lA({
|
|
7677
7677
|
__name: "index",
|
|
7678
7678
|
props: {
|
|
7679
7679
|
src: { default: "" }
|
|
@@ -7717,7 +7717,7 @@ const v6 = (e) => {
|
|
|
7717
7717
|
}, 8, ["spinning"])) : PA("v-if", !0)
|
|
7718
7718
|
]));
|
|
7719
7719
|
}
|
|
7720
|
-
}), je = /* @__PURE__ */ YA(j6, [["__scopeId", "data-v-
|
|
7720
|
+
}), je = /* @__PURE__ */ YA(j6, [["__scopeId", "data-v-ed99a1f3"]]), Z6 = Te.get("/login/history"), T6 = () => {
|
|
7721
7721
|
const e = () => ["/licenseActivate", "/licenseDataManage", "/sso-logout"].some((d) => new RegExp(`^${d}$`, "i").test(location.pathname)), A = (t) => {
|
|
7722
7722
|
const { browserLogoImgHost: z = "", browserLogoImg: d = "" } = t || {}, n = d ? z + sf(d) : "./logo.svg";
|
|
7723
7723
|
Yr(n), Bn(n);
|
|
@@ -7801,8 +7801,8 @@ const v6 = (e) => {
|
|
|
7801
7801
|
...c,
|
|
7802
7802
|
label: g(c.label)
|
|
7803
7803
|
}));
|
|
7804
|
-
X.forEach((c) => (a != null && a.appAlias && c.value ===
|
|
7805
|
-
const H = a != null && a.enable && (a == null ? void 0 : a.displayPosition) !== 2 ? v9 :
|
|
7804
|
+
X.forEach((c) => (a != null && a.appAlias && c.value === wA && (c.label = a.appAlias), a != null && a.homeAlias && c.value === v9 && (c.label = a.homeAlias), c)), a != null && a.enable ? ((a == null ? void 0 : a.displayPosition) === 2 && (X = L6(X, 0, 1)), z.value = X) : (z.value = X.filter((c) => c.path === wA), f.path === v9 && await A.replace(wA));
|
|
7805
|
+
const H = a != null && a.enable && (a == null ? void 0 : a.displayPosition) !== 2 ? v9 : wA;
|
|
7806
7806
|
sessionStorage.getItem("defalt-page") || f.path !== H && await A.replace(H), sessionStorage.setItem("defalt-page", H), F.nav.setItems(z.value);
|
|
7807
7807
|
}, i = o(!1);
|
|
7808
7808
|
return F.nav.addEventListener("onBeforeMount", async () => {
|
|
@@ -7831,7 +7831,7 @@ const v6 = (e) => {
|
|
|
7831
7831
|
const l = uA().subAppList ?? [];
|
|
7832
7832
|
l.length && (l.forEach((N) => {
|
|
7833
7833
|
N.menus = [], N.originalMenus = [];
|
|
7834
|
-
}),
|
|
7834
|
+
}), EA([{ key: "subAppList", value: l }])), i.value = !0;
|
|
7835
7835
|
}), { loading: t, innerPage: z, commandList: d, layoutInited: i, initNextTick: () => new Promise((a) => {
|
|
7836
7836
|
const X = async () => {
|
|
7837
7837
|
var q;
|
|
@@ -7869,7 +7869,7 @@ const v6 = (e) => {
|
|
|
7869
7869
|
}), F.menu.addEventListener("toggleCollapse", (A) => {
|
|
7870
7870
|
const f = G3.nav.activeItem;
|
|
7871
7871
|
let v = uA().menuCollapses || [];
|
|
7872
|
-
A ? v = Array.from(/* @__PURE__ */ new Set([...v, f])) : v = v.filter((r) => r !== f),
|
|
7872
|
+
A ? v = Array.from(/* @__PURE__ */ new Set([...v, f])) : v = v.filter((r) => r !== f), EA([{ key: "menuCollapses", value: v }]);
|
|
7873
7873
|
});
|
|
7874
7874
|
}, w6 = () => {
|
|
7875
7875
|
const { changeApp: e, deleteApp: A, beforeEntryApp: f } = E9();
|
|
@@ -8009,8 +8009,8 @@ const v6 = (e) => {
|
|
|
8009
8009
|
}
|
|
8010
8010
|
const f = uA();
|
|
8011
8011
|
f.subAppList && f.subAppList.length && sessionStorage.setItem("has-subapp", "true"), e();
|
|
8012
|
-
}), window.__isAutoCloseApp = !0, sessionStorage.getItem("has-subapp") && (window.__isAutoCloseApp = !1, window.location.replace(location.origin +
|
|
8013
|
-
e(), window.__isAutoCloseApp = !1, window.location.replace(location.origin +
|
|
8012
|
+
}), window.__isAutoCloseApp = !0, sessionStorage.getItem("has-subapp") && (window.__isAutoCloseApp = !1, window.location.replace(location.origin + wA), sessionStorage.removeItem("has-subapp")), FA.addEventListenerFromMicroApp("system-reload", () => {
|
|
8013
|
+
e(), window.__isAutoCloseApp = !1, window.location.replace(location.origin + wA);
|
|
8014
8014
|
});
|
|
8015
8015
|
}, E9 = () => {
|
|
8016
8016
|
const e = o9(), { entryMenu: A } = Vf(), { unloadRoute: f } = fn();
|
|
@@ -8032,7 +8032,7 @@ const v6 = (e) => {
|
|
|
8032
8032
|
content: g("此应用菜单已过期/已收回/配置有误") + "<br/>" + g("无法使用")
|
|
8033
8033
|
}), c = !0) : (await Y9({ title: g("提示"), content: g("此应用未配置菜单/无菜单权限") + "<br/>" + g("无法使用") }), c = !0), c) return !1;
|
|
8034
8034
|
const q = { ...b, menus: X, originalMenus: H };
|
|
8035
|
-
return
|
|
8035
|
+
return EA([{ key: "subAppList", value: q }]), !0;
|
|
8036
8036
|
}, n = async (b) => {
|
|
8037
8037
|
var Z, L, K, C, G;
|
|
8038
8038
|
const { microApp: i = null, menuCode: s = "", menuPath: a = "", route: X = {} } = b;
|
|
@@ -8052,7 +8052,7 @@ const v6 = (e) => {
|
|
|
8052
8052
|
displayAppName: i.name
|
|
8053
8053
|
}), z();
|
|
8054
8054
|
const S = ((K = uA()) == null ? void 0 : K.subAppList) ?? [];
|
|
8055
|
-
if ((S == null ? void 0 : S.find((J) => J.code === i.code)) || S == null || S.push(i),
|
|
8055
|
+
if ((S == null ? void 0 : S.find((J) => J.code === i.code)) || S == null || S.push(i), EA([
|
|
8056
8056
|
{ key: "currentSubApp", value: i },
|
|
8057
8057
|
{ key: "currentSubAppCode", value: i.code },
|
|
8058
8058
|
{ key: "subAppList", value: S }
|
|
@@ -8134,7 +8134,7 @@ const v6 = (e) => {
|
|
|
8134
8134
|
}, u = async (b) => {
|
|
8135
8135
|
var i;
|
|
8136
8136
|
if (pA.innerSet = !0, b.fixed) {
|
|
8137
|
-
await e.push(b.path), F.menu.setItems([]), F.tab.setItems([]), F.nav.setActiveItem(b.path),
|
|
8137
|
+
await e.push(b.path), F.menu.setItems([]), F.tab.setItems([]), F.nav.setActiveItem(b.path), EA([
|
|
8138
8138
|
{ key: "currentSubAppCode", value: "" },
|
|
8139
8139
|
{ key: "currentSubApp", value: {} }
|
|
8140
8140
|
]), oA([
|
|
@@ -8164,7 +8164,7 @@ const v6 = (e) => {
|
|
|
8164
8164
|
c && c.length && f(c), a.forEach((q) => F.iframeView.triggerEventListener("onUnloadPage", q.path));
|
|
8165
8165
|
}
|
|
8166
8166
|
let X = null;
|
|
8167
|
-
if (i.currentSubAppCode === b.code && (s + 1 !== i.subAppList.length ? i.subAppList[s + 1] && (X = i.subAppList[s + 1]) : i.subAppList[s - 1] && (X = i.subAppList[s - 1])), i.subAppList.splice(s, 1),
|
|
8167
|
+
if (i.currentSubAppCode === b.code && (s + 1 !== i.subAppList.length ? i.subAppList[s + 1] && (X = i.subAppList[s + 1]) : i.subAppList[s - 1] && (X = i.subAppList[s - 1])), i.subAppList.splice(s, 1), EA([{ key: "subAppList", value: i.subAppList }]), oA([
|
|
8168
8168
|
{ key: `preTab:${b.code}`, value: {} },
|
|
8169
8169
|
{ key: `tabMap:${b.code}`, value: [] }
|
|
8170
8170
|
]), X) {
|
|
@@ -8172,8 +8172,8 @@ const v6 = (e) => {
|
|
|
8172
8172
|
await u(c), F.nav.setActiveItem(X.code);
|
|
8173
8173
|
}
|
|
8174
8174
|
if (!i.subAppList.length) {
|
|
8175
|
-
if (F.menu.setItems([]), F.tab.setItems([]), location.pathname !==
|
|
8176
|
-
const c = vv.find((q) => q.value ===
|
|
8175
|
+
if (F.menu.setItems([]), F.tab.setItems([]), location.pathname !== wA && location.pathname !== v9) {
|
|
8176
|
+
const c = vv.find((q) => q.value === wA);
|
|
8177
8177
|
c && u(c);
|
|
8178
8178
|
}
|
|
8179
8179
|
Ee(), zv();
|
|
@@ -8313,7 +8313,7 @@ const v6 = (e) => {
|
|
|
8313
8313
|
const m = q.filter((O) => O.code !== c && !H.includes(O.code)), j = q.filter(
|
|
8314
8314
|
(O) => c === O.code || H.includes(O.code)
|
|
8315
8315
|
);
|
|
8316
|
-
|
|
8316
|
+
EA([{ key: "subAppList", value: j }]), m && m.length && m.forEach((O) => {
|
|
8317
8317
|
oA([
|
|
8318
8318
|
{ key: `preTab:${O.code}`, value: {} },
|
|
8319
8319
|
{ key: `tabMap:${O.code}`, value: [] }
|
|
@@ -8355,7 +8355,7 @@ const v6 = (e) => {
|
|
|
8355
8355
|
F.nav.appendItem(O);
|
|
8356
8356
|
});
|
|
8357
8357
|
const m = e.value.find((j) => j.path === location.pathname);
|
|
8358
|
-
m && (F.nav.setActiveItem(m.path), F.menu.setItems([]), F.tab.setItems([]),
|
|
8358
|
+
m && (F.nav.setActiveItem(m.path), F.menu.setItems([]), F.tab.setItems([]), EA([
|
|
8359
8359
|
{ key: "currentSubAppCode", value: "" },
|
|
8360
8360
|
{ key: "currentSubApp", value: {} }
|
|
8361
8361
|
]), oA([
|
|
@@ -8432,7 +8432,7 @@ const v6 = (e) => {
|
|
|
8432
8432
|
r();
|
|
8433
8433
|
});
|
|
8434
8434
|
const P = () => {
|
|
8435
|
-
Xv(), Ur(), window.__isAutoCloseApp = !1, window.location.replace(
|
|
8435
|
+
Xv(), Ur(), window.__isAutoCloseApp = !1, window.location.replace(location.origin + wA);
|
|
8436
8436
|
};
|
|
8437
8437
|
return {
|
|
8438
8438
|
changeEnterprisesVisible: A,
|
|
@@ -8525,7 +8525,7 @@ const v6 = (e) => {
|
|
|
8525
8525
|
const r = A.subAppList;
|
|
8526
8526
|
r == null || r.forEach((P) => {
|
|
8527
8527
|
P.code === f && (P.menus = v);
|
|
8528
|
-
}),
|
|
8528
|
+
}), EA([
|
|
8529
8529
|
{
|
|
8530
8530
|
key: "currentSubApp",
|
|
8531
8531
|
value: r == null ? void 0 : r.find((P) => P.code === f)
|
|
@@ -8634,7 +8634,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ lA({
|
|
|
8634
8634
|
emits: ["itemClick"],
|
|
8635
8635
|
setup(e, { emit: A }) {
|
|
8636
8636
|
Nn((u) => ({
|
|
8637
|
-
"
|
|
8637
|
+
"23bfa220": n.value
|
|
8638
8638
|
}));
|
|
8639
8639
|
const f = e, v = A, r = o(), { toggle: P, isFullscreen: t } = K9(r), z = () => {
|
|
8640
8640
|
r.value != document.fullscreenElement && (t.value ? (t.value = !1, N9(() => {
|
|
@@ -8642,7 +8642,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ lA({
|
|
|
8642
8642
|
})) : P());
|
|
8643
8643
|
}, d = () => {
|
|
8644
8644
|
v("itemClick");
|
|
8645
|
-
}, n =
|
|
8645
|
+
}, n = gA(() => `calc(100% / ${Math.sqrt(f.gridNum)})`);
|
|
8646
8646
|
return (u, p) => (eA(), VA(
|
|
8647
8647
|
"div",
|
|
8648
8648
|
{
|
|
@@ -8659,7 +8659,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ lA({
|
|
|
8659
8659
|
/* CLASS, NEED_HYDRATION */
|
|
8660
8660
|
));
|
|
8661
8661
|
}
|
|
8662
|
-
}), t1 = /* @__PURE__ */ YA(P1, [["__scopeId", "data-v-
|
|
8662
|
+
}), t1 = /* @__PURE__ */ YA(P1, [["__scopeId", "data-v-68946aef"]]), u1 = { class: "layout-wrapper" }, z1 = /* @__PURE__ */ lA({
|
|
8663
8663
|
__name: "GridLayout",
|
|
8664
8664
|
props: {
|
|
8665
8665
|
gridNum: {},
|
|
@@ -8695,7 +8695,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ lA({
|
|
|
8695
8695
|
))
|
|
8696
8696
|
]));
|
|
8697
8697
|
}
|
|
8698
|
-
}), d1 = /* @__PURE__ */ YA(z1, [["__scopeId", "data-v-
|
|
8698
|
+
}), d1 = /* @__PURE__ */ YA(z1, [["__scopeId", "data-v-22baf4d8"]]), X1 = /* @__PURE__ */ lA({
|
|
8699
8699
|
__name: "DirectionControl",
|
|
8700
8700
|
emits: ["change"],
|
|
8701
8701
|
setup(e, { emit: A }) {
|
|
@@ -8822,7 +8822,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ lA({
|
|
|
8822
8822
|
/* NEED_HYDRATION */
|
|
8823
8823
|
));
|
|
8824
8824
|
}
|
|
8825
|
-
}), b1 = /* @__PURE__ */ YA(X1, [["__scopeId", "data-v-
|
|
8825
|
+
}), b1 = /* @__PURE__ */ YA(X1, [["__scopeId", "data-v-5061ed2b"]]), c1 = { class: "video-wrapper" }, a1 = { class: "video-top" }, i1 = { class: "video-top_l" }, s1 = { class: "video-title-wrapper" }, q1 = { class: "video-title" }, H1 = { class: "video-top_r" }, p1 = {
|
|
8826
8826
|
key: 0,
|
|
8827
8827
|
class: "play-status"
|
|
8828
8828
|
}, x1 = { class: "video-bottom" }, O1 = { class: "video-bottom_r" }, m1 = /* @__PURE__ */ lA({
|
|
@@ -8847,7 +8847,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ lA({
|
|
|
8847
8847
|
enlarge: import("@das-fed/ui/packages/icons/enlarge"),
|
|
8848
8848
|
"direction-control": import("@das-fed/ui/packages/icons/direction-control")
|
|
8849
8849
|
});
|
|
8850
|
-
const f = e, v = A, r = o(!0), P = o(), t = o(!1), z = o(), d =
|
|
8850
|
+
const f = e, v = A, r = o(!0), P = o(), t = o(!1), z = o(), d = gA(() => {
|
|
8851
8851
|
var q;
|
|
8852
8852
|
return (q = z.value) == null ? void 0 : q.video;
|
|
8853
8853
|
}), n = o(!1), u = o(!0), p = (q) => {
|
|
@@ -9057,7 +9057,7 @@ const r1 = f1.post("data/device-auth"), P1 = /* @__PURE__ */ lA({
|
|
|
9057
9057
|
}, 8, ["spinning"])
|
|
9058
9058
|
]));
|
|
9059
9059
|
}
|
|
9060
|
-
}), l1 = /* @__PURE__ */ YA(m1, [["__scopeId", "data-v-
|
|
9060
|
+
}), l1 = /* @__PURE__ */ YA(m1, [["__scopeId", "data-v-25a3c0f5"]]), D1 = /* @__PURE__ */ lA({
|
|
9061
9061
|
props: {
|
|
9062
9062
|
deviceInfo: {
|
|
9063
9063
|
type: Object,
|
|
@@ -9161,7 +9161,7 @@ const N1 = /* @__PURE__ */ lA({
|
|
|
9161
9161
|
Av({
|
|
9162
9162
|
fullscreen2: import("@das-fed/ui/packages/icons/fullscreen-2")
|
|
9163
9163
|
});
|
|
9164
|
-
const A = e, f = o(!0), { render: v, toggleFullscreen: r } = V1(A), P =
|
|
9164
|
+
const A = e, f = o(!0), { render: v, toggleFullscreen: r } = V1(A), P = gA(() => {
|
|
9165
9165
|
let t = {};
|
|
9166
9166
|
switch (A.gridNum) {
|
|
9167
9167
|
case 1:
|
|
@@ -11360,7 +11360,7 @@ const q8 = yA(`/api/tool/event-bus/${Rf}/`), se = q8.post("/publish"), H8 = Le.g
|
|
|
11360
11360
|
]),
|
|
11361
11361
|
footer: Y(() => [
|
|
11362
11362
|
B("div", I8, [
|
|
11363
|
-
k(V(
|
|
11363
|
+
k(V(MA), {
|
|
11364
11364
|
size: "middle",
|
|
11365
11365
|
onClick: xA
|
|
11366
11366
|
}, {
|
|
@@ -11374,7 +11374,7 @@ const q8 = yA(`/api/tool/event-bus/${Rf}/`), se = q8.post("/publish"), H8 = Le.g
|
|
|
11374
11374
|
_: 1
|
|
11375
11375
|
/* STABLE */
|
|
11376
11376
|
}),
|
|
11377
|
-
k(V(
|
|
11377
|
+
k(V(MA), {
|
|
11378
11378
|
block: "",
|
|
11379
11379
|
size: "middle",
|
|
11380
11380
|
onClick: E[29] || (E[29] = (M) => h(1))
|
|
@@ -11389,7 +11389,7 @@ const q8 = yA(`/api/tool/event-bus/${Rf}/`), se = q8.post("/publish"), H8 = Le.g
|
|
|
11389
11389
|
_: 1
|
|
11390
11390
|
/* STABLE */
|
|
11391
11391
|
}),
|
|
11392
|
-
k(V(
|
|
11392
|
+
k(V(MA), {
|
|
11393
11393
|
block: "",
|
|
11394
11394
|
btnType: "primary",
|
|
11395
11395
|
size: "middle",
|
|
@@ -11697,7 +11697,7 @@ const q8 = yA(`/api/tool/event-bus/${Rf}/`), se = q8.post("/publish"), H8 = Le.g
|
|
|
11697
11697
|
}, 8, ["modelValue"])
|
|
11698
11698
|
]));
|
|
11699
11699
|
}
|
|
11700
|
-
}), B8 = /* @__PURE__ */ YA(g8, [["__scopeId", "data-v-
|
|
11700
|
+
}), B8 = /* @__PURE__ */ YA(g8, [["__scopeId", "data-v-bae36ff1"]]), k8 = (e, A, f) => ({
|
|
11701
11701
|
handleAlarmVue: () => NA(B8, {
|
|
11702
11702
|
handerIds: A.value,
|
|
11703
11703
|
projectId: h9().id,
|
|
@@ -11735,8 +11735,8 @@ const q8 = yA(`/api/tool/event-bus/${Rf}/`), se = q8.post("/publish"), H8 = Le.g
|
|
|
11735
11735
|
},
|
|
11736
11736
|
[
|
|
11737
11737
|
B("div", G8, [
|
|
11738
|
-
PA(` <div class="icon-box" :style="{ color: msgItem.color }"
|
|
11739
|
-
|
|
11738
|
+
PA(` <div class="icon-box" :style="{ color: msgItem.color }">\r
|
|
11739
|
+
!\r
|
|
11740
11740
|
</div> `),
|
|
11741
11741
|
B(
|
|
11742
11742
|
"div",
|
|
@@ -11810,7 +11810,7 @@ const q8 = yA(`/api/tool/event-bus/${Rf}/`), se = q8.post("/publish"), H8 = Le.g
|
|
|
11810
11810
|
)
|
|
11811
11811
|
]),
|
|
11812
11812
|
B("div", fX, [
|
|
11813
|
-
t.msgItem.equipmentCode && t.msgItem.equipmentPanelCode ? (eA(), XA(V(
|
|
11813
|
+
t.msgItem.equipmentCode && t.msgItem.equipmentPanelCode ? (eA(), XA(V(MA), {
|
|
11814
11814
|
key: 0,
|
|
11815
11815
|
block: "",
|
|
11816
11816
|
onClick: OA(P, ["stop"]),
|
|
@@ -11827,7 +11827,7 @@ const q8 = yA(`/api/tool/event-bus/${Rf}/`), se = q8.post("/publish"), H8 = Le.g
|
|
|
11827
11827
|
_: 1
|
|
11828
11828
|
/* STABLE */
|
|
11829
11829
|
})) : PA("v-if", !0),
|
|
11830
|
-
t.alarmhandle ? (eA(), XA(V(
|
|
11830
|
+
t.alarmhandle ? (eA(), XA(V(MA), {
|
|
11831
11831
|
key: 1,
|
|
11832
11832
|
block: "",
|
|
11833
11833
|
btnType: "primary-text",
|
|
@@ -12012,7 +12012,7 @@ const rX = () => {
|
|
|
12012
12012
|
}), uX = { class: "das-main-app-container" }, zX = /* @__PURE__ */ lA({
|
|
12013
12013
|
__name: "index",
|
|
12014
12014
|
setup(e) {
|
|
12015
|
-
const { isFullscreen: A } = K9(), f =
|
|
12015
|
+
const { isFullscreen: A } = K9(), f = gA(() => !A.value), v = gA(() => pA.excludeRoutes), r = gA(() => pA.routeKeepAliveVisible), P = gA(() => ({ mode: JA.value.style === 1 ? "vertical" : "inline" }));
|
|
12016
12016
|
mA(
|
|
12017
12017
|
() => G3.nav.activeItem,
|
|
12018
12018
|
(x) => {
|
|
@@ -12078,7 +12078,7 @@ const rX = () => {
|
|
|
12078
12078
|
k(V(tX))
|
|
12079
12079
|
]));
|
|
12080
12080
|
}
|
|
12081
|
-
}), dX = /* @__PURE__ */ YA(zX, [["__scopeId", "data-v-
|
|
12081
|
+
}), dX = /* @__PURE__ */ YA(zX, [["__scopeId", "data-v-2c0ab6c0"]]), XX = {
|
|
12082
12082
|
正在实时预览: { "zh-CN": "正在实时预览", en: "Real-time preview", _appCode: "framework" },
|
|
12083
12083
|
声音: { "zh-CN": "声音", en: "Sound", _appCode: "framework" },
|
|
12084
12084
|
截图: { "zh-CN": "截图", en: "Screenshot", _appCode: "framework" },
|
|
@@ -12234,12 +12234,12 @@ En(XX);
|
|
|
12234
12234
|
o("@das-fed/web");
|
|
12235
12235
|
const bX = [
|
|
12236
12236
|
{
|
|
12237
|
-
path:
|
|
12238
|
-
component: () => import("./index-
|
|
12237
|
+
path: wA,
|
|
12238
|
+
component: () => import("./index-B21me_RQ.js")
|
|
12239
12239
|
},
|
|
12240
12240
|
{
|
|
12241
12241
|
path: nv,
|
|
12242
|
-
component: () => import("./index-
|
|
12242
|
+
component: () => import("./index-C7__SEV7.js")
|
|
12243
12243
|
}
|
|
12244
12244
|
], d2 = {
|
|
12245
12245
|
routes: bX,
|
|
Binary file
|