tx-sider 2.1.48 â 2.1.49
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 +8 -2
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -28268,6 +28268,12 @@ const _sfc_main = {
|
|
|
28268
28268
|
console.log("đđđđ", permissionModuleList.value);
|
|
28269
28269
|
if (permissionModuleList.value.length === 0) {
|
|
28270
28270
|
message.info("äŊ ææ æéīŧ蝎čįŗģįŽĄįååé
");
|
|
28271
|
+
} else {
|
|
28272
|
+
if (permissionModuleList.value.length === 1) {
|
|
28273
|
+
oneModule(permissionModuleList.value[0].permissionModuleName);
|
|
28274
|
+
} else {
|
|
28275
|
+
systemVisibleTrue();
|
|
28276
|
+
}
|
|
28271
28277
|
}
|
|
28272
28278
|
} else if (permissionModuleList.value.length === 1) {
|
|
28273
28279
|
oneModule(permissionModuleList.value[0].permissionModuleName);
|
|
@@ -28333,7 +28339,7 @@ const _sfc_main = {
|
|
|
28333
28339
|
};
|
|
28334
28340
|
}
|
|
28335
28341
|
};
|
|
28336
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28342
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-2b8a4c16"), n2 = n2(), popScopeId(), n2);
|
|
28337
28343
|
const _hoisted_1 = {
|
|
28338
28344
|
class: "bg-white defaultTS funcTC relative",
|
|
28339
28345
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29282,7 +29288,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29282
29288
|
}, 8, ["show"])
|
|
29283
29289
|
], 64);
|
|
29284
29290
|
}
|
|
29285
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29291
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2b8a4c16"]]);
|
|
29286
29292
|
const components = [TSider];
|
|
29287
29293
|
installComponents();
|
|
29288
29294
|
function installComponents() {
|