@das-fed/web 7.0.7-hot.16 → 7.0.7-hot.17

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.
@@ -13660,7 +13660,9 @@ const UO = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml
13660
13660
  const n = () => {
13661
13661
  sA.nav.setItems([]), sA.menu.setItems([]), sA.tab.setItems([]), cd();
13662
13662
  }, v = () => {
13663
- window.__isAutoCloseApp = !1, location.replace("/");
13663
+ window.__isAutoCloseApp = !1;
13664
+ const t = new URLSearchParams(window.location.search).get("lang"), P = t ? `/?lang=${encodeURIComponent(t)}` : "/";
13665
+ window.location.replace(P);
13664
13666
  };
13665
13667
  window.addEventListener("beforeunload", function(e) {
13666
13668
  if (!(W6 || !L6 || o6) && window.__isAutoCloseApp) {
@@ -18029,7 +18031,7 @@ J("@das-fed/web");
18029
18031
  const iN = [
18030
18032
  {
18031
18033
  path: Wf,
18032
- component: () => import("./index-Xqz84dLw.js"),
18034
+ component: () => import("./index-Ct06bn_S.js"),
18033
18035
  meta: {
18034
18036
  layout: {
18035
18037
  minWidth: "0px"
@@ -18038,7 +18040,7 @@ const iN = [
18038
18040
  },
18039
18041
  {
18040
18042
  path: dd,
18041
- component: () => import("./index-DE7QPdEM.js")
18043
+ component: () => import("./index-ByUK7Lx_.js")
18042
18044
  }
18043
18045
  ], JZ = {
18044
18046
  routes: iN,
@@ -1,5 +1,5 @@
1
1
  import { createElementBlock as e, openBlock as r } from "vue";
2
- import { _ as c } from "./index-DgkVcGg0.js";
2
+ import { _ as c } from "./index-B32SNdeT.js";
3
3
  const o = {};
4
4
  function t(n, _) {
5
5
  return r(), e("div");
@@ -6,7 +6,7 @@ import { DasSpin as T } from "@das-fed/ui/packages/components/spin/index";
6
6
  import { getTabInfo as b } from "@das-fed/utils/common-info";
7
7
  import { setShowLayout as E } from "@das-fed/utils/common-tools";
8
8
  import { createService as L } from "@das-fed/utils/create-api-service";
9
- import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-BNQbx7pu.js";
9
+ import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-B32SNdeT.js";
10
10
  const O = "v1", V = L(`/api/justauth/client/${O}`), F = V.get("/visitor/kingdee/auth/user/auth_code"), ee = /* @__PURE__ */ v({
11
11
  __name: "index",
12
12
  setup(G) {
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-DgkVcGg0.js";
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-B32SNdeT.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": "7.0.7-hot.16",
3
+ "version": "7.0.7-hot.17",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "dependencies": {
7
- "@das-fed/ui": "7.0.7-hot.16",
8
- "@das-fed/utils": "7.0.7-hot.16",
9
- "@das-fed/web": "7.0.7-hot.16",
10
- "@das-fed/web-components": "7.0.7-hot.16",
7
+ "@das-fed/ui": "7.0.7-hot.17",
8
+ "@das-fed/utils": "7.0.7-hot.17",
9
+ "@das-fed/web": "7.0.7-hot.17",
10
+ "@das-fed/web-components": "7.0.7-hot.17",
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": "7.0.7-hot.16",
22
+ "@das-fed/cli": "7.0.7-hot.17",
23
23
  "@types/crypto-js": "^4.2.2",
24
24
  "@types/lodash": "^4.14.194",
25
25
  "@types/lodash-es": "^4.17.12",
Binary file
@@ -12184,7 +12184,9 @@ const GH = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml
12184
12184
  const r = () => {
12185
12185
  qA.nav.setItems([]), qA.menu.setItems([]), qA.tab.setItems([]), l6();
12186
12186
  }, e = () => {
12187
- window.__isAutoCloseApp = !1, location.replace("/");
12187
+ window.__isAutoCloseApp = !1;
12188
+ const P = new URLSearchParams(window.location.search).get("lang"), u = P ? `/?lang=${encodeURIComponent(P)}` : "/";
12189
+ window.location.replace(u);
12188
12190
  };
12189
12191
  window.addEventListener("beforeunload", function(v) {
12190
12192
  if (!(U1 || !B1 || G1) && window.__isAutoCloseApp) {
@@ -16553,7 +16555,7 @@ U("@das-fed/web");
16553
16555
  const qx = [
16554
16556
  {
16555
16557
  path: mf,
16556
- component: () => import("./index-C1u2lOIM.js"),
16558
+ component: () => import("./index-nZbuB31n.js"),
16557
16559
  meta: {
16558
16560
  layout: {
16559
16561
  minWidth: "0px"
@@ -16562,7 +16564,7 @@ const qx = [
16562
16564
  },
16563
16565
  {
16564
16566
  path: b6,
16565
- component: () => import("./index-BdIjiArt.js")
16567
+ component: () => import("./index-hIRjIckX.js")
16566
16568
  }
16567
16569
  ], HR = {
16568
16570
  routes: qx,
@@ -1,5 +1,5 @@
1
1
  import { createElementBlock as e, openBlock as r } from "vue";
2
- import { _ as c } from "./index-BNQbx7pu.js";
2
+ import { _ as c } from "./index-DaOM3wJB.js";
3
3
  const o = {};
4
4
  function t(n, _) {
5
5
  return r(), e("div");
@@ -6,7 +6,7 @@ import { DasSpin as T } from "@das-fed/ui/packages/components/spin/index";
6
6
  import { getTabInfo as b } from "@das-fed/utils/common-info";
7
7
  import { setShowLayout as E } from "@das-fed/utils/common-tools";
8
8
  import { createService as L } from "@das-fed/utils/create-api-service";
9
- import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-DgkVcGg0.js";
9
+ import { u as P, p as q, a as u, c as d, b as B, l as K, g as M, d as N } from "./index-DaOM3wJB.js";
10
10
  const O = "v1", V = L(`/api/justauth/client/${O}`), F = V.get("/visitor/kingdee/auth/user/auth_code"), ee = /* @__PURE__ */ v({
11
11
  __name: "index",
12
12
  setup(G) {
@@ -1,6 +1,6 @@
1
1
  import '@das-fed/web/packages/main-app-framework/style.css';
2
2
  import "vue";
3
- import { m as a } from "./index-BNQbx7pu.js";
3
+ import { m as a } from "./index-DaOM3wJB.js";
4
4
  import "@das-fed/web/packages/i18n/index";
5
5
  export {
6
6
  a as mainAppFramework
Binary file
Binary file