@skyfox2000/webui 1.4.0 → 1.4.1
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/lib/assets/modules/{baseLayout-DIEq13qJ.js → baseLayout-BLUY_tDF.js} +3 -3
- package/lib/assets/modules/{file-upload-DGuLxYSu.js → file-upload-Dk4VFMgz.js} +1 -1
- package/lib/assets/modules/{index-CAtotNY6.js → index-Bb4qTaRC.js} +2 -2
- package/lib/assets/modules/{index-DVzBH6zL.js → index-BuP8i92E.js} +1 -1
- package/lib/assets/modules/{index-BPufvr-r.js → index-DLY7idvQ.js} +2 -2
- package/lib/assets/modules/{menuTabs-DKvoic5x.js → menuTabs-DzoBrCZE.js} +2 -2
- package/lib/assets/modules/{toolIcon-Y7Lpx2Hb.js → toolIcon-FTelEQwg.js} +1 -1
- package/lib/assets/modules/{uploadList-Bh2SzZzX.js → uploadList-DIfhRlbh.js} +1 -1
- package/lib/assets/modules/{uploadList-DG33cpFl.js → uploadList-DTAFNhow.js} +4 -4
- package/lib/es/AceEditor/index.js +3 -3
- package/lib/es/BasicLayout/index.js +2 -2
- package/lib/es/Error403/index.js +1 -1
- package/lib/es/Error404/index.js +1 -1
- package/lib/es/ExcelForm/index.js +5 -5
- package/lib/es/MenuLayout/index.js +2 -2
- package/lib/es/UploadForm/index.js +4 -4
- package/lib/stores/userInfo.d.ts +1 -2
- package/lib/webui.es.js +12 -12
- package/package.json +1 -1
- package/src/stores/userInfo.ts +1 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as _, onMounted as I, createBlock as s, openBlock as o, unref as e, withCtx as l, createCommentVNode as r, createVNode as p, createElementVNode as x, createElementBlock as y, toDisplayString as g, renderSlot as h } from "vue";
|
|
2
2
|
import { Layout as i, LayoutSider as k } from "ant-design-vue";
|
|
3
|
-
import { a as b } from "./toolIcon-
|
|
4
|
-
import { I as C, _ as S, f as w, d as $, g as N } from "./menuTabs-
|
|
5
|
-
import { ae as v, a as B, ag as E } from "./uploadList-
|
|
3
|
+
import { a as b } from "./toolIcon-FTelEQwg.js";
|
|
4
|
+
import { I as C, _ as S, f as w, d as $, g as N } from "./menuTabs-DzoBrCZE.js";
|
|
5
|
+
import { ae as v, a as B, ag as E } from "./uploadList-DIfhRlbh.js";
|
|
6
6
|
import "@skyfox2000/microbase";
|
|
7
7
|
import "@skyfox2000/fapi";
|
|
8
8
|
import L from "vue-m-message";
|
|
@@ -2,7 +2,7 @@ var m = Object.defineProperty;
|
|
|
2
2
|
var E = (e, r, o) => r in e ? m(e, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[r] = o;
|
|
3
3
|
var d = (e, r, o) => E(e, typeof r != "symbol" ? r + "" : r, o);
|
|
4
4
|
import { hostUrl as v } from "@skyfox2000/fapi";
|
|
5
|
-
import { af as S, ae as w, u as g } from "./uploadList-
|
|
5
|
+
import { af as S, ae as w, u as g } from "./uploadList-DIfhRlbh.js";
|
|
6
6
|
import { mainAppApis as a } from "@skyfox2000/microbase";
|
|
7
7
|
import y from "dayjs";
|
|
8
8
|
import p from "vue-m-message";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as F, provide as _, ref as w, watch as p, onMounted as B, createBlock as n, openBlock as r, unref as a, withCtx as i, createElementVNode as N, renderSlot as b, createVNode as V, createCommentVNode as d, createTextVNode as u, toDisplayString as v } from "vue";
|
|
2
|
-
import { _ as m } from "./index-
|
|
2
|
+
import { _ as m } from "./index-BuP8i92E.js";
|
|
3
3
|
import { Modal as D, Space as E } from "ant-design-vue";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
|
-
import { P as M, d as P, o as $, b as K } from "./uploadList-
|
|
5
|
+
import { P as M, d as P, o as $, b as K } from "./uploadList-DIfhRlbh.js";
|
|
6
6
|
import "@skyfox2000/microbase";
|
|
7
7
|
import "vue-m-message";
|
|
8
8
|
import "async-validator";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as d, useAttrs as f, createElementBlock as u, openBlock as x, createVNode as e, withCtx as n, unref as o, mergeProps as r, renderSlot as p } from "vue";
|
|
2
2
|
import { Button as _ } from "ant-design-vue";
|
|
3
|
-
import { a as P, _ as k } from "./toolIcon-
|
|
3
|
+
import { a as P, _ as k } from "./toolIcon-FTelEQwg.js";
|
|
4
4
|
const C = /* @__PURE__ */ d({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "index",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import H from "async-validator";
|
|
2
2
|
import { httpPost as M, ResStatus as V } from "@skyfox2000/fapi";
|
|
3
|
-
import { i as T, ah as U, L as $, u as z } from "./uploadList-
|
|
3
|
+
import { i as T, ah as U, L as $, u as z } from "./uploadList-DIfhRlbh.js";
|
|
4
4
|
import m from "vue-m-message";
|
|
5
5
|
import { defineComponent as _, useAttrs as B, createElementBlock as A, openBlock as b, createVNode as O, unref as v, mergeProps as S, computed as E, createBlock as R, withCtx as L, normalizeStyle as N } from "vue";
|
|
6
6
|
import { Spin as K, Alert as P } from "ant-design-vue";
|
|
7
|
-
import { _ as W } from "./toolIcon-
|
|
7
|
+
import { _ as W } from "./toolIcon-FTelEQwg.js";
|
|
8
8
|
const D = (i) => {
|
|
9
9
|
const e = i.split(`
|
|
10
10
|
`).filter((l) => l.trim() !== "");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as x, createBlock as h, createCommentVNode as I, openBlock as u, unref as t, mergeProps as C, useAttrs as W, computed as j, ref as y, watch as k, withCtx as d, createElementBlock as g, normalizeStyle as T, createElementVNode as m, inject as q, onMounted as N, createVNode as l, toDisplayString as $, Fragment as L, createTextVNode as K, reactive as J, nextTick as Y, renderList as G, withModifiers as Q } from "vue";
|
|
2
|
-
import { a as w, _ as b } from "./toolIcon-
|
|
3
|
-
import { c as D, T as E, ag as P, W as U, V as M, u as F, a as V, U as X, r as H, ae as z } from "./uploadList-
|
|
2
|
+
import { a as w, _ as b } from "./toolIcon-FTelEQwg.js";
|
|
3
|
+
import { c as D, T as E, ag as P, W as U, V as M, u as F, a as V, U as X, r as H, ae as z } from "./uploadList-DIfhRlbh.js";
|
|
4
4
|
import { _ as Z } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import { theme as O, Breadcrumb as ee, Modal as te, Flex as ne, LayoutHeader as oe, Space as se, Menu as ie, Tabs as ce, TabPane as ae } from "ant-design-vue";
|
|
6
6
|
import { mainAppApis as R } from "@skyfox2000/microbase";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as s, openBlock as l, unref as a, withCtx as p, renderSlot as f, createCommentVNode as u, mergeProps as d } from "vue";
|
|
2
2
|
import { Tooltip as I } from "ant-design-vue";
|
|
3
3
|
import { SERVER_HOST as r } from "@skyfox2000/fapi";
|
|
4
|
-
import { c as S } from "./uploadList-
|
|
4
|
+
import { c as S } from "./uploadList-DIfhRlbh.js";
|
|
5
5
|
const T = /* @__PURE__ */ i({
|
|
6
6
|
__name: "index",
|
|
7
7
|
props: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as Z, ref as L, computed as K, watch as P, resolveDirective as ee, createElementBlock as v, openBlock as m, normalizeClass as O, unref as n, createElementVNode as f, withDirectives as x, createBlock as te, mergeProps as oe, withCtx as y, createVNode as p, createTextVNode as E, toDisplayString as $, Fragment as ne, renderList as ae, createCommentVNode as S } from "vue";
|
|
2
|
-
import { _ as se } from "./index-
|
|
3
|
-
import { a as z, _ as A } from "./toolIcon-
|
|
2
|
+
import { _ as se } from "./index-BuP8i92E.js";
|
|
3
|
+
import { a as z, _ as A } from "./toolIcon-FTelEQwg.js";
|
|
4
4
|
import { httpPost as R, ResStatus as D } from "@skyfox2000/fapi";
|
|
5
|
-
import { L as V, u as Q, s as ie, _ as re } from "./uploadList-
|
|
6
|
-
import { p as M, U as i } from "./file-upload-
|
|
5
|
+
import { L as V, u as Q, s as ie, _ as re } from "./uploadList-DIfhRlbh.js";
|
|
6
|
+
import { p as M, U as i } from "./file-upload-Dk4VFMgz.js";
|
|
7
7
|
import { combineParams as q } from "@skyfox2000/microbase";
|
|
8
8
|
import g from "vue-m-message";
|
|
9
9
|
import "async-validator";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as F, defineAsyncComponent as M, ref as m, watch as V, onMounted as J, createElementBlock as x, openBlock as p, Fragment as K, createElementVNode as v, createVNode as _, toDisplayString as W, unref as i, createBlock as P, withKeys as f, normalizeClass as N, withModifiers as w, withCtx as z, createCommentVNode as L } from "vue";
|
|
2
2
|
import "ant-design-vue";
|
|
3
|
-
import { _ as q } from "../../assets/modules/toolIcon-
|
|
3
|
+
import { _ as q } from "../../assets/modules/toolIcon-FTelEQwg.js";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
|
-
import "../../assets/modules/uploadList-
|
|
5
|
+
import "../../assets/modules/uploadList-DIfhRlbh.js";
|
|
6
6
|
import "@skyfox2000/microbase";
|
|
7
7
|
import "vue-m-message";
|
|
8
8
|
import "async-validator";
|
|
9
9
|
import "dayjs";
|
|
10
|
-
import { _ as D } from "../../assets/modules/index-
|
|
10
|
+
import { _ as D } from "../../assets/modules/index-Bb4qTaRC.js";
|
|
11
11
|
import "vue-draggable-next";
|
|
12
12
|
const h = async (s) => window.ace ? window.ace : new Promise((l, t) => {
|
|
13
13
|
const o = document.createElement("script");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as f, ref as d, watch as _, onMounted as v, resolveComponent as h, createBlock as o, openBlock as t, withCtx as s, createElementVNode as C, normalizeClass as x, createVNode as w, KeepAlive as y, unref as n, resolveDynamicComponent as I } from "vue";
|
|
2
|
-
import { _ as g } from "../../assets/modules/baseLayout-
|
|
3
|
-
import { ae as A, a as S } from "../../assets/modules/uploadList-
|
|
2
|
+
import { _ as g } from "../../assets/modules/baseLayout-BLUY_tDF.js";
|
|
3
|
+
import { ae as A, a as S } from "../../assets/modules/uploadList-DIfhRlbh.js";
|
|
4
4
|
import "@skyfox2000/microbase";
|
|
5
5
|
import "@skyfox2000/fapi";
|
|
6
6
|
import b from "vue-m-message";
|
package/lib/es/Error403/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as p, openBlock as m, unref as r, withCtx as e, createVNode as n, createTextVNode as a } from "vue";
|
|
2
|
-
import { r as s } from "../../assets/modules/uploadList-
|
|
2
|
+
import { r as s } from "../../assets/modules/uploadList-DIfhRlbh.js";
|
|
3
3
|
import "@skyfox2000/microbase";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import "vue-m-message";
|
package/lib/es/Error404/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, createBlock as p, openBlock as m, unref as r, withCtx as e, createVNode as n, createTextVNode as a } from "vue";
|
|
2
|
-
import { r as s } from "../../assets/modules/uploadList-
|
|
2
|
+
import { r as s } from "../../assets/modules/uploadList-DIfhRlbh.js";
|
|
3
3
|
import "@skyfox2000/microbase";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import "vue-m-message";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as we, ref as f, computed as T, watch as W, onMounted as be, createBlock as H, openBlock as d, unref as n, withCtx as S, renderSlot as J, createElementBlock as g, createCommentVNode as K, createElementVNode as h, createVNode as C, createTextVNode as X, toDisplayString as E, normalizeClass as Ce, Fragment as ie, renderList as ne } from "vue";
|
|
2
|
-
import { _ as Y } from "../../assets/modules/index-
|
|
2
|
+
import { _ as Y } from "../../assets/modules/index-BuP8i92E.js";
|
|
3
3
|
import { Modal as Fe, Upload as ue, Space as _e } from "ant-design-vue";
|
|
4
4
|
import { httpGet as Ue, ResStatus as fe } from "@skyfox2000/fapi";
|
|
5
|
-
import { E as Te, a2 as Se, a8 as Ee } from "../../assets/modules/uploadList-
|
|
6
|
-
import { A as Re, p as De, U as ce } from "../../assets/modules/file-upload-
|
|
5
|
+
import { E as Te, a2 as Se, a8 as Ee } from "../../assets/modules/uploadList-DIfhRlbh.js";
|
|
6
|
+
import { A as Re, p as De, U as ce } from "../../assets/modules/file-upload-Dk4VFMgz.js";
|
|
7
7
|
import "@skyfox2000/microbase";
|
|
8
8
|
import p from "vue-m-message";
|
|
9
|
-
import { c as ke, _ as Z, h as Le, p as Ne, i as Ke } from "../../assets/modules/index-
|
|
9
|
+
import { c as ke, _ as Z, h as Le, p as Ne, i as Ke } from "../../assets/modules/index-DLY7idvQ.js";
|
|
10
10
|
import "dayjs";
|
|
11
11
|
import "vue-draggable-next";
|
|
12
12
|
import "async-validator";
|
|
@@ -306,7 +306,7 @@ const Be = (l) => l.includes(",") || l.includes(`
|
|
|
306
306
|
return p.error(v), ue.LIST_IGNORE;
|
|
307
307
|
try {
|
|
308
308
|
if (A(), y.value = t.name, q.value = u ? "text/csv" : "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", u) {
|
|
309
|
-
const w = await t.arrayBuffer(), O = new TextDecoder("utf-8").decode(w), { csvToExcelView: G } = await import("../../assets/modules/index-
|
|
309
|
+
const w = await t.arrayBuffer(), O = new TextDecoder("utf-8").decode(w), { csvToExcelView: G } = await import("../../assets/modules/index-DLY7idvQ.js").then((he) => he.j), M = await G(O, t.name);
|
|
310
310
|
if (!M.success)
|
|
311
311
|
throw new Error(M.error || "CSV文件处理失败");
|
|
312
312
|
const oe = await (await fetch(M.blobUrl)).arrayBuffer();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as f, ref as d, watch as _, onMounted as v, resolveComponent as h, createBlock as o, openBlock as t, withCtx as s, createElementVNode as C, normalizeClass as x, createVNode as w, KeepAlive as I, unref as n, resolveDynamicComponent as g } from "vue";
|
|
2
|
-
import { _ as y } from "../../assets/modules/baseLayout-
|
|
3
|
-
import { ae as A, a as S } from "../../assets/modules/uploadList-
|
|
2
|
+
import { _ as y } from "../../assets/modules/baseLayout-BLUY_tDF.js";
|
|
3
|
+
import { ae as A, a as S } from "../../assets/modules/uploadList-DIfhRlbh.js";
|
|
4
4
|
import "@skyfox2000/microbase";
|
|
5
5
|
import "@skyfox2000/fapi";
|
|
6
6
|
import k from "vue-m-message";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { defineComponent as y, ref as f, watch as S, onMounted as z, createBlock as D, openBlock as F, unref as u, withCtx as s, createVNode as m, createTextVNode as C } from "vue";
|
|
2
|
-
import { _ as c } from "../../assets/modules/index-
|
|
2
|
+
import { _ as c } from "../../assets/modules/index-BuP8i92E.js";
|
|
3
3
|
import { Modal as _, Space as k } from "ant-design-vue";
|
|
4
4
|
import { ResStatus as E } from "@skyfox2000/fapi";
|
|
5
|
-
import { a4 as h } from "../../assets/modules/uploadList-
|
|
5
|
+
import { a4 as h } from "../../assets/modules/uploadList-DIfhRlbh.js";
|
|
6
6
|
import "@skyfox2000/microbase";
|
|
7
7
|
import L from "vue-m-message";
|
|
8
8
|
import "async-validator";
|
|
9
9
|
import "dayjs";
|
|
10
|
-
import { A as N } from "../../assets/modules/file-upload-
|
|
10
|
+
import { A as N } from "../../assets/modules/file-upload-Dk4VFMgz.js";
|
|
11
11
|
import "vue-draggable-next";
|
|
12
|
-
import { U as B } from "../../assets/modules/uploadList-
|
|
12
|
+
import { U as B } from "../../assets/modules/uploadList-DTAFNhow.js";
|
|
13
13
|
const K = /* @__PURE__ */ y({
|
|
14
14
|
__name: "uploadForm",
|
|
15
15
|
props: {
|
package/lib/stores/userInfo.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ApiResponse } from '../../../502417_fapi';
|
|
2
2
|
import { LoginInfo, UserInfo } from '../../../502424_MicroBase';
|
|
3
3
|
import { StoreDefinition } from 'pinia';
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const LoginExpiredError = 1401;
|
|
4
|
+
export declare const LoginExpiredError = 1400;
|
|
6
5
|
interface UserState {
|
|
7
6
|
isLogin: boolean;
|
|
8
7
|
userInfo: UserInfo;
|
package/lib/webui.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { u as Ee, i as Z, a as me, L as Xe, c as Ze, P as j, o as Pe, b as ea, d as aa, e as Fe, r as ce, f as ta, g as la, h as Ne, j as sa, k as ke, l as ra, _ as oa, m as na, O as Me, q as Be, n as ia, p as ca, s as L, t as ua, v as da, w as pa, x as fa, y as va, z as ma, A as Y, B as ha, C as ga, D as ba, E as Re } from "./assets/modules/uploadList-
|
|
2
|
-
import { aa as $l, Q as Il, R as Dl, V as El, a9 as Pl, a7 as Fl, a8 as Nl, ab as Ml, Y as Bl, T as Rl, a5 as Al, a2 as Ol, M as Ll, a4 as zl, U as Ul, G as Vl, $ as Yl, a3 as Kl, a6 as Wl, N as Hl, S as jl, ac as Ql, F as ql, a1 as Gl, ad as Jl, X as Xl, Z as Zl, W as es, ae as as, H as ts, I as ls, af as ss, K as rs, ag as os, J as ns, a0 as is } from "./assets/modules/uploadList-
|
|
3
|
-
import { A as us, U as ds, a as ps, g as fs, c as vs, d as ms, p as hs, u as gs, b as bs } from "./assets/modules/file-upload-
|
|
1
|
+
import { u as Ee, i as Z, a as me, L as Xe, c as Ze, P as j, o as Pe, b as ea, d as aa, e as Fe, r as ce, f as ta, g as la, h as Ne, j as sa, k as ke, l as ra, _ as oa, m as na, O as Me, q as Be, n as ia, p as ca, s as L, t as ua, v as da, w as pa, x as fa, y as va, z as ma, A as Y, B as ha, C as ga, D as ba, E as Re } from "./assets/modules/uploadList-DIfhRlbh.js";
|
|
2
|
+
import { aa as $l, Q as Il, R as Dl, V as El, a9 as Pl, a7 as Fl, a8 as Nl, ab as Ml, Y as Bl, T as Rl, a5 as Al, a2 as Ol, M as Ll, a4 as zl, U as Ul, G as Vl, $ as Yl, a3 as Kl, a6 as Wl, N as Hl, S as jl, ac as Ql, F as ql, a1 as Gl, ad as Jl, X as Xl, Z as Zl, W as es, ae as as, H as ts, I as ls, af as ss, K as rs, ag as os, J as ns, a0 as is } from "./assets/modules/uploadList-DIfhRlbh.js";
|
|
3
|
+
import { A as us, U as ds, a as ps, g as fs, c as vs, d as ms, p as hs, u as gs, b as bs } from "./assets/modules/file-upload-Dk4VFMgz.js";
|
|
4
4
|
import { EnvConfig as we } from "@skyfox2000/microbase";
|
|
5
5
|
import { FrontCache as re, httpPost as Ae, ResStatus as Oe, SERVER_HOST as _a, fieldMapping as oe } from "@skyfox2000/fapi";
|
|
6
6
|
import he from "vue-m-message";
|
|
@@ -9,15 +9,15 @@ import "async-validator";
|
|
|
9
9
|
import fe from "dayjs";
|
|
10
10
|
import { Popover as Ca, theme as ze, Drawer as Ta, Space as te, Form as Ue, message as $a, FormItem as Ve, ConfigProvider as Ce, Popconfirm as Ia, Button as Ye, DropdownButton as Da, Menu as _e, MenuItem as xe, Dropdown as ve, Checkbox as Ea, Table as Ke, Tree as Pa, Cascader as Fa, DatePicker as Na, Input as ee, InputPassword as Ma, InputNumber as Ba, RangePicker as Ra, Textarea as Aa, TimePicker as Oa, Transfer as La, TreeSelect as za, LayoutContent as Ua } from "ant-design-vue";
|
|
11
11
|
import { VueDraggableNext as Va } from "vue-draggable-next";
|
|
12
|
-
import { d as We } from "./assets/modules/uploadList-
|
|
13
|
-
import { C as xs, U as ys, a as ks, p as ws } from "./assets/modules/uploadList-
|
|
14
|
-
import { c as He } from "./assets/modules/index-
|
|
15
|
-
import { _ as Cs, h as Ts, b as $s, a as Is, d as Ds, e as Es, g as Ps, f as Fs, n as Ns, p as Ms, t as Bs, v as Rs } from "./assets/modules/index-
|
|
16
|
-
import { _ as O } from "./assets/modules/index-
|
|
17
|
-
import { _ as U } from "./assets/modules/toolIcon-
|
|
18
|
-
import { a as Os } from "./assets/modules/toolIcon-
|
|
19
|
-
import { _ as zs, b as Us, c as Vs, d as Ys, e as Ks, I as Ws, f as Hs, g as js, a as Qs } from "./assets/modules/menuTabs-
|
|
20
|
-
import { _ as Gs } from "./assets/modules/index-
|
|
12
|
+
import { d as We } from "./assets/modules/uploadList-DTAFNhow.js";
|
|
13
|
+
import { C as xs, U as ys, a as ks, p as ws } from "./assets/modules/uploadList-DTAFNhow.js";
|
|
14
|
+
import { c as He } from "./assets/modules/index-DLY7idvQ.js";
|
|
15
|
+
import { _ as Cs, h as Ts, b as $s, a as Is, d as Ds, e as Es, g as Ps, f as Fs, n as Ns, p as Ms, t as Bs, v as Rs } from "./assets/modules/index-DLY7idvQ.js";
|
|
16
|
+
import { _ as O } from "./assets/modules/index-BuP8i92E.js";
|
|
17
|
+
import { _ as U } from "./assets/modules/toolIcon-FTelEQwg.js";
|
|
18
|
+
import { a as Os } from "./assets/modules/toolIcon-FTelEQwg.js";
|
|
19
|
+
import { _ as zs, b as Us, c as Vs, d as Ys, e as Ks, I as Ws, f as Hs, g as js, a as Qs } from "./assets/modules/menuTabs-DzoBrCZE.js";
|
|
20
|
+
import { _ as Gs } from "./assets/modules/index-Bb4qTaRC.js";
|
|
21
21
|
import { _ as q } from "./assets/modules/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
22
22
|
const Te = (s, a, e, t = "remove") => {
|
|
23
23
|
if (!e)
|
package/package.json
CHANGED
package/src/stores/userInfo.ts
CHANGED
|
@@ -6,8 +6,7 @@ import { ref } from 'vue';
|
|
|
6
6
|
import { useAppInfo } from './appInfo';
|
|
7
7
|
|
|
8
8
|
const TokenError = 'Token解析失败';
|
|
9
|
-
export const
|
|
10
|
-
export const LoginExpiredError = 1401;
|
|
9
|
+
export const LoginExpiredError = 1400;
|
|
11
10
|
|
|
12
11
|
/** 登录相关接口 */
|
|
13
12
|
const LoginUrlList: {
|