tx-sider 2.1.3 → 2.1.5
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 +7 -6
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +2 -2
package/lib/TXUI.mjs
CHANGED
|
@@ -27673,7 +27673,7 @@ const _sfc_main = {
|
|
|
27673
27673
|
});
|
|
27674
27674
|
const refData = toRefs(data3);
|
|
27675
27675
|
ref(JSON.parse(localStorage.getItem("AccessData")));
|
|
27676
|
-
const iconUrl = process.env.NODE_ENV == "development" ? "https://
|
|
27676
|
+
const iconUrl = process.env.NODE_ENV == "development" ? "https://basis.nacho.cn" : "https://basis.nacho.cn";
|
|
27677
27677
|
const [ccflowData, onClickTodo] = useCcflowCall();
|
|
27678
27678
|
watch(
|
|
27679
27679
|
() => props.isSystems,
|
|
@@ -27967,9 +27967,7 @@ const _sfc_main = {
|
|
|
27967
27967
|
const setOfBookId = ref();
|
|
27968
27968
|
const baseId = ref();
|
|
27969
27969
|
const refreshSystemHostname = window.location.hostname.split(".");
|
|
27970
|
-
const refreshSystemDomain = refreshSystemHostname.length === 1 ? "localhost" : "." + [refreshSystemHostname.at(-2), refreshSystemHostname.at(-1)].join(
|
|
27971
|
-
"."
|
|
27972
|
-
);
|
|
27970
|
+
const refreshSystemDomain = refreshSystemHostname.length === 1 ? "localhost" : "." + [refreshSystemHostname.at(-2), refreshSystemHostname.at(-1)].join(".");
|
|
27973
27971
|
const isChangeTokenRefreshFlag = () => location.hash.includes("changeTokenRefreshFlag");
|
|
27974
27972
|
const setCureentSetOfBookId = (res) => {
|
|
27975
27973
|
setSetOfBookIdToLocalAndPage(res);
|
|
@@ -28242,6 +28240,9 @@ const _sfc_main = {
|
|
|
28242
28240
|
data3.systemVisible = true;
|
|
28243
28241
|
};
|
|
28244
28242
|
const onFunOpen = () => {
|
|
28243
|
+
console.log("~🚀permissionModuleList🚀~", permissionModuleList.value);
|
|
28244
|
+
getPermissionModuleListData();
|
|
28245
|
+
console.log("~🚀permissionModuleList🚀~", permissionModuleList.value);
|
|
28245
28246
|
if (permissionModuleList.value.length === 0) {
|
|
28246
28247
|
message.info("你暂无权限,请联系管理员分配");
|
|
28247
28248
|
} else if (permissionModuleList.value.length === 1) {
|
|
@@ -28300,7 +28301,7 @@ const _sfc_main = {
|
|
|
28300
28301
|
};
|
|
28301
28302
|
}
|
|
28302
28303
|
};
|
|
28303
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28304
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-0c1039b2"), n2 = n2(), popScopeId(), n2);
|
|
28304
28305
|
const _hoisted_1 = {
|
|
28305
28306
|
class: "bg-white defaultTS funcTC relative",
|
|
28306
28307
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29253,7 +29254,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29253
29254
|
}, 8, ["show"])
|
|
29254
29255
|
], 64);
|
|
29255
29256
|
}
|
|
29256
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29257
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-0c1039b2"]]);
|
|
29257
29258
|
const components = [TSider];
|
|
29258
29259
|
installComponents();
|
|
29259
29260
|
function installComponents() {
|