agilebuilder-ui 1.0.29 → 1.0.31

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/super-ui.js CHANGED
@@ -25260,11 +25260,9 @@ function getSystemCode() {
25260
25260
  return window.$vueApp.config.globalProperties.customSystem ? e = window.$vueApp.config.globalProperties.customSystem : window.$vueApp.config.globalProperties.currentSystem ? e = window.$vueApp.config.globalProperties.currentSystem : e = window.$vueApp.config.globalProperties.systemCode, e;
25261
25261
  }
25262
25262
  function getPermissions() {
25263
- const e = (/* @__PURE__ */ new Date()).getTime(), t = getSystemCode(), n = window.sessionStorage.getItem(permissionKey + t);
25264
- if (n)
25265
- return JSON.parse(n);
25266
- const o = (/* @__PURE__ */ new Date()).getTime();
25267
- return window.sessionStorage.setItem("getPermissions==>执行时间:", o - e + ""), null;
25263
+ (/* @__PURE__ */ new Date()).getTime();
25264
+ const e = getSystemCode(), t = window.sessionStorage.getItem(permissionKey + e);
25265
+ return t ? JSON.parse(t) : ((/* @__PURE__ */ new Date()).getTime(), null);
25268
25266
  }
25269
25267
  const headerContextMenu_vue_vue_type_style_index_0_scoped_040fcf55_lang = "", _sfc_main$S = {
25270
25268
  name: "HeaderContextMenu",