@das-fed/upf-utils 6.4.0-dev.152 → 6.4.0-dev.154
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/api-services/index.js +2 -1
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +742 -727
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +655 -650
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +750 -731
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +2 -1
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +726 -743
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +747 -728
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +750 -767
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +2 -1
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +2 -1
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +726 -707
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +748 -729
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +2 -1
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +747 -728
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +747 -728
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +73 -72
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +747 -728
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +2 -1
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +2 -1
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +749 -730
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +2 -1
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +747 -728
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +729 -746
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +746 -727
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-tools/handle-data/index.d.ts +5 -0
- package/common-tools/handle-data/index.js +15 -2
- package/create-api-service/index.d.ts +5 -1
- package/create-api-service/index.js +2 -1
- package/create-api-service/index.js.gz +0 -0
- package/curring-http/type.d.ts +3 -0
- package/esm-map.json +2 -1
- package/package.json +4 -4
|
Binary file
|
|
@@ -3180,9 +3180,10 @@ In(Cl);
|
|
|
3180
3180
|
It.extend(Hn);
|
|
3181
3181
|
It.extend(zn);
|
|
3182
3182
|
const Wt = Fr(), Nn = Wt.sso ?? !0, _l = Wt.i18n ?? !0, $n = Wt.noRedireLogin ?? !1, Fn = () => {
|
|
3183
|
+
var e, n;
|
|
3183
3184
|
if ($n) return;
|
|
3184
3185
|
const t = "/login";
|
|
3185
|
-
location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1,
|
|
3186
|
+
location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1, (n = (e = window.top) == null ? void 0 : e.vueRouter) == null || n.replace(t));
|
|
3186
3187
|
}, Nl = async (t) => {
|
|
3187
3188
|
var n;
|
|
3188
3189
|
return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
|
|
Binary file
|
|
@@ -3200,9 +3200,10 @@ co(Ql);
|
|
|
3200
3200
|
rt.extend(go);
|
|
3201
3201
|
rt.extend(wo);
|
|
3202
3202
|
const ur = Ve(), ro = ur.sso ?? !0, Xl = ur.i18n ?? !0, no = ur.noRedireLogin ?? !1, oo = () => {
|
|
3203
|
+
var e, n;
|
|
3203
3204
|
if (no) return;
|
|
3204
3205
|
const t = "/login";
|
|
3205
|
-
location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1,
|
|
3206
|
+
location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1, (n = (e = window.top) == null ? void 0 : e.vueRouter) == null || n.replace(t));
|
|
3206
3207
|
}, Yl = async (t) => {
|
|
3207
3208
|
var n;
|
|
3208
3209
|
return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
|
|
Binary file
|