tx-sider 2.1.38 β 2.1.41
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/lib/TXUI.mjs +6 -4
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -24462,6 +24462,7 @@ const _sfc_main$1 = {
|
|
|
24462
24462
|
const getMenuList = async () => {
|
|
24463
24463
|
const { items } = await getPermissionSetOfBookMenuList(props.module);
|
|
24464
24464
|
menuList.value = items;
|
|
24465
|
+
localStorage.setItem("userPermissionModuleList", JSON.stringify(items));
|
|
24465
24466
|
};
|
|
24466
24467
|
function toProjectPages(routerPush) {
|
|
24467
24468
|
debugger;
|
|
@@ -24488,7 +24489,7 @@ const _sfc_main$1 = {
|
|
|
24488
24489
|
};
|
|
24489
24490
|
}
|
|
24490
24491
|
};
|
|
24491
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
24492
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-78225a1a"), n2 = n2(), popScopeId(), n2);
|
|
24492
24493
|
const _hoisted_1$1 = {
|
|
24493
24494
|
key: 0,
|
|
24494
24495
|
class: "w-[80px] flex flex-col justify-center focusTC bb-f5f5f5 br-f5f5f5",
|
|
@@ -24609,7 +24610,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24609
24610
|
}, 8, ["activeKey"])
|
|
24610
24611
|
]);
|
|
24611
24612
|
}
|
|
24612
|
-
const EconomicsSider = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
24613
|
+
const EconomicsSider = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-78225a1a"]]);
|
|
24613
24614
|
window.location.hostname.split(".");
|
|
24614
24615
|
function encryptionStr(data3) {
|
|
24615
24616
|
if (data3 === null || data3 === void 0) {
|
|
@@ -27884,6 +27885,7 @@ const _sfc_main = {
|
|
|
27884
27885
|
};
|
|
27885
27886
|
const oneModule = async (systemed) => {
|
|
27886
27887
|
var _a;
|
|
27888
|
+
console.log("oneModuleπππππ");
|
|
27887
27889
|
await getPermissionModuleListData();
|
|
27888
27890
|
moduleTestS.value = ((_a = permissionModuleList.value.find(
|
|
27889
27891
|
(_x) => _x.permissionModuleName === selectedSystems.value ? selectedSystems.value : systemed
|
|
@@ -28290,7 +28292,7 @@ const _sfc_main = {
|
|
|
28290
28292
|
};
|
|
28291
28293
|
}
|
|
28292
28294
|
};
|
|
28293
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28295
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-98dfbb56"), n2 = n2(), popScopeId(), n2);
|
|
28294
28296
|
const _hoisted_1 = {
|
|
28295
28297
|
class: "bg-white defaultTS funcTC relative",
|
|
28296
28298
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29243,7 +29245,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29243
29245
|
}, 8, ["show"])
|
|
29244
29246
|
], 64);
|
|
29245
29247
|
}
|
|
29246
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29248
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-98dfbb56"]]);
|
|
29247
29249
|
const components = [TSider];
|
|
29248
29250
|
installComponents();
|
|
29249
29251
|
function installComponents() {
|