cimos7-vue3-common 0.4.61 → 0.4.63
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.
|
@@ -24135,7 +24135,7 @@ const T0 = (e) => function(r, a) {
|
|
|
24135
24135
|
},
|
|
24136
24136
|
emits: ["tap-menu", "tapCollapse"],
|
|
24137
24137
|
setup(e, { expose: r, emit: a }) {
|
|
24138
|
-
const d = ta("zy-menu"), f = Ae(null), w = Ae(""), v = Ae(""), b = a, x = e, W = Ae(!1), B = (ee, N) => {
|
|
24138
|
+
const d = ta("zy-menu"), f = Ae(null), w = Ae(""), v = Ae("tablelayoutDemo"), b = a, x = e, W = Ae(!1), B = (ee, N) => {
|
|
24139
24139
|
console.log(ee, N);
|
|
24140
24140
|
}, _ = (ee, N) => {
|
|
24141
24141
|
console.log(ee, N);
|
|
@@ -29997,24 +29997,25 @@ const wBe = (e) => {
|
|
|
29997
29997
|
});
|
|
29998
29998
|
return;
|
|
29999
29999
|
}
|
|
30000
|
-
|
|
30000
|
+
let r = e.path;
|
|
30001
|
+
if (e.path.endsWith(".html") && window.location.hostname == "localhost" && (r = r.replace(".html", "")), e.jumpType == 1)
|
|
30001
30002
|
window.sessionStorage.setItem("curModuleName", e.label), sessionStorage.setItem("curModuleNameEn", e.labelEN), window.sessionStorage.setItem("moduleId", e.id), window.open(e.path, e.openNewTab == 1 ? "_blank" : "_self");
|
|
30002
30003
|
else if (e.jumpType == 2)
|
|
30003
30004
|
window.open(e.path, e.openNewTab == 1 ? "_blank" : "_self", "noopener,noreferrer");
|
|
30004
30005
|
else if (e.jumpType == 3) {
|
|
30005
|
-
let
|
|
30006
|
-
|
|
30006
|
+
let a = Xd.get("access_token"), d = e.path;
|
|
30007
|
+
d.indexOf("?") > -1 ? d = d + "&token=" + encodeURIComponent(a) : d = d + "?token=" + encodeURIComponent(a), window.open(d, e.openNewTab == 1 ? "_blank" : "_self", "noopener,noreferrer");
|
|
30007
30008
|
} else if (e.jumpType == 4) {
|
|
30008
|
-
let
|
|
30009
|
-
if (!
|
|
30009
|
+
let a = Xd.get("logininfo");
|
|
30010
|
+
if (!a.createHsCimCode) {
|
|
30010
30011
|
console.warn("未发现logininfo.createHsCimCode");
|
|
30011
30012
|
return;
|
|
30012
30013
|
}
|
|
30013
|
-
H0(
|
|
30014
|
+
H0(a.createHsCimCode, {}, {
|
|
30014
30015
|
loading: !1
|
|
30015
|
-
}).then(({ data:
|
|
30016
|
-
let
|
|
30017
|
-
|
|
30016
|
+
}).then(({ data: d }) => {
|
|
30017
|
+
let f = e.path;
|
|
30018
|
+
f.indexOf("?") > -1 ? f = f + "&code=" + d : f = f + "?code=" + d, window.open(f, e.openNewTab == 1 ? "_blank" : "_self", "noopener,noreferrer");
|
|
30018
30019
|
});
|
|
30019
30020
|
} else
|
|
30020
30021
|
window.sessionStorage.setItem("curModuleName", e.label), sessionStorage.setItem("curModuleNameEn", e.labelEN), window.sessionStorage.setItem("moduleId", e.id), window.open(e.path, e.openNewTab == 0 ? "_blank" : "_self");
|