tx-sider 2.1.13 → 2.1.15

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 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://localhost:7110" : "https://basis.nacho.cn";
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,
@@ -27940,11 +27940,13 @@ const _sfc_main = {
27940
27940
  };
27941
27941
  const oneModule = async (systemed) => {
27942
27942
  var _a;
27943
+ console.log("selectedSystems.value", selectedSystems.value);
27943
27944
  await getPermissionModuleListData();
27944
27945
  moduleTestS.value = ((_a = permissionModuleList.value.find(
27945
27946
  (_x) => _x.permissionModuleName === selectedSystems.value
27946
27947
  )) == null ? void 0 : _a.childGroups) ?? [];
27947
27948
  if (moduleTestS.value.length == 0) {
27949
+ console.log("🚀🚀");
27948
27950
  message.info("äŊ æš‚无权限īŧŒč¯ˇč”įŗģįŽĄį†å‘˜åˆ†é…");
27949
27951
  } else if (moduleTestS.value.length == 1) {
27950
27952
  changeModule(moduleTestS.value[0]);
@@ -28243,6 +28245,7 @@ const _sfc_main = {
28243
28245
  await getPermissionModuleListData();
28244
28246
  console.log("🚀🚀🚀🚀", permissionModuleList.value);
28245
28247
  if (permissionModuleList.value.length === 0) {
28248
+ console.log("🚀");
28246
28249
  message.info("äŊ æš‚无权限īŧŒč¯ˇč”įŗģįŽĄį†å‘˜åˆ†é…");
28247
28250
  } else if (permissionModuleList.value.length === 1) {
28248
28251
  oneModule(permissionModuleList.value[0].name);
@@ -28300,7 +28303,7 @@ const _sfc_main = {
28300
28303
  };
28301
28304
  }
28302
28305
  };
28303
- const _withScopeId = (n2) => (pushScopeId("data-v-4034a3a6"), n2 = n2(), popScopeId(), n2);
28306
+ const _withScopeId = (n2) => (pushScopeId("data-v-f1a6d088"), n2 = n2(), popScopeId(), n2);
28304
28307
  const _hoisted_1 = {
28305
28308
  class: "bg-white defaultTS funcTC relative",
28306
28309
  style: { "padding-bottom": "10px", "margin-bottom": "10px" }
@@ -29253,7 +29256,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29253
29256
  }, 8, ["show"])
29254
29257
  ], 64);
29255
29258
  }
29256
- const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4034a3a6"]]);
29259
+ const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f1a6d088"]]);
29257
29260
  const components = [TSider];
29258
29261
  installComponents();
29259
29262
  function installComponents() {