@das-fed/upf-utils 6.4.0-dev.152 → 6.4.0-dev.153
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 +655 -650
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +747 -728
- 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 +2 -1
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +2 -1
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +2 -1
- 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 +904 -921
- 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 +747 -728
- 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 +2 -1
- 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 +2 -1
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +747 -728
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +2 -1
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +2 -1
- 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/create-api-service/index.d.ts +5 -1
- package/create-api-service/index.js +701 -718
- package/create-api-service/index.js.gz +0 -0
- package/curring-http/type.d.ts +3 -0
- 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
|
|
@@ -3198,9 +3198,10 @@ kn(Tl);
|
|
|
3198
3198
|
Ut.extend(Vn);
|
|
3199
3199
|
Ut.extend(Kn);
|
|
3200
3200
|
const Vt = Ur(), Bn = Vt.sso ?? !0, xl = Vt.i18n ?? !0, Ln = Vt.noRedireLogin ?? !1, Un = () => {
|
|
3201
|
+
var e, n;
|
|
3201
3202
|
if (Ln) return;
|
|
3202
3203
|
const t = "/login";
|
|
3203
|
-
location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1,
|
|
3204
|
+
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));
|
|
3204
3205
|
}, Cl = async (t) => {
|
|
3205
3206
|
var n;
|
|
3206
3207
|
return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
|
|
Binary file
|