@das-fed/upf-utils 6.4.0-dev.151 → 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 +143 -140
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +656 -649
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +748 -727
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +751 -730
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +748 -727
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +745 -724
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +652 -653
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +801 -780
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +730 -745
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +247 -244
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +727 -706
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +4 -1
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +748 -727
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +748 -727
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +748 -727
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +749 -728
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +4 -1
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +748 -727
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +57 -54
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +4 -1
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +748 -727
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +4 -1
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +4 -1
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +720 -699
- 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 +4 -1
- 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,7 +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
|
-
|
|
3183
|
+
var e, n;
|
|
3184
|
+
if ($n) return;
|
|
3185
|
+
const t = "/login";
|
|
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));
|
|
3184
3187
|
}, Nl = async (t) => {
|
|
3185
3188
|
var n;
|
|
3186
3189
|
return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
|
|
Binary file
|
|
@@ -3198,7 +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
|
-
|
|
3201
|
+
var e, n;
|
|
3202
|
+
if (Ln) return;
|
|
3203
|
+
const t = "/login";
|
|
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));
|
|
3202
3205
|
}, Cl = async (t) => {
|
|
3203
3206
|
var n;
|
|
3204
3207
|
return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
|
|
Binary file
|