@das-fed/web 6.4.0-hot.50 → 6.4.0-hot.52
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/{index-C6EBmEp4.js → index-Cw2qhPqh.js} +4 -4
- package/{index-C6EBmEp4.js.gz → index-Cw2qhPqh.js.gz} +0 -0
- package/{packages/main-app-framework/index-DXkBo0db.js → index-piNlKhXT.js} +1 -1
- package/index-piNlKhXT.js.gz +0 -0
- package/{packages/main-app-framework/index-B_VNr9Cx.js → index-w97yLPoX.js} +1 -1
- package/index.js +1 -1
- package/package.json +6 -6
- package/{index-D4Bu_emO.js → packages/main-app-framework/index-BTF5NK5e.js} +1 -1
- package/{index-DoOQN3bh.js → packages/main-app-framework/index-BjGERUW3.js} +1 -1
- package/packages/main-app-framework/index-BjGERUW3.js.gz +0 -0
- package/packages/main-app-framework/{index-evPCaBEo.js → index-DGHNA_Mf.js} +4 -4
- package/packages/main-app-framework/{index-evPCaBEo.js.gz → index-DGHNA_Mf.js.gz} +0 -0
- package/packages/main-app-framework/index.js +1 -1
- package/index-DoOQN3bh.js.gz +0 -0
- package/packages/main-app-framework/index-DXkBo0db.js.gz +0 -0
|
@@ -9676,8 +9676,8 @@ const d8 = (f) => {
|
|
|
9676
9676
|
return localStorage.getItem("thirdLogouSource") === "zhongshen" && (d = !0), d;
|
|
9677
9677
|
}, r = (d) => {
|
|
9678
9678
|
if (localStorage.getItem("thirdLogouSource") === "zhongshen") {
|
|
9679
|
-
const
|
|
9680
|
-
localStorage.removeItem("thirdLogouSource"), location.href =
|
|
9679
|
+
const p = `https://iam-dev.shenyejituan.com:6443/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=${encodeURIComponent(d)}&entityId=AIoT&redirectToLogin=true`;
|
|
9680
|
+
localStorage.removeItem("thirdLogouSource"), location.href = p;
|
|
9681
9681
|
}
|
|
9682
9682
|
}, n = async () => {
|
|
9683
9683
|
const d = {
|
|
@@ -13404,11 +13404,11 @@ T("@das-fed/web");
|
|
|
13404
13404
|
const Oc = [
|
|
13405
13405
|
{
|
|
13406
13406
|
path: wA,
|
|
13407
|
-
component: () => import("./index-
|
|
13407
|
+
component: () => import("./index-piNlKhXT.js")
|
|
13408
13408
|
},
|
|
13409
13409
|
{
|
|
13410
13410
|
path: $v,
|
|
13411
|
-
component: () => import("./index-
|
|
13411
|
+
component: () => import("./index-w97yLPoX.js")
|
|
13412
13412
|
}
|
|
13413
13413
|
], Jb = {
|
|
13414
13414
|
routes: Oc,
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ import { DasSpin as x } from "@das-fed/ui/packages/components/spin/index";
|
|
|
6
6
|
import { getTabInfo as T } from "@das-fed/utils/common-info";
|
|
7
7
|
import { setShowLayout as b } from "@das-fed/utils/common-tools";
|
|
8
8
|
import { createService as E } from "@das-fed/utils/create-api-service";
|
|
9
|
-
import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-
|
|
9
|
+
import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-Cw2qhPqh.js";
|
|
10
10
|
const N = "v1", O = E(`/api/justauth/client/${N}`), V = O.get("/visitor/kingdee/auth/user/auth_code"), z = /* @__PURE__ */ k({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(F) {
|
|
Binary file
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as e, A as t, C as n, B as i, D as r, e as u, m as o, w as m, o as p, f as g, k as D, v as l, y as L, z as b, h as c, i as h, G as A, H as T, q as y, E as R, F as W, K as I, I as M, s as F, j as V, n as f, r as k, x as v, t as w } from "./index-
|
|
1
|
+
import { J as e, A as t, C as n, B as i, D as r, e as u, m as o, w as m, o as p, f as g, k as D, v as l, y as L, z as b, h as c, i as h, G as A, H as T, q as y, E as R, F as W, K as I, I as M, s as F, j as V, n as f, r as k, x as v, t as w } from "./index-Cw2qhPqh.js";
|
|
2
2
|
export {
|
|
3
3
|
e as DasMainAppLayout,
|
|
4
4
|
t as DasWebLayout,
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/web",
|
|
3
|
-
"version": "6.4.0-hot.
|
|
3
|
+
"version": "6.4.0-hot.52",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@das-fed/ui": "6.4.0-hot.
|
|
8
|
-
"@das-fed/utils": "6.4.0-hot.
|
|
9
|
-
"@das-fed/web": "6.4.0-hot.
|
|
10
|
-
"@das-fed/web-components": "6.4.0-hot.
|
|
7
|
+
"@das-fed/ui": "6.4.0-hot.52",
|
|
8
|
+
"@das-fed/utils": "6.4.0-hot.52",
|
|
9
|
+
"@das-fed/web": "6.4.0-hot.52",
|
|
10
|
+
"@das-fed/web-components": "6.4.0-hot.52",
|
|
11
11
|
"@microsoft/signalr": "^8.0.7",
|
|
12
12
|
"@vueuse/core": "^9.13.0",
|
|
13
13
|
"animate.css": "^4.1.1",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"vue-router": "^4.4.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@das-fed/cli": "6.4.0-hot.
|
|
22
|
+
"@das-fed/cli": "6.4.0-hot.52",
|
|
23
23
|
"@types/crypto-js": "^4.2.2",
|
|
24
24
|
"@types/lodash": "^4.14.194",
|
|
25
25
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -6,7 +6,7 @@ import { DasSpin as x } from "@das-fed/ui/packages/components/spin/index";
|
|
|
6
6
|
import { getTabInfo as T } from "@das-fed/utils/common-info";
|
|
7
7
|
import { setShowLayout as b } from "@das-fed/utils/common-tools";
|
|
8
8
|
import { createService as E } from "@das-fed/utils/create-api-service";
|
|
9
|
-
import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-
|
|
9
|
+
import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-DGHNA_Mf.js";
|
|
10
10
|
const N = "v1", O = E(`/api/justauth/client/${N}`), V = O.get("/visitor/kingdee/auth/user/auth_code"), z = /* @__PURE__ */ k({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(F) {
|
|
Binary file
|
|
@@ -8316,8 +8316,8 @@ const c6 = (e) => {
|
|
|
8316
8316
|
return localStorage.getItem("thirdLogouSource") === "zhongshen" && (d = !0), d;
|
|
8317
8317
|
}, r = (d) => {
|
|
8318
8318
|
if (localStorage.getItem("thirdLogouSource") === "zhongshen") {
|
|
8319
|
-
const
|
|
8320
|
-
localStorage.removeItem("thirdLogouSource"), location.href =
|
|
8319
|
+
const x = `https://iam-dev.shenyejituan.com:6443/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=${encodeURIComponent(d)}&entityId=AIoT&redirectToLogin=true`;
|
|
8320
|
+
localStorage.removeItem("thirdLogouSource"), location.href = x;
|
|
8321
8321
|
}
|
|
8322
8322
|
}, P = async () => {
|
|
8323
8323
|
const d = {
|
|
@@ -12044,11 +12044,11 @@ o("@das-fed/web");
|
|
|
12044
12044
|
const RX = [
|
|
12045
12045
|
{
|
|
12046
12046
|
path: RA,
|
|
12047
|
-
component: () => import("./index-
|
|
12047
|
+
component: () => import("./index-BjGERUW3.js")
|
|
12048
12048
|
},
|
|
12049
12049
|
{
|
|
12050
12050
|
path: vv,
|
|
12051
|
-
component: () => import("./index-
|
|
12051
|
+
component: () => import("./index-BTF5NK5e.js")
|
|
12052
12052
|
}
|
|
12053
12053
|
], j2 = {
|
|
12054
12054
|
routes: RX,
|
|
Binary file
|
package/index-DoOQN3bh.js.gz
DELETED
|
Binary file
|
|
Binary file
|