xto-fronted 0.6.2 → 0.6.3
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/dist/api/index.js +1 -1
- package/dist/{index-DIlGh6S6.js → index-BKO6Hzba.js} +1 -1
- package/dist/{index-CYFcc2sd.js → index-BXHwCe22.js} +1 -1
- package/dist/{index-DYmKmoMX.js → index-BZSZ3bx2.js} +1 -1
- package/dist/{index-DGrQCWU0.js → index-DydABgae.js} +1 -1
- package/dist/{index-Dpv33ZXi.js → index-IOKG7Gwo.js} +695 -688
- package/dist/index.js +2 -2
- package/dist/{user-ChcAx-5W.js → user-77I_qZ8j.js} +6 -6
- package/package.json +1 -1
- package/src/router/guards.ts +12 -1
- package/src/stores/menu.ts +15 -6
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { x as I, y as
|
|
2
|
-
import { ref as y, computed as w, watch as ye, defineComponent as ne, resolveComponent as
|
|
3
|
-
import { defineStore as
|
|
1
|
+
import { x as I, y as Ie, z as ot, A as at, B as nt, C as lt, o as ht, D as rt, E as _t, i as Qe, m as ft, F as gt, G as et, H as yt, I as bt, J as kt } from "./user-77I_qZ8j.js";
|
|
2
|
+
import { ref as y, computed as w, watch as ye, defineComponent as ne, resolveComponent as it, openBlock as a, createBlock as B, unref as n, withCtx as M, createElementBlock as c, Fragment as K, renderList as X, createElementVNode as e, toDisplayString as x, createCommentVNode as P, normalizeClass as J, withDirectives as Te, vShow as wt, createVNode as b, createTextVNode as he, onMounted as Ke, onUnmounted as je, vModelText as We, Transition as be, withModifiers as Pe, normalizeStyle as Ne, reactive as qe, createStaticVNode as ze, withKeys as xt, h as Ct } from "vue";
|
|
3
|
+
import { defineStore as Ee } from "pinia";
|
|
4
4
|
import { useRoute as we, useRouter as me, createRouter as He, createWebHistory as Ye } from "vue-router";
|
|
5
|
-
import { SubMenu as
|
|
5
|
+
import { SubMenu as Re, MenuItem as Se, Menu as Ge, Tabs as $t, TabPane as Lt } from "@xto/navigation";
|
|
6
6
|
import { Icon as U, Button as ke } from "@xto/base";
|
|
7
7
|
import { Drawer as Xe, Message as Mt } from "@xto/feedback";
|
|
8
|
-
import { Form as St, FormItem as
|
|
8
|
+
import { Form as St, FormItem as De, Input as tt, Checkbox as Nt } from "@xto/form";
|
|
9
9
|
import { createLocaleProvider as It, getSupportedLocales as Et, useLocale as Ut } from "@xto/core/locale";
|
|
10
|
-
const
|
|
11
|
-
const t = y(I.get("appName") || "XTO App"),
|
|
10
|
+
const ue = Ee("app", () => {
|
|
11
|
+
const t = y(I.get("appName") || "XTO App"), l = y(I.get("indexPath") || "/dashboard"), u = y(I.get("loginPath") || "/login"), s = y(I.get("isDark") || !1), o = y(I.get("theme") || "light"), i = y(I.get("layout") || "sidebar"), h = y(I.get("isCollapsed") || !1), v = y(I.get("showTabs") ?? !0), d = y(I.get("showFooter") ?? !0), g = y(I.get("showBreadcrumb") ?? !0), _ = y(I.get("primaryColor") || "#4F46E5"), f = y([]), m = y([]), j = w(() => s.value ? "dark" : "light"), A = (E) => {
|
|
12
12
|
t.value = E, I.set("appName", E);
|
|
13
13
|
}, W = (E) => {
|
|
14
|
-
|
|
14
|
+
l.value = E, I.set("indexPath", E);
|
|
15
15
|
}, F = (E) => {
|
|
16
|
-
|
|
16
|
+
u.value = E, I.set("loginPath", E);
|
|
17
17
|
}, V = () => {
|
|
18
18
|
s.value = !s.value, o.value = s.value ? "dark" : "light", Z();
|
|
19
19
|
}, H = (E) => {
|
|
@@ -28,18 +28,18 @@ const de = Ie("app", () => {
|
|
|
28
28
|
}, ee = () => {
|
|
29
29
|
v.value = !v.value, I.set("showTabs", v.value);
|
|
30
30
|
}, T = () => {
|
|
31
|
-
|
|
31
|
+
d.value = !d.value, I.set("showFooter", d.value);
|
|
32
32
|
}, N = () => {
|
|
33
|
-
|
|
33
|
+
g.value = !g.value, I.set("showBreadcrumb", g.value);
|
|
34
34
|
}, D = (E) => {
|
|
35
35
|
_.value = E, document.documentElement.style.setProperty("--xto-color-primary", E), I.set("primaryColor", E);
|
|
36
36
|
}, G = (E) => {
|
|
37
|
-
|
|
37
|
+
f.value.includes(E) || f.value.push(E);
|
|
38
38
|
}, R = (E) => {
|
|
39
|
-
const oe =
|
|
40
|
-
oe > -1 &&
|
|
39
|
+
const oe = f.value.indexOf(E);
|
|
40
|
+
oe > -1 && f.value.splice(oe, 1);
|
|
41
41
|
}, se = () => {
|
|
42
|
-
|
|
42
|
+
f.value = [];
|
|
43
43
|
}, ie = (E) => {
|
|
44
44
|
m.value = E;
|
|
45
45
|
}, pe = () => {
|
|
@@ -47,17 +47,17 @@ const de = Ie("app", () => {
|
|
|
47
47
|
};
|
|
48
48
|
return ye(s, Z), {
|
|
49
49
|
appName: t,
|
|
50
|
-
indexPath:
|
|
51
|
-
loginPath:
|
|
50
|
+
indexPath: l,
|
|
51
|
+
loginPath: u,
|
|
52
52
|
isDark: s,
|
|
53
53
|
theme: o,
|
|
54
54
|
layout: i,
|
|
55
55
|
isCollapsed: h,
|
|
56
56
|
showTabs: v,
|
|
57
|
-
showFooter:
|
|
58
|
-
showBreadcrumb:
|
|
57
|
+
showFooter: d,
|
|
58
|
+
showBreadcrumb: g,
|
|
59
59
|
primaryColor: _,
|
|
60
|
-
cachedViews:
|
|
60
|
+
cachedViews: f,
|
|
61
61
|
mixSubMenus: m,
|
|
62
62
|
themeClass: j,
|
|
63
63
|
setAppName: A,
|
|
@@ -79,8 +79,8 @@ const de = Ie("app", () => {
|
|
|
79
79
|
};
|
|
80
80
|
}), zt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
81
81
|
__proto__: null,
|
|
82
|
-
useAppStore:
|
|
83
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
82
|
+
useAppStore: ue
|
|
83
|
+
}, Symbol.toStringTag, { value: "Module" })), Tt = "menu_list", Pt = "permission_list", Ae = () => `${Tt}_${Ie()}`, Fe = () => `${Pt}_${Ie()}`, Dt = {
|
|
84
84
|
menuCode: "home",
|
|
85
85
|
menuName: "首页",
|
|
86
86
|
menuUrl: "/dashboard",
|
|
@@ -89,39 +89,39 @@ const de = Ie("app", () => {
|
|
|
89
89
|
isDefault: !1,
|
|
90
90
|
isOut: !1
|
|
91
91
|
};
|
|
92
|
-
function
|
|
93
|
-
return t.filter((
|
|
94
|
-
...
|
|
95
|
-
children:
|
|
92
|
+
function ct(t) {
|
|
93
|
+
return t.filter((l) => l.type !== 1).map((l) => ({
|
|
94
|
+
...l,
|
|
95
|
+
children: l.children ? ct(l.children) : void 0
|
|
96
96
|
}));
|
|
97
97
|
}
|
|
98
|
-
function
|
|
99
|
-
const
|
|
100
|
-
function
|
|
98
|
+
function At(t) {
|
|
99
|
+
const l = [];
|
|
100
|
+
function u(s) {
|
|
101
101
|
s.forEach((o) => {
|
|
102
|
-
o.type === 1 && o.menuCode &&
|
|
102
|
+
o.type === 1 && o.menuCode && l.push(o.menuCode), o.children && u(o.children);
|
|
103
103
|
});
|
|
104
104
|
}
|
|
105
|
-
return
|
|
105
|
+
return u(t), l;
|
|
106
106
|
}
|
|
107
|
-
const
|
|
108
|
-
const t = y(I.get(
|
|
107
|
+
const de = Ee("menu", () => {
|
|
108
|
+
const t = y(I.get(Ae()) || []), l = y(I.get(Fe()) || []), u = w(() => t.value.length > 0);
|
|
109
109
|
return {
|
|
110
110
|
menuList: t,
|
|
111
|
-
permissions:
|
|
112
|
-
hasMenu:
|
|
111
|
+
permissions: l,
|
|
112
|
+
hasMenu: u,
|
|
113
113
|
setMenuList: (h) => {
|
|
114
|
-
|
|
115
|
-
const v =
|
|
116
|
-
t.value = [
|
|
114
|
+
l.value = At(h), I.set(Fe(), l.value);
|
|
115
|
+
const v = ct(h);
|
|
116
|
+
t.value = [Dt, ...v], I.set(Ae(), t.value);
|
|
117
117
|
},
|
|
118
118
|
clearMenu: () => {
|
|
119
|
-
t.value = [],
|
|
119
|
+
t.value = [], l.value = [], I.remove(Ae()), I.remove(Fe());
|
|
120
120
|
},
|
|
121
|
-
hasPermission: (h) => Array.isArray(h) ? h.some((v) =>
|
|
121
|
+
hasPermission: (h) => Array.isArray(h) ? h.some((v) => l.value.includes(v)) : l.value.includes(h)
|
|
122
122
|
};
|
|
123
|
-
}),
|
|
124
|
-
const t = y(I.get(
|
|
123
|
+
}), Be = "user_info", le = Ee("user", () => {
|
|
124
|
+
const t = y(I.get(Be)), l = w(() => !!t.value), u = w(() => {
|
|
125
125
|
var m;
|
|
126
126
|
return ((m = t.value) == null ? void 0 : m.userId) || "";
|
|
127
127
|
}), s = w(() => {
|
|
@@ -139,48 +139,48 @@ const ue = Ie("menu", () => {
|
|
|
139
139
|
}), v = w(() => {
|
|
140
140
|
var m;
|
|
141
141
|
return ((m = t.value) == null ? void 0 : m.mobilePhone) || "";
|
|
142
|
-
}),
|
|
142
|
+
}), d = w(() => {
|
|
143
143
|
var m;
|
|
144
144
|
return ((m = t.value) == null ? void 0 : m.positionName) || "";
|
|
145
|
-
}),
|
|
145
|
+
}), g = w(() => {
|
|
146
146
|
var m;
|
|
147
147
|
return ((m = t.value) == null ? void 0 : m.avatar) || "";
|
|
148
148
|
});
|
|
149
149
|
return {
|
|
150
150
|
userInfo: t,
|
|
151
|
-
isLoggedIn:
|
|
152
|
-
userId:
|
|
151
|
+
isLoggedIn: l,
|
|
152
|
+
userId: u,
|
|
153
153
|
userName: s,
|
|
154
154
|
departmentName: o,
|
|
155
155
|
roleName: i,
|
|
156
156
|
email: h,
|
|
157
157
|
mobilePhone: v,
|
|
158
|
-
positionName:
|
|
159
|
-
avatar:
|
|
158
|
+
positionName: d,
|
|
159
|
+
avatar: g,
|
|
160
160
|
setUserInfo: (m) => {
|
|
161
|
-
t.value = m, I.set(
|
|
161
|
+
t.value = m, I.set(Be, m);
|
|
162
162
|
},
|
|
163
163
|
clearUserInfo: () => {
|
|
164
|
-
t.value = null, I.remove(
|
|
164
|
+
t.value = null, I.remove(Be);
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
}),
|
|
168
|
-
const t = y(
|
|
167
|
+
}), Ue = Ee("auth", () => {
|
|
168
|
+
const t = y(ot()), l = w(() => at()), u = y(""), s = y(""), o = y(""), i = y("/login");
|
|
169
169
|
return {
|
|
170
170
|
token: t,
|
|
171
|
-
isLoggedIn:
|
|
172
|
-
baseUrl:
|
|
171
|
+
isLoggedIn: l,
|
|
172
|
+
baseUrl: u,
|
|
173
173
|
appId: s,
|
|
174
174
|
clientId: o,
|
|
175
175
|
loginPath: i,
|
|
176
176
|
login: (m) => {
|
|
177
|
-
t.value = m.access_token,
|
|
177
|
+
t.value = m.access_token, lt(m);
|
|
178
178
|
},
|
|
179
179
|
logout: () => {
|
|
180
|
-
t.value = null,
|
|
180
|
+
t.value = null, nt();
|
|
181
181
|
},
|
|
182
182
|
setBaseUrl: (m) => {
|
|
183
|
-
|
|
183
|
+
u.value = m;
|
|
184
184
|
},
|
|
185
185
|
setAppId: (m) => {
|
|
186
186
|
s.value = m;
|
|
@@ -192,22 +192,22 @@ const ue = Ie("menu", () => {
|
|
|
192
192
|
i.value = m;
|
|
193
193
|
}
|
|
194
194
|
};
|
|
195
|
-
}),
|
|
195
|
+
}), Ft = { class: "menu-item__content" }, Bt = { class: "menu-item__icon" }, Vt = {
|
|
196
196
|
key: 1,
|
|
197
197
|
class: "menu-item__char"
|
|
198
|
-
},
|
|
198
|
+
}, Ot = { class: "menu-item__text" }, Rt = { class: "menu-item__content" }, Kt = {
|
|
199
199
|
key: 0,
|
|
200
200
|
class: "menu-item__icon"
|
|
201
|
-
},
|
|
201
|
+
}, jt = {
|
|
202
202
|
key: 1,
|
|
203
203
|
class: "menu-item__char"
|
|
204
|
-
},
|
|
204
|
+
}, Wt = { class: "menu-item__text" }, qt = /* @__PURE__ */ ne({
|
|
205
205
|
__name: "SidebarMenuItem",
|
|
206
206
|
props: {
|
|
207
207
|
menu: {}
|
|
208
208
|
},
|
|
209
209
|
setup(t) {
|
|
210
|
-
const
|
|
210
|
+
const l = t, u = /* @__PURE__ */ new Set([
|
|
211
211
|
"arrow-up",
|
|
212
212
|
"arrow-down",
|
|
213
213
|
"arrow-left",
|
|
@@ -309,10 +309,10 @@ const ue = Ie("menu", () => {
|
|
|
309
309
|
"sun",
|
|
310
310
|
"theme",
|
|
311
311
|
"skin"
|
|
312
|
-
]), s = (
|
|
313
|
-
if (!
|
|
314
|
-
if (
|
|
315
|
-
const _ =
|
|
312
|
+
]), s = (d) => {
|
|
313
|
+
if (!d || d === "") return "";
|
|
314
|
+
if (d.startsWith("tineco-icon-")) {
|
|
315
|
+
const _ = d.replace("tineco-icon-", "");
|
|
316
316
|
return {
|
|
317
317
|
home: "home",
|
|
318
318
|
dashboard: "dashboard",
|
|
@@ -345,30 +345,30 @@ const ue = Ie("menu", () => {
|
|
|
345
345
|
app: "app",
|
|
346
346
|
list: "list",
|
|
347
347
|
grid: "grid"
|
|
348
|
-
}[
|
|
349
|
-
}, o = (
|
|
350
|
-
return (
|
|
351
|
-
const _ =
|
|
352
|
-
return v.value ? (a(), B(n(
|
|
348
|
+
}[d] || d;
|
|
349
|
+
}, o = (d) => d ? d.charAt(0) : "", i = (d) => u.has(d), h = w(() => l.menu.menuId || l.menu.menuCode || l.menu.menuUrl || ""), v = w(() => l.menu.children && l.menu.children.length > 0);
|
|
350
|
+
return (d, g) => {
|
|
351
|
+
const _ = it("SidebarMenuItem", !0);
|
|
352
|
+
return v.value ? (a(), B(n(Re), {
|
|
353
353
|
key: 0,
|
|
354
354
|
index: h.value
|
|
355
355
|
}, {
|
|
356
356
|
title: M(() => [
|
|
357
|
-
e("span",
|
|
358
|
-
e("span",
|
|
357
|
+
e("span", Ft, [
|
|
358
|
+
e("span", Bt, [
|
|
359
359
|
i(s(t.menu.icon)) ? (a(), B(n(U), {
|
|
360
360
|
key: 0,
|
|
361
361
|
name: s(t.menu.icon),
|
|
362
362
|
size: 16
|
|
363
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
363
|
+
}, null, 8, ["name"])) : (a(), c("span", Vt, x(o(t.menu.menuName)), 1))
|
|
364
364
|
]),
|
|
365
|
-
e("span",
|
|
365
|
+
e("span", Ot, x(t.menu.menuName), 1)
|
|
366
366
|
])
|
|
367
367
|
]),
|
|
368
368
|
default: M(() => [
|
|
369
|
-
(a(!0), c(K, null, X(t.menu.children, (
|
|
370
|
-
key:
|
|
371
|
-
menu:
|
|
369
|
+
(a(!0), c(K, null, X(t.menu.children, (f) => (a(), B(_, {
|
|
370
|
+
key: f.menuId || f.menuCode || f.menuUrl,
|
|
371
|
+
menu: f
|
|
372
372
|
}, null, 8, ["menu"]))), 128))
|
|
373
373
|
]),
|
|
374
374
|
_: 1
|
|
@@ -377,33 +377,33 @@ const ue = Ie("menu", () => {
|
|
|
377
377
|
index: t.menu.menuUrl || h.value
|
|
378
378
|
}, {
|
|
379
379
|
default: M(() => [
|
|
380
|
-
e("span",
|
|
381
|
-
t.menu.menuName !== "首页" ? (a(), c("span",
|
|
380
|
+
e("span", Rt, [
|
|
381
|
+
t.menu.menuName !== "首页" ? (a(), c("span", Kt, [
|
|
382
382
|
i(s(t.menu.icon)) ? (a(), B(n(U), {
|
|
383
383
|
key: 0,
|
|
384
384
|
name: s(t.menu.icon),
|
|
385
385
|
size: 16
|
|
386
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
386
|
+
}, null, 8, ["name"])) : (a(), c("span", jt, x(o(t.menu.menuName)), 1))
|
|
387
387
|
])) : P("", !0),
|
|
388
|
-
e("span",
|
|
388
|
+
e("span", Wt, x(t.menu.menuName), 1)
|
|
389
389
|
])
|
|
390
390
|
]),
|
|
391
391
|
_: 1
|
|
392
392
|
}, 8, ["index"]));
|
|
393
393
|
};
|
|
394
394
|
}
|
|
395
|
-
}), re = (t,
|
|
396
|
-
const
|
|
397
|
-
for (const [s, o] of
|
|
398
|
-
|
|
399
|
-
return
|
|
400
|
-
},
|
|
395
|
+
}), re = (t, l) => {
|
|
396
|
+
const u = t.__vccOpts || t;
|
|
397
|
+
for (const [s, o] of l)
|
|
398
|
+
u[s] = o;
|
|
399
|
+
return u;
|
|
400
|
+
}, Ht = /* @__PURE__ */ re(qt, [["__scopeId", "data-v-78c62b56"]]), Yt = {
|
|
401
401
|
key: 0,
|
|
402
402
|
class: "sidebar__logo"
|
|
403
|
-
},
|
|
403
|
+
}, Gt = ["src"], Xt = {
|
|
404
404
|
key: 1,
|
|
405
405
|
class: "sidebar__user"
|
|
406
|
-
},
|
|
406
|
+
}, Jt = { class: "sidebar__user-info" }, Zt = { class: "sidebar__user-name" }, Qt = { class: "sidebar__user-role" }, Ve = "sidebar_opened_menus", Oe = "sidebar_menu_list_key", es = /* @__PURE__ */ ne({
|
|
407
407
|
__name: "Sidebar",
|
|
408
408
|
props: {
|
|
409
409
|
menuList: { default: () => [] },
|
|
@@ -412,23 +412,23 @@ const ue = Ie("menu", () => {
|
|
|
412
412
|
logoSrc: { default: "/vite.svg" }
|
|
413
413
|
},
|
|
414
414
|
setup(t) {
|
|
415
|
-
const
|
|
415
|
+
const l = t, u = we(), s = me(), o = de(), i = le(), h = Ue(), v = ue(), d = w(() => l.menuList.length > 0 ? l.menuList : o.menuList), g = w(() => v.isCollapsed), _ = w(() => u.path), f = (T) => T.menuId || T.menuCode || T.menuUrl || "", m = () => d.value.map(f).join(","), j = I.get(Oe) || "", A = m(), W = j === A ? I.get(Ve) || [] : [], F = y(W);
|
|
416
416
|
ye(F, (T) => {
|
|
417
|
-
I.set(
|
|
417
|
+
I.set(Ve, T), I.set(Oe, m());
|
|
418
418
|
}, { deep: !0 });
|
|
419
419
|
const V = (T, N, D = []) => {
|
|
420
420
|
var G;
|
|
421
421
|
for (const R of T) {
|
|
422
422
|
if (R.menuUrl && (N === R.menuUrl || N.startsWith(R.menuUrl + "/")))
|
|
423
|
-
return [...D,
|
|
423
|
+
return [...D, f(R)];
|
|
424
424
|
if ((G = R.children) != null && G.length) {
|
|
425
|
-
const se = V(R.children, N, [...D,
|
|
425
|
+
const se = V(R.children, N, [...D, f(R)]);
|
|
426
426
|
if (se) return se;
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
429
|
return null;
|
|
430
430
|
};
|
|
431
|
-
ye([() =>
|
|
431
|
+
ye([() => u.path, d], ([T, N]) => {
|
|
432
432
|
if (N.length > 0) {
|
|
433
433
|
const D = V(N, T);
|
|
434
434
|
if (D) {
|
|
@@ -436,25 +436,25 @@ const ue = Ie("menu", () => {
|
|
|
436
436
|
F.value = Array.from(R);
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
|
-
}, { immediate: !0 }), ye(
|
|
440
|
-
T !== N && (F.value = [], I.set(
|
|
439
|
+
}, { immediate: !0 }), ye(d, (T, N) => {
|
|
440
|
+
T !== N && (F.value = [], I.set(Ve, []), I.set(Oe, m()));
|
|
441
441
|
}, { immediate: !1 });
|
|
442
442
|
const H = w(() => v.isDark ? "#111A2C" : "#fff"), Z = w(() => v.isDark ? "#CBD5E1" : "#334155"), Y = w(() => v.isDark ? "#4C8DFF" : "#1D4ED8"), q = (T) => {
|
|
443
|
-
T && T !==
|
|
443
|
+
T && T !== u.path && s.push(T);
|
|
444
444
|
}, ee = () => {
|
|
445
445
|
h.logout(), i.clearUserInfo(), o.clearMenu(), s.push(v.loginPath);
|
|
446
446
|
};
|
|
447
447
|
return (T, N) => (a(), c("div", {
|
|
448
|
-
class: J(["sidebar", { "sidebar--collapsed":
|
|
448
|
+
class: J(["sidebar", { "sidebar--collapsed": g.value }])
|
|
449
449
|
}, [
|
|
450
|
-
|
|
450
|
+
l.showLogo ? (a(), c("div", Yt, [
|
|
451
451
|
e("img", {
|
|
452
|
-
src:
|
|
452
|
+
src: l.logoSrc,
|
|
453
453
|
alt: "Logo",
|
|
454
454
|
class: "sidebar__logo-img"
|
|
455
|
-
}, null, 8,
|
|
456
|
-
|
|
457
|
-
[wt, !
|
|
455
|
+
}, null, 8, Gt),
|
|
456
|
+
Te(e("span", { class: "sidebar__logo-text" }, x(n(v).appName), 513), [
|
|
457
|
+
[wt, !g.value]
|
|
458
458
|
])
|
|
459
459
|
])) : P("", !0),
|
|
460
460
|
b(n(Ge), {
|
|
@@ -463,7 +463,7 @@ const ue = Ie("menu", () => {
|
|
|
463
463
|
openeds: F.value,
|
|
464
464
|
"onUpdate:openeds": N[1] || (N[1] = (D) => F.value = D),
|
|
465
465
|
mode: "vertical",
|
|
466
|
-
collapse:
|
|
466
|
+
collapse: g.value,
|
|
467
467
|
"collapse-transition": !1,
|
|
468
468
|
"background-color": H.value,
|
|
469
469
|
"text-color": Z.value,
|
|
@@ -472,17 +472,17 @@ const ue = Ie("menu", () => {
|
|
|
472
472
|
onSelect: q
|
|
473
473
|
}, {
|
|
474
474
|
default: M(() => [
|
|
475
|
-
(a(!0), c(K, null, X(
|
|
476
|
-
key:
|
|
475
|
+
(a(!0), c(K, null, X(d.value, (D) => (a(), B(Ht, {
|
|
476
|
+
key: f(D),
|
|
477
477
|
menu: D
|
|
478
478
|
}, null, 8, ["menu"]))), 128))
|
|
479
479
|
]),
|
|
480
480
|
_: 1
|
|
481
481
|
}, 8, ["modelValue", "openeds", "collapse", "background-color", "text-color", "active-text-color"]),
|
|
482
|
-
|
|
483
|
-
e("div",
|
|
484
|
-
e("span",
|
|
485
|
-
e("span",
|
|
482
|
+
l.showUser && !g.value ? (a(), c("div", Xt, [
|
|
483
|
+
e("div", Jt, [
|
|
484
|
+
e("span", Zt, x(n(i).userName), 1),
|
|
485
|
+
e("span", Qt, x(n(i).departmentName), 1)
|
|
486
486
|
]),
|
|
487
487
|
b(n(ke), {
|
|
488
488
|
type: "text",
|
|
@@ -497,46 +497,46 @@ const ue = Ie("menu", () => {
|
|
|
497
497
|
])) : P("", !0)
|
|
498
498
|
], 2));
|
|
499
499
|
}
|
|
500
|
-
}),
|
|
500
|
+
}), st = /* @__PURE__ */ re(es, [["__scopeId", "data-v-6c197c26"]]), ts = { class: "header" }, ss = { class: "header__left" }, os = {
|
|
501
501
|
key: 0,
|
|
502
502
|
class: "header__breadcrumb"
|
|
503
|
-
},
|
|
503
|
+
}, as = {
|
|
504
504
|
key: 0,
|
|
505
505
|
class: "breadcrumb-separator"
|
|
506
|
-
},
|
|
506
|
+
}, ns = { class: "header__right" }, ls = {
|
|
507
507
|
key: 0,
|
|
508
508
|
class: "header__search-dropdown"
|
|
509
|
-
},
|
|
509
|
+
}, rs = {
|
|
510
510
|
key: 0,
|
|
511
511
|
class: "header__search-results"
|
|
512
|
-
},
|
|
512
|
+
}, is = ["onClick"], cs = {
|
|
513
513
|
key: 0,
|
|
514
514
|
class: "header__search-icon"
|
|
515
|
-
},
|
|
515
|
+
}, us = {
|
|
516
516
|
key: 1,
|
|
517
517
|
class: "header__search-char"
|
|
518
|
-
},
|
|
518
|
+
}, ds = { class: "header__search-item-title" }, ms = {
|
|
519
519
|
key: 1,
|
|
520
520
|
class: "header__search-item-parent"
|
|
521
|
-
},
|
|
521
|
+
}, ps = {
|
|
522
522
|
key: 1,
|
|
523
523
|
class: "header__search-empty"
|
|
524
|
-
},
|
|
524
|
+
}, vs = ["title"], hs = { class: "header__avatar" }, _s = { class: "header__user-name" }, fs = {
|
|
525
525
|
key: 0,
|
|
526
526
|
class: "header__dropdown"
|
|
527
|
-
},
|
|
527
|
+
}, gs = { class: "header__dropdown-header" }, ys = { class: "header__dropdown-avatar" }, bs = { class: "header__dropdown-info" }, ks = { class: "header__dropdown-name" }, ws = { class: "header__dropdown-role" }, xs = { class: "header__dropdown-menu" }, Cs = { class: "settings-drawer" }, $s = { class: "settings-section" }, Ls = { class: "settings-layout-options" }, Ms = ["onClick"], Ss = { class: "layout-option__preview" }, Ns = {
|
|
528
528
|
key: 0,
|
|
529
529
|
class: "layout-preview-sidebar"
|
|
530
|
-
},
|
|
530
|
+
}, Is = {
|
|
531
531
|
key: 1,
|
|
532
532
|
class: "layout-preview-top"
|
|
533
|
-
},
|
|
533
|
+
}, Es = {
|
|
534
534
|
key: 2,
|
|
535
535
|
class: "layout-preview-mix"
|
|
536
|
-
},
|
|
536
|
+
}, Us = { class: "layout-option__label" }, zs = { class: "settings-section" }, Ts = { class: "settings-color-options" }, Ps = ["title", "onClick"], Ds = { class: "settings-section" }, As = { class: "settings-switch-list" }, Fs = { class: "settings-switch-item" }, Bs = { class: "settings-switch-item" }, Vs = /* @__PURE__ */ ne({
|
|
537
537
|
__name: "Header",
|
|
538
538
|
setup(t) {
|
|
539
|
-
const
|
|
539
|
+
const l = we(), u = me(), s = ue(), o = le(), i = Ue(), h = de(), v = y(!1), d = y(!1), g = y(null), _ = y(!1), f = y(!1), m = y(""), j = y(null), A = y(!1), W = [
|
|
540
540
|
{ value: "sidebar", label: "左侧菜单", icon: "sidebar-left" },
|
|
541
541
|
{ value: "top", label: "顶部菜单", icon: "menu" },
|
|
542
542
|
{ value: "mix", label: "混合菜单", icon: "grid" }
|
|
@@ -547,7 +547,7 @@ const ue = Ie("menu", () => {
|
|
|
547
547
|
{ value: "#faad14", label: "日落橙" },
|
|
548
548
|
{ value: "#f5222d", label: "薄暮红" },
|
|
549
549
|
{ value: "#722ed1", label: "酱紫" }
|
|
550
|
-
], V = w(() =>
|
|
550
|
+
], V = w(() => l.matched.filter((k) => k.meta && k.meta.title).map((k) => ({
|
|
551
551
|
title: k.meta.title,
|
|
552
552
|
path: k.path
|
|
553
553
|
}))), H = (z, k = "") => {
|
|
@@ -701,17 +701,17 @@ const ue = Ie("menu", () => {
|
|
|
701
701
|
}, G = () => {
|
|
702
702
|
s.toggleTheme();
|
|
703
703
|
}, R = () => {
|
|
704
|
-
|
|
704
|
+
d.value = !0;
|
|
705
705
|
}, se = (z) => {
|
|
706
|
-
s.setLayout(z),
|
|
706
|
+
s.setLayout(z), d.value = !1;
|
|
707
707
|
}, ie = (z) => {
|
|
708
708
|
A.value = z;
|
|
709
709
|
const k = document.documentElement;
|
|
710
710
|
z ? k.classList.add("grey-mode") : k.classList.remove("grey-mode");
|
|
711
711
|
}, pe = () => {
|
|
712
|
-
ie(!A.value),
|
|
712
|
+
ie(!A.value), d.value = !1;
|
|
713
713
|
}, E = () => {
|
|
714
|
-
s.toggleTheme(),
|
|
714
|
+
s.toggleTheme(), d.value = !1;
|
|
715
715
|
}, oe = () => {
|
|
716
716
|
document.fullscreenElement ? document.exitFullscreen() : document.documentElement.requestFullscreen();
|
|
717
717
|
}, _e = () => {
|
|
@@ -721,19 +721,19 @@ const ue = Ie("menu", () => {
|
|
|
721
721
|
}, ae = () => {
|
|
722
722
|
v.value = !1;
|
|
723
723
|
}, ve = () => {
|
|
724
|
-
|
|
724
|
+
f.value = !1, m.value = "";
|
|
725
725
|
}, xe = (z) => {
|
|
726
|
-
|
|
726
|
+
u.push(z), ve();
|
|
727
727
|
}, Ce = (z) => {
|
|
728
|
-
s.setPrimaryColor(z),
|
|
728
|
+
s.setPrimaryColor(z), d.value = !1;
|
|
729
729
|
}, $e = () => {
|
|
730
|
-
ae(),
|
|
730
|
+
ae(), u.push("/profile");
|
|
731
731
|
}, Le = () => {
|
|
732
|
-
ae(),
|
|
732
|
+
ae(), u.push("/change-password");
|
|
733
733
|
}, Me = () => {
|
|
734
|
-
ae(), i.logout(), o.clearUserInfo(), h.clearMenu(),
|
|
734
|
+
ae(), i.logout(), o.clearUserInfo(), h.clearMenu(), u.push(s.loginPath);
|
|
735
735
|
}, fe = (z) => {
|
|
736
|
-
|
|
736
|
+
g.value && !g.value.contains(z.target) && ae(), j.value && !j.value.contains(z.target) && ve();
|
|
737
737
|
}, ge = (z) => {
|
|
738
738
|
z.key === "Escape" && (ve(), ae());
|
|
739
739
|
};
|
|
@@ -743,8 +743,8 @@ const ue = Ie("menu", () => {
|
|
|
743
743
|
document.removeEventListener("click", fe), document.removeEventListener("fullscreenchange", _e), document.removeEventListener("keydown", ge);
|
|
744
744
|
}), (z, k) => {
|
|
745
745
|
var Q;
|
|
746
|
-
return a(), c("div",
|
|
747
|
-
e("div",
|
|
746
|
+
return a(), c("div", ts, [
|
|
747
|
+
e("div", ss, [
|
|
748
748
|
e("div", {
|
|
749
749
|
class: "header__collapse",
|
|
750
750
|
onClick: D
|
|
@@ -754,18 +754,18 @@ const ue = Ie("menu", () => {
|
|
|
754
754
|
size: 18
|
|
755
755
|
}, null, 8, ["name"])
|
|
756
756
|
]),
|
|
757
|
-
n(s).showBreadcrumb ? (a(), c("div",
|
|
757
|
+
n(s).showBreadcrumb ? (a(), c("div", os, [
|
|
758
758
|
(a(!0), c(K, null, X(V.value, (C, S) => (a(), c("span", {
|
|
759
759
|
key: C.path
|
|
760
760
|
}, [
|
|
761
|
-
S > 0 ? (a(), c("span",
|
|
761
|
+
S > 0 ? (a(), c("span", as, "/")) : P("", !0),
|
|
762
762
|
e("span", {
|
|
763
763
|
class: J({ "is-current": S === V.value.length - 1 })
|
|
764
764
|
}, x(C.title), 3)
|
|
765
765
|
]))), 128))
|
|
766
766
|
])) : P("", !0)
|
|
767
767
|
]),
|
|
768
|
-
e("div",
|
|
768
|
+
e("div", ns, [
|
|
769
769
|
e("div", {
|
|
770
770
|
class: "header__search",
|
|
771
771
|
ref_key: "searchRef",
|
|
@@ -776,35 +776,35 @@ const ue = Ie("menu", () => {
|
|
|
776
776
|
size: 14,
|
|
777
777
|
class: "header__search-icon"
|
|
778
778
|
}),
|
|
779
|
-
|
|
779
|
+
Te(e("input", {
|
|
780
780
|
"onUpdate:modelValue": k[0] || (k[0] = (C) => m.value = C),
|
|
781
781
|
type: "text",
|
|
782
782
|
class: "header__search-input",
|
|
783
783
|
placeholder: "搜索菜单...",
|
|
784
|
-
onFocus: k[1] || (k[1] = (C) =>
|
|
784
|
+
onFocus: k[1] || (k[1] = (C) => f.value = !0)
|
|
785
785
|
}, null, 544), [
|
|
786
786
|
[We, m.value]
|
|
787
787
|
]),
|
|
788
788
|
b(be, { name: "search-dropdown" }, {
|
|
789
789
|
default: M(() => [
|
|
790
|
-
|
|
791
|
-
T.value.length > 0 ? (a(), c("div",
|
|
790
|
+
f.value && (T.value.length > 0 || m.value) ? (a(), c("div", ls, [
|
|
791
|
+
T.value.length > 0 ? (a(), c("div", rs, [
|
|
792
792
|
(a(!0), c(K, null, X(T.value, (C) => (a(), c("div", {
|
|
793
793
|
key: C.path,
|
|
794
794
|
class: "header__search-item",
|
|
795
795
|
onClick: (S) => xe(C.path)
|
|
796
796
|
}, [
|
|
797
|
-
C.title !== "首页" ? (a(), c("span",
|
|
797
|
+
C.title !== "首页" ? (a(), c("span", cs, [
|
|
798
798
|
ee(Y(C.icon)) ? (a(), B(n(U), {
|
|
799
799
|
key: 0,
|
|
800
800
|
name: Y(C.icon),
|
|
801
801
|
size: 16
|
|
802
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
802
|
+
}, null, 8, ["name"])) : (a(), c("span", us, x(q(C.title)), 1))
|
|
803
803
|
])) : P("", !0),
|
|
804
|
-
e("span",
|
|
805
|
-
C.parentTitle ? (a(), c("span",
|
|
806
|
-
], 8,
|
|
807
|
-
])) : (a(), c("div",
|
|
804
|
+
e("span", ds, x(C.title), 1),
|
|
805
|
+
C.parentTitle ? (a(), c("span", ms, x(C.parentTitle), 1)) : P("", !0)
|
|
806
|
+
], 8, is))), 128))
|
|
807
|
+
])) : (a(), c("div", ps, " 未找到匹配的菜单 "))
|
|
808
808
|
])) : P("", !0)
|
|
809
809
|
]),
|
|
810
810
|
_: 1
|
|
@@ -819,7 +819,7 @@ const ue = Ie("menu", () => {
|
|
|
819
819
|
name: _.value ? "fullscreen-exit" : "fullscreen",
|
|
820
820
|
size: 16
|
|
821
821
|
}, null, 8, ["name"])
|
|
822
|
-
], 8,
|
|
822
|
+
], 8, vs),
|
|
823
823
|
e("div", {
|
|
824
824
|
class: "header__action",
|
|
825
825
|
onClick: R,
|
|
@@ -843,16 +843,16 @@ const ue = Ie("menu", () => {
|
|
|
843
843
|
e("div", {
|
|
844
844
|
class: "header__user",
|
|
845
845
|
ref_key: "dropdownRef",
|
|
846
|
-
ref:
|
|
846
|
+
ref: g
|
|
847
847
|
}, [
|
|
848
848
|
e("div", {
|
|
849
849
|
class: "header__user-trigger",
|
|
850
|
-
onClick:
|
|
850
|
+
onClick: Pe(ce, ["stop"])
|
|
851
851
|
}, [
|
|
852
|
-
e("div",
|
|
852
|
+
e("div", hs, [
|
|
853
853
|
e("span", null, x(((Q = n(o).userName) == null ? void 0 : Q.charAt(0)) || "U"), 1)
|
|
854
854
|
]),
|
|
855
|
-
e("span",
|
|
855
|
+
e("span", _s, x(n(o).userName), 1),
|
|
856
856
|
e("span", {
|
|
857
857
|
class: J(["header__user-arrow", { "is-active": v.value }])
|
|
858
858
|
}, "▼", 2)
|
|
@@ -861,18 +861,18 @@ const ue = Ie("menu", () => {
|
|
|
861
861
|
default: M(() => {
|
|
862
862
|
var C;
|
|
863
863
|
return [
|
|
864
|
-
v.value ? (a(), c("div",
|
|
865
|
-
e("div",
|
|
866
|
-
e("div",
|
|
864
|
+
v.value ? (a(), c("div", fs, [
|
|
865
|
+
e("div", gs, [
|
|
866
|
+
e("div", ys, [
|
|
867
867
|
e("span", null, x(((C = n(o).userName) == null ? void 0 : C.charAt(0)) || "U"), 1)
|
|
868
868
|
]),
|
|
869
|
-
e("div",
|
|
870
|
-
e("div",
|
|
871
|
-
e("div",
|
|
869
|
+
e("div", bs, [
|
|
870
|
+
e("div", ks, x(n(o).userName), 1),
|
|
871
|
+
e("div", ws, x(n(o).roleName || n(o).departmentName), 1)
|
|
872
872
|
])
|
|
873
873
|
]),
|
|
874
874
|
k[7] || (k[7] = e("div", { class: "header__dropdown-divider" }, null, -1)),
|
|
875
|
-
e("div",
|
|
875
|
+
e("div", xs, [
|
|
876
876
|
e("div", {
|
|
877
877
|
class: "header__dropdown-item",
|
|
878
878
|
onClick: $e
|
|
@@ -913,33 +913,33 @@ const ue = Ie("menu", () => {
|
|
|
913
913
|
], 512)
|
|
914
914
|
]),
|
|
915
915
|
b(n(Xe), {
|
|
916
|
-
modelValue:
|
|
917
|
-
"onUpdate:modelValue": k[2] || (k[2] = (C) =>
|
|
916
|
+
modelValue: d.value,
|
|
917
|
+
"onUpdate:modelValue": k[2] || (k[2] = (C) => d.value = C),
|
|
918
918
|
title: "换肤设置",
|
|
919
919
|
direction: "rtl",
|
|
920
920
|
size: "320px"
|
|
921
921
|
}, {
|
|
922
922
|
default: M(() => [
|
|
923
|
-
e("div",
|
|
924
|
-
e("div",
|
|
923
|
+
e("div", Cs, [
|
|
924
|
+
e("div", $s, [
|
|
925
925
|
k[11] || (k[11] = e("div", { class: "settings-title" }, "布局模式", -1)),
|
|
926
|
-
e("div",
|
|
926
|
+
e("div", Ls, [
|
|
927
927
|
(a(), c(K, null, X(W, (C) => e("div", {
|
|
928
928
|
key: C.value,
|
|
929
929
|
class: J(["layout-option", { "is-active": N.value === C.value }]),
|
|
930
930
|
onClick: (S) => se(C.value)
|
|
931
931
|
}, [
|
|
932
|
-
e("div",
|
|
933
|
-
C.value === "sidebar" ? (a(), c("div",
|
|
932
|
+
e("div", Ss, [
|
|
933
|
+
C.value === "sidebar" ? (a(), c("div", Ns, [...k[8] || (k[8] = [
|
|
934
934
|
e("div", { class: "preview-aside" }, null, -1),
|
|
935
935
|
e("div", { class: "preview-main" }, [
|
|
936
936
|
e("div", { class: "preview-header" }),
|
|
937
937
|
e("div", { class: "preview-content" })
|
|
938
938
|
], -1)
|
|
939
|
-
])])) : C.value === "top" ? (a(), c("div",
|
|
939
|
+
])])) : C.value === "top" ? (a(), c("div", Is, [...k[9] || (k[9] = [
|
|
940
940
|
e("div", { class: "preview-header-full" }, null, -1),
|
|
941
941
|
e("div", { class: "preview-content-full" }, null, -1)
|
|
942
|
-
])])) : (a(), c("div",
|
|
942
|
+
])])) : (a(), c("div", Es, [...k[10] || (k[10] = [
|
|
943
943
|
e("div", { class: "preview-header-mix" }, [
|
|
944
944
|
e("div", { class: "preview-mix-left" })
|
|
945
945
|
], -1),
|
|
@@ -949,13 +949,13 @@ const ue = Ie("menu", () => {
|
|
|
949
949
|
], -1)
|
|
950
950
|
])]))
|
|
951
951
|
]),
|
|
952
|
-
e("span",
|
|
953
|
-
], 10,
|
|
952
|
+
e("span", Us, x(C.label), 1)
|
|
953
|
+
], 10, Ms)), 64))
|
|
954
954
|
])
|
|
955
955
|
]),
|
|
956
|
-
e("div",
|
|
956
|
+
e("div", zs, [
|
|
957
957
|
k[12] || (k[12] = e("div", { class: "settings-title" }, "主题色", -1)),
|
|
958
|
-
e("div",
|
|
958
|
+
e("div", Ts, [
|
|
959
959
|
(a(), c(K, null, X(F, (C) => e("div", {
|
|
960
960
|
key: C.value,
|
|
961
961
|
class: J(["color-option", { "is-active": n(s).primaryColor === C.value }]),
|
|
@@ -969,13 +969,13 @@ const ue = Ie("menu", () => {
|
|
|
969
969
|
size: 12,
|
|
970
970
|
color: "#fff"
|
|
971
971
|
})) : P("", !0)
|
|
972
|
-
], 14,
|
|
972
|
+
], 14, Ps)), 64))
|
|
973
973
|
])
|
|
974
974
|
]),
|
|
975
|
-
e("div",
|
|
975
|
+
e("div", Ds, [
|
|
976
976
|
k[17] || (k[17] = e("div", { class: "settings-title" }, "功能设置", -1)),
|
|
977
|
-
e("div",
|
|
978
|
-
e("div",
|
|
977
|
+
e("div", As, [
|
|
978
|
+
e("div", Fs, [
|
|
979
979
|
k[14] || (k[14] = e("span", null, "灰色模式", -1)),
|
|
980
980
|
e("div", {
|
|
981
981
|
class: J(["switch-wrapper", { "is-checked": A.value }]),
|
|
@@ -984,7 +984,7 @@ const ue = Ie("menu", () => {
|
|
|
984
984
|
e("span", { class: "switch-core" }, null, -1)
|
|
985
985
|
])], 2)
|
|
986
986
|
]),
|
|
987
|
-
e("div",
|
|
987
|
+
e("div", Bs, [
|
|
988
988
|
k[16] || (k[16] = e("span", null, "暗黑模式", -1)),
|
|
989
989
|
e("div", {
|
|
990
990
|
class: J(["switch-wrapper", { "is-checked": n(s).isDark }]),
|
|
@@ -1002,72 +1002,72 @@ const ue = Ie("menu", () => {
|
|
|
1002
1002
|
]);
|
|
1003
1003
|
};
|
|
1004
1004
|
}
|
|
1005
|
-
}),
|
|
1005
|
+
}), Os = /* @__PURE__ */ re(Vs, [["__scopeId", "data-v-a68ca7e5"]]), Rs = { class: "top-menu" }, Ks = { class: "top-menu__logo" }, js = ["src"], Ws = { class: "top-menu__logo-text" }, qs = { class: "top-menu__menu-content" }, Hs = {
|
|
1006
1006
|
key: 0,
|
|
1007
1007
|
class: "top-menu__menu-icon"
|
|
1008
|
-
},
|
|
1008
|
+
}, Ys = {
|
|
1009
1009
|
key: 1,
|
|
1010
1010
|
class: "top-menu__menu-char"
|
|
1011
|
-
},
|
|
1011
|
+
}, Gs = { class: "top-menu__menu-text" }, Xs = { class: "top-menu__menu-content" }, Js = { class: "top-menu__menu-icon" }, Zs = {
|
|
1012
1012
|
key: 1,
|
|
1013
1013
|
class: "top-menu__menu-char"
|
|
1014
|
-
},
|
|
1014
|
+
}, Qs = { class: "top-menu__menu-text" }, eo = { class: "top-menu__menu-content" }, to = { class: "top-menu__menu-icon" }, so = {
|
|
1015
1015
|
key: 1,
|
|
1016
1016
|
class: "top-menu__menu-char"
|
|
1017
|
-
},
|
|
1017
|
+
}, oo = { class: "top-menu__menu-text" }, ao = { class: "top-menu__menu-content" }, no = { class: "top-menu__menu-icon" }, lo = {
|
|
1018
1018
|
key: 1,
|
|
1019
1019
|
class: "top-menu__menu-char"
|
|
1020
|
-
},
|
|
1020
|
+
}, ro = { class: "top-menu__menu-text" }, io = { class: "top-menu__menu-content" }, co = {
|
|
1021
1021
|
key: 0,
|
|
1022
1022
|
class: "top-menu__menu-icon"
|
|
1023
|
-
},
|
|
1023
|
+
}, uo = {
|
|
1024
1024
|
key: 1,
|
|
1025
1025
|
class: "top-menu__menu-char"
|
|
1026
|
-
},
|
|
1026
|
+
}, mo = { class: "top-menu__menu-text" }, po = { class: "top-menu__actions" }, vo = {
|
|
1027
1027
|
key: 0,
|
|
1028
1028
|
class: "top-menu__search-dropdown"
|
|
1029
|
-
},
|
|
1029
|
+
}, ho = {
|
|
1030
1030
|
key: 0,
|
|
1031
1031
|
class: "top-menu__search-results"
|
|
1032
|
-
},
|
|
1032
|
+
}, _o = ["onClick"], fo = {
|
|
1033
1033
|
key: 0,
|
|
1034
1034
|
class: "top-menu__search-icon-item"
|
|
1035
|
-
},
|
|
1035
|
+
}, go = {
|
|
1036
1036
|
key: 1,
|
|
1037
1037
|
class: "top-menu__search-char"
|
|
1038
|
-
},
|
|
1038
|
+
}, yo = { class: "top-menu__search-item-title" }, bo = {
|
|
1039
1039
|
key: 1,
|
|
1040
1040
|
class: "top-menu__search-item-parent"
|
|
1041
|
-
},
|
|
1041
|
+
}, ko = {
|
|
1042
1042
|
key: 1,
|
|
1043
1043
|
class: "top-menu__search-empty"
|
|
1044
|
-
},
|
|
1044
|
+
}, wo = ["title"], xo = { class: "top-menu__avatar" }, Co = { class: "top-menu__user-name" }, $o = {
|
|
1045
1045
|
key: 0,
|
|
1046
1046
|
class: "top-menu__dropdown"
|
|
1047
|
-
},
|
|
1047
|
+
}, Lo = { class: "top-menu__dropdown-header" }, Mo = { class: "top-menu__dropdown-avatar" }, So = { class: "top-menu__dropdown-info" }, No = { class: "top-menu__dropdown-name" }, Io = { class: "top-menu__dropdown-role" }, Eo = { class: "top-menu__dropdown-menu" }, Uo = { class: "settings-drawer" }, zo = { class: "settings-section" }, To = { class: "settings-layout-options" }, Po = ["onClick"], Do = { class: "layout-option__preview" }, Ao = {
|
|
1048
1048
|
key: 0,
|
|
1049
1049
|
class: "layout-preview-sidebar"
|
|
1050
|
-
},
|
|
1050
|
+
}, Fo = {
|
|
1051
1051
|
key: 1,
|
|
1052
1052
|
class: "layout-preview-top"
|
|
1053
|
-
},
|
|
1053
|
+
}, Bo = {
|
|
1054
1054
|
key: 2,
|
|
1055
1055
|
class: "layout-preview-mix"
|
|
1056
|
-
},
|
|
1056
|
+
}, Vo = { class: "layout-option__label" }, Oo = { class: "settings-section" }, Ro = { class: "settings-color-options" }, Ko = ["title", "onClick"], jo = { class: "settings-section" }, Wo = { class: "settings-switch-list" }, qo = { class: "settings-switch-item" }, Ho = { class: "settings-switch-item" }, Yo = /* @__PURE__ */ ne({
|
|
1057
1057
|
__name: "TopMenu",
|
|
1058
1058
|
props: {
|
|
1059
1059
|
logoSrc: { default: "/vite.svg" }
|
|
1060
1060
|
},
|
|
1061
1061
|
setup(t) {
|
|
1062
|
-
const
|
|
1062
|
+
const l = t, u = we(), s = me(), o = de(), i = ue(), h = le(), v = Ue(), d = w(() => u.path), g = (S, L = "") => {
|
|
1063
1063
|
const te = [];
|
|
1064
|
-
return S.forEach((
|
|
1065
|
-
|
|
1064
|
+
return S.forEach((r) => {
|
|
1065
|
+
r.children && r.children.length > 0 ? te.push(...g(r.children, r.menuName)) : te.push({ ...r, parentTitle: L, title: r.menuName, path: r.menuUrl });
|
|
1066
1066
|
}), te;
|
|
1067
|
-
}, _ = w(() => Y.value.trim() ?
|
|
1067
|
+
}, _ = w(() => Y.value.trim() ? g(o.menuList).filter(
|
|
1068
1068
|
(L) => L.title.toLowerCase().includes(Y.value.toLowerCase())
|
|
1069
|
-
) : []),
|
|
1070
|
-
S && S !==
|
|
1069
|
+
) : []), f = w(() => i.isDark ? "#1d1e1f" : "#fff"), m = w(() => i.isDark ? "#cfd3dc" : "#303133"), j = w(() => "#409eff"), A = y(!1), W = y(null), F = y(!1), V = y(!1), H = y(!1), Z = y(!1), Y = y(""), q = y(null), ee = (S) => {
|
|
1070
|
+
S && S !== u.path && s.push(S);
|
|
1071
1071
|
}, T = /* @__PURE__ */ new Set([
|
|
1072
1072
|
"arrow-up",
|
|
1073
1073
|
"arrow-down",
|
|
@@ -1263,62 +1263,62 @@ const ue = Ie("menu", () => {
|
|
|
1263
1263
|
document.removeEventListener("click", Q), document.removeEventListener("fullscreenchange", ie), document.removeEventListener("keydown", C);
|
|
1264
1264
|
}), (S, L) => {
|
|
1265
1265
|
var te;
|
|
1266
|
-
return a(), c("div",
|
|
1267
|
-
e("div",
|
|
1266
|
+
return a(), c("div", Rs, [
|
|
1267
|
+
e("div", Ks, [
|
|
1268
1268
|
e("img", {
|
|
1269
|
-
src:
|
|
1269
|
+
src: l.logoSrc,
|
|
1270
1270
|
alt: "Logo",
|
|
1271
1271
|
class: "top-menu__logo-img"
|
|
1272
|
-
}, null, 8,
|
|
1273
|
-
e("span",
|
|
1272
|
+
}, null, 8, js),
|
|
1273
|
+
e("span", Ws, x(n(i).appName), 1)
|
|
1274
1274
|
]),
|
|
1275
1275
|
b(n(Ge), {
|
|
1276
|
-
"model-value":
|
|
1276
|
+
"model-value": d.value,
|
|
1277
1277
|
mode: "horizontal",
|
|
1278
|
-
"background-color":
|
|
1278
|
+
"background-color": f.value,
|
|
1279
1279
|
"text-color": m.value,
|
|
1280
1280
|
"active-text-color": j.value,
|
|
1281
1281
|
class: "top-menu__menu",
|
|
1282
1282
|
onSelect: ee
|
|
1283
1283
|
}, {
|
|
1284
1284
|
default: M(() => [
|
|
1285
|
-
(a(!0), c(K, null, X(n(o).menuList, (
|
|
1286
|
-
key:
|
|
1285
|
+
(a(!0), c(K, null, X(n(o).menuList, (r) => (a(), c(K, {
|
|
1286
|
+
key: r.menuUrl
|
|
1287
1287
|
}, [
|
|
1288
|
-
|
|
1288
|
+
r.children && r.children.length > 0 ? (a(), B(n(Re), {
|
|
1289
1289
|
key: 0,
|
|
1290
|
-
index:
|
|
1290
|
+
index: r.menuUrl
|
|
1291
1291
|
}, {
|
|
1292
1292
|
title: M(() => [
|
|
1293
|
-
e("span",
|
|
1294
|
-
|
|
1295
|
-
G(N(
|
|
1293
|
+
e("span", qs, [
|
|
1294
|
+
r.menuName !== "首页" ? (a(), c("span", Hs, [
|
|
1295
|
+
G(N(r.icon)) ? (a(), B(n(U), {
|
|
1296
1296
|
key: 0,
|
|
1297
|
-
name: N(
|
|
1297
|
+
name: N(r.icon),
|
|
1298
1298
|
size: 16
|
|
1299
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
1299
|
+
}, null, 8, ["name"])) : (a(), c("span", Ys, x(D(r.menuName)), 1))
|
|
1300
1300
|
])) : P("", !0),
|
|
1301
|
-
e("span",
|
|
1301
|
+
e("span", Gs, x(r.menuName), 1)
|
|
1302
1302
|
])
|
|
1303
1303
|
]),
|
|
1304
1304
|
default: M(() => [
|
|
1305
|
-
(a(!0), c(K, null, X(
|
|
1305
|
+
(a(!0), c(K, null, X(r.children, (p) => (a(), c(K, {
|
|
1306
1306
|
key: p.menuUrl
|
|
1307
1307
|
}, [
|
|
1308
|
-
p.children && p.children.length > 0 ? (a(), B(n(
|
|
1308
|
+
p.children && p.children.length > 0 ? (a(), B(n(Re), {
|
|
1309
1309
|
key: 0,
|
|
1310
1310
|
index: p.menuUrl
|
|
1311
1311
|
}, {
|
|
1312
1312
|
title: M(() => [
|
|
1313
|
-
e("span",
|
|
1314
|
-
e("span",
|
|
1313
|
+
e("span", Xs, [
|
|
1314
|
+
e("span", Js, [
|
|
1315
1315
|
G(N(p.icon)) ? (a(), B(n(U), {
|
|
1316
1316
|
key: 0,
|
|
1317
1317
|
name: N(p.icon),
|
|
1318
1318
|
size: 16
|
|
1319
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
1319
|
+
}, null, 8, ["name"])) : (a(), c("span", Zs, x(D(p.menuName)), 1))
|
|
1320
1320
|
]),
|
|
1321
|
-
e("span",
|
|
1321
|
+
e("span", Qs, x(p.menuName), 1)
|
|
1322
1322
|
])
|
|
1323
1323
|
]),
|
|
1324
1324
|
default: M(() => [
|
|
@@ -1327,15 +1327,15 @@ const ue = Ie("menu", () => {
|
|
|
1327
1327
|
index: O.menuUrl
|
|
1328
1328
|
}, {
|
|
1329
1329
|
default: M(() => [
|
|
1330
|
-
e("span",
|
|
1331
|
-
e("span",
|
|
1330
|
+
e("span", eo, [
|
|
1331
|
+
e("span", to, [
|
|
1332
1332
|
G(N(O.icon)) ? (a(), B(n(U), {
|
|
1333
1333
|
key: 0,
|
|
1334
1334
|
name: N(O.icon),
|
|
1335
1335
|
size: 16
|
|
1336
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
1336
|
+
}, null, 8, ["name"])) : (a(), c("span", so, x(D(O.menuName)), 1))
|
|
1337
1337
|
]),
|
|
1338
|
-
e("span",
|
|
1338
|
+
e("span", oo, x(O.menuName), 1)
|
|
1339
1339
|
])
|
|
1340
1340
|
]),
|
|
1341
1341
|
_: 2
|
|
@@ -1347,15 +1347,15 @@ const ue = Ie("menu", () => {
|
|
|
1347
1347
|
index: p.menuUrl
|
|
1348
1348
|
}, {
|
|
1349
1349
|
default: M(() => [
|
|
1350
|
-
e("span",
|
|
1351
|
-
e("span",
|
|
1350
|
+
e("span", ao, [
|
|
1351
|
+
e("span", no, [
|
|
1352
1352
|
G(N(p.icon)) ? (a(), B(n(U), {
|
|
1353
1353
|
key: 0,
|
|
1354
1354
|
name: N(p.icon),
|
|
1355
1355
|
size: 16
|
|
1356
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
1356
|
+
}, null, 8, ["name"])) : (a(), c("span", lo, x(D(p.menuName)), 1))
|
|
1357
1357
|
]),
|
|
1358
|
-
e("span",
|
|
1358
|
+
e("span", ro, x(p.menuName), 1)
|
|
1359
1359
|
])
|
|
1360
1360
|
]),
|
|
1361
1361
|
_: 2
|
|
@@ -1365,18 +1365,18 @@ const ue = Ie("menu", () => {
|
|
|
1365
1365
|
_: 2
|
|
1366
1366
|
}, 1032, ["index"])) : (a(), B(n(Se), {
|
|
1367
1367
|
key: 1,
|
|
1368
|
-
index:
|
|
1368
|
+
index: r.menuUrl
|
|
1369
1369
|
}, {
|
|
1370
1370
|
default: M(() => [
|
|
1371
|
-
e("span",
|
|
1372
|
-
|
|
1373
|
-
G(N(
|
|
1371
|
+
e("span", io, [
|
|
1372
|
+
r.menuName !== "首页" ? (a(), c("span", co, [
|
|
1373
|
+
G(N(r.icon)) ? (a(), B(n(U), {
|
|
1374
1374
|
key: 0,
|
|
1375
|
-
name: N(
|
|
1375
|
+
name: N(r.icon),
|
|
1376
1376
|
size: 16
|
|
1377
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
1377
|
+
}, null, 8, ["name"])) : (a(), c("span", uo, x(D(r.menuName)), 1))
|
|
1378
1378
|
])) : P("", !0),
|
|
1379
|
-
e("span",
|
|
1379
|
+
e("span", mo, x(r.menuName), 1)
|
|
1380
1380
|
])
|
|
1381
1381
|
]),
|
|
1382
1382
|
_: 2
|
|
@@ -1385,7 +1385,7 @@ const ue = Ie("menu", () => {
|
|
|
1385
1385
|
]),
|
|
1386
1386
|
_: 1
|
|
1387
1387
|
}, 8, ["model-value", "background-color", "text-color", "active-text-color"]),
|
|
1388
|
-
e("div",
|
|
1388
|
+
e("div", po, [
|
|
1389
1389
|
e("div", {
|
|
1390
1390
|
class: "top-menu__search",
|
|
1391
1391
|
ref_key: "searchRef",
|
|
@@ -1396,35 +1396,35 @@ const ue = Ie("menu", () => {
|
|
|
1396
1396
|
size: 14,
|
|
1397
1397
|
class: "top-menu__search-icon"
|
|
1398
1398
|
}),
|
|
1399
|
-
|
|
1400
|
-
"onUpdate:modelValue": L[0] || (L[0] = (
|
|
1399
|
+
Te(e("input", {
|
|
1400
|
+
"onUpdate:modelValue": L[0] || (L[0] = (r) => Y.value = r),
|
|
1401
1401
|
type: "text",
|
|
1402
1402
|
class: "top-menu__search-input",
|
|
1403
1403
|
placeholder: "搜索菜单...",
|
|
1404
|
-
onFocus: L[1] || (L[1] = (
|
|
1404
|
+
onFocus: L[1] || (L[1] = (r) => Z.value = !0)
|
|
1405
1405
|
}, null, 544), [
|
|
1406
1406
|
[We, Y.value]
|
|
1407
1407
|
]),
|
|
1408
1408
|
b(be, { name: "search-dropdown" }, {
|
|
1409
1409
|
default: M(() => [
|
|
1410
|
-
Z.value && (_.value.length > 0 || Y.value) ? (a(), c("div",
|
|
1411
|
-
_.value.length > 0 ? (a(), c("div",
|
|
1412
|
-
(a(!0), c(K, null, X(_.value, (
|
|
1413
|
-
key:
|
|
1410
|
+
Z.value && (_.value.length > 0 || Y.value) ? (a(), c("div", vo, [
|
|
1411
|
+
_.value.length > 0 ? (a(), c("div", ho, [
|
|
1412
|
+
(a(!0), c(K, null, X(_.value, (r) => (a(), c("div", {
|
|
1413
|
+
key: r.path,
|
|
1414
1414
|
class: "top-menu__search-item",
|
|
1415
|
-
onClick: (p) => _e(
|
|
1415
|
+
onClick: (p) => _e(r.path)
|
|
1416
1416
|
}, [
|
|
1417
|
-
|
|
1418
|
-
G(N(
|
|
1417
|
+
r.title !== "首页" ? (a(), c("span", fo, [
|
|
1418
|
+
G(N(r.icon)) ? (a(), B(n(U), {
|
|
1419
1419
|
key: 0,
|
|
1420
|
-
name: N(
|
|
1420
|
+
name: N(r.icon),
|
|
1421
1421
|
size: 16
|
|
1422
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
1422
|
+
}, null, 8, ["name"])) : (a(), c("span", go, x(D(r.title)), 1))
|
|
1423
1423
|
])) : P("", !0),
|
|
1424
|
-
e("span",
|
|
1425
|
-
|
|
1426
|
-
], 8,
|
|
1427
|
-
])) : (a(), c("div",
|
|
1424
|
+
e("span", yo, x(r.title), 1),
|
|
1425
|
+
r.parentTitle ? (a(), c("span", bo, x(r.parentTitle), 1)) : P("", !0)
|
|
1426
|
+
], 8, _o))), 128))
|
|
1427
|
+
])) : (a(), c("div", ko, " 未找到匹配的菜单 "))
|
|
1428
1428
|
])) : P("", !0)
|
|
1429
1429
|
]),
|
|
1430
1430
|
_: 1
|
|
@@ -1439,7 +1439,7 @@ const ue = Ie("menu", () => {
|
|
|
1439
1439
|
name: F.value ? "fullscreen-exit" : "fullscreen",
|
|
1440
1440
|
size: 16
|
|
1441
1441
|
}, null, 8, ["name"])
|
|
1442
|
-
], 8,
|
|
1442
|
+
], 8, wo),
|
|
1443
1443
|
e("div", {
|
|
1444
1444
|
class: "top-menu__action",
|
|
1445
1445
|
onClick: ce,
|
|
@@ -1467,32 +1467,32 @@ const ue = Ie("menu", () => {
|
|
|
1467
1467
|
}, [
|
|
1468
1468
|
e("div", {
|
|
1469
1469
|
class: "top-menu__user-trigger",
|
|
1470
|
-
onClick:
|
|
1470
|
+
onClick: Pe(pe, ["stop"])
|
|
1471
1471
|
}, [
|
|
1472
|
-
e("div",
|
|
1472
|
+
e("div", xo, [
|
|
1473
1473
|
e("span", null, x(((te = n(h).userName) == null ? void 0 : te.charAt(0)) || "U"), 1)
|
|
1474
1474
|
]),
|
|
1475
|
-
e("span",
|
|
1475
|
+
e("span", Co, x(n(h).userName), 1),
|
|
1476
1476
|
e("span", {
|
|
1477
1477
|
class: J(["top-menu__user-arrow", { "is-active": A.value }])
|
|
1478
1478
|
}, "▼", 2)
|
|
1479
1479
|
]),
|
|
1480
1480
|
b(be, { name: "dropdown" }, {
|
|
1481
1481
|
default: M(() => {
|
|
1482
|
-
var
|
|
1482
|
+
var r;
|
|
1483
1483
|
return [
|
|
1484
|
-
A.value ? (a(), c("div",
|
|
1485
|
-
e("div",
|
|
1486
|
-
e("div",
|
|
1487
|
-
e("span", null, x(((
|
|
1484
|
+
A.value ? (a(), c("div", $o, [
|
|
1485
|
+
e("div", Lo, [
|
|
1486
|
+
e("div", Mo, [
|
|
1487
|
+
e("span", null, x(((r = n(h).userName) == null ? void 0 : r.charAt(0)) || "U"), 1)
|
|
1488
1488
|
]),
|
|
1489
|
-
e("div",
|
|
1490
|
-
e("div",
|
|
1491
|
-
e("div",
|
|
1489
|
+
e("div", So, [
|
|
1490
|
+
e("div", No, x(n(h).userName), 1),
|
|
1491
|
+
e("div", Io, x(n(h).departmentName), 1)
|
|
1492
1492
|
])
|
|
1493
1493
|
]),
|
|
1494
1494
|
L[7] || (L[7] = e("div", { class: "top-menu__dropdown-divider" }, null, -1)),
|
|
1495
|
-
e("div",
|
|
1495
|
+
e("div", Eo, [
|
|
1496
1496
|
e("div", {
|
|
1497
1497
|
class: "top-menu__dropdown-item",
|
|
1498
1498
|
onClick: ge
|
|
@@ -1534,32 +1534,32 @@ const ue = Ie("menu", () => {
|
|
|
1534
1534
|
]),
|
|
1535
1535
|
b(n(Xe), {
|
|
1536
1536
|
modelValue: V.value,
|
|
1537
|
-
"onUpdate:modelValue": L[2] || (L[2] = (
|
|
1537
|
+
"onUpdate:modelValue": L[2] || (L[2] = (r) => V.value = r),
|
|
1538
1538
|
title: "换肤设置",
|
|
1539
1539
|
direction: "rtl",
|
|
1540
1540
|
size: "320px"
|
|
1541
1541
|
}, {
|
|
1542
1542
|
default: M(() => [
|
|
1543
|
-
e("div",
|
|
1544
|
-
e("div",
|
|
1543
|
+
e("div", Uo, [
|
|
1544
|
+
e("div", zo, [
|
|
1545
1545
|
L[11] || (L[11] = e("div", { class: "settings-title" }, "布局模式", -1)),
|
|
1546
|
-
e("div",
|
|
1547
|
-
(a(), c(K, null, X(Ce, (
|
|
1548
|
-
key:
|
|
1549
|
-
class: J(["layout-option", { "is-active": $e.value ===
|
|
1550
|
-
onClick: (p) => Le(
|
|
1546
|
+
e("div", To, [
|
|
1547
|
+
(a(), c(K, null, X(Ce, (r) => e("div", {
|
|
1548
|
+
key: r.value,
|
|
1549
|
+
class: J(["layout-option", { "is-active": $e.value === r.value }]),
|
|
1550
|
+
onClick: (p) => Le(r.value)
|
|
1551
1551
|
}, [
|
|
1552
|
-
e("div",
|
|
1553
|
-
|
|
1552
|
+
e("div", Do, [
|
|
1553
|
+
r.value === "sidebar" ? (a(), c("div", Ao, [...L[8] || (L[8] = [
|
|
1554
1554
|
e("div", { class: "preview-aside" }, null, -1),
|
|
1555
1555
|
e("div", { class: "preview-main" }, [
|
|
1556
1556
|
e("div", { class: "preview-header" }),
|
|
1557
1557
|
e("div", { class: "preview-content" })
|
|
1558
1558
|
], -1)
|
|
1559
|
-
])])) :
|
|
1559
|
+
])])) : r.value === "top" ? (a(), c("div", Fo, [...L[9] || (L[9] = [
|
|
1560
1560
|
e("div", { class: "preview-header-full" }, null, -1),
|
|
1561
1561
|
e("div", { class: "preview-content-full" }, null, -1)
|
|
1562
|
-
])])) : (a(), c("div",
|
|
1562
|
+
])])) : (a(), c("div", Bo, [...L[10] || (L[10] = [
|
|
1563
1563
|
e("div", { class: "preview-header-mix" }, [
|
|
1564
1564
|
e("div", { class: "preview-mix-left" })
|
|
1565
1565
|
], -1),
|
|
@@ -1569,33 +1569,33 @@ const ue = Ie("menu", () => {
|
|
|
1569
1569
|
], -1)
|
|
1570
1570
|
])]))
|
|
1571
1571
|
]),
|
|
1572
|
-
e("span",
|
|
1573
|
-
], 10,
|
|
1572
|
+
e("span", Vo, x(r.label), 1)
|
|
1573
|
+
], 10, Po)), 64))
|
|
1574
1574
|
])
|
|
1575
1575
|
]),
|
|
1576
|
-
e("div",
|
|
1576
|
+
e("div", Oo, [
|
|
1577
1577
|
L[12] || (L[12] = e("div", { class: "settings-title" }, "主题色", -1)),
|
|
1578
|
-
e("div",
|
|
1579
|
-
(a(), c(K, null, X(Me, (
|
|
1580
|
-
key:
|
|
1581
|
-
class: J(["color-option", { "is-active": n(i).primaryColor ===
|
|
1582
|
-
style: Ne({ backgroundColor:
|
|
1583
|
-
title:
|
|
1584
|
-
onClick: (p) => fe(
|
|
1578
|
+
e("div", Ro, [
|
|
1579
|
+
(a(), c(K, null, X(Me, (r) => e("div", {
|
|
1580
|
+
key: r.value,
|
|
1581
|
+
class: J(["color-option", { "is-active": n(i).primaryColor === r.value }]),
|
|
1582
|
+
style: Ne({ backgroundColor: r.value }),
|
|
1583
|
+
title: r.label,
|
|
1584
|
+
onClick: (p) => fe(r.value)
|
|
1585
1585
|
}, [
|
|
1586
|
-
n(i).primaryColor ===
|
|
1586
|
+
n(i).primaryColor === r.value ? (a(), B(n(U), {
|
|
1587
1587
|
key: 0,
|
|
1588
1588
|
name: "check",
|
|
1589
1589
|
size: 12,
|
|
1590
1590
|
color: "#fff"
|
|
1591
1591
|
})) : P("", !0)
|
|
1592
|
-
], 14,
|
|
1592
|
+
], 14, Ko)), 64))
|
|
1593
1593
|
])
|
|
1594
1594
|
]),
|
|
1595
|
-
e("div",
|
|
1595
|
+
e("div", jo, [
|
|
1596
1596
|
L[17] || (L[17] = e("div", { class: "settings-title" }, "功能设置", -1)),
|
|
1597
|
-
e("div",
|
|
1598
|
-
e("div",
|
|
1597
|
+
e("div", Wo, [
|
|
1598
|
+
e("div", qo, [
|
|
1599
1599
|
L[14] || (L[14] = e("span", null, "灰色模式", -1)),
|
|
1600
1600
|
e("div", {
|
|
1601
1601
|
class: J(["switch-wrapper", { "is-checked": H.value }]),
|
|
@@ -1604,7 +1604,7 @@ const ue = Ie("menu", () => {
|
|
|
1604
1604
|
e("span", { class: "switch-core" }, null, -1)
|
|
1605
1605
|
])], 2)
|
|
1606
1606
|
]),
|
|
1607
|
-
e("div",
|
|
1607
|
+
e("div", Ho, [
|
|
1608
1608
|
L[16] || (L[16] = e("span", null, "暗黑模式", -1)),
|
|
1609
1609
|
e("div", {
|
|
1610
1610
|
class: J(["switch-wrapper", { "is-checked": n(i).isDark }]),
|
|
@@ -1622,74 +1622,74 @@ const ue = Ie("menu", () => {
|
|
|
1622
1622
|
]);
|
|
1623
1623
|
};
|
|
1624
1624
|
}
|
|
1625
|
-
}),
|
|
1625
|
+
}), Go = /* @__PURE__ */ re(Yo, [["__scopeId", "data-v-114a2a03"]]), Xo = { class: "mix-top-menu" }, Jo = { class: "mix-top-menu__logo" }, Zo = ["src"], Qo = { class: "mix-top-menu__logo-text" }, ea = { class: "mix-top-menu__menu-content" }, ta = {
|
|
1626
1626
|
key: 0,
|
|
1627
1627
|
class: "mix-top-menu__menu-icon"
|
|
1628
|
-
},
|
|
1628
|
+
}, sa = {
|
|
1629
1629
|
key: 1,
|
|
1630
1630
|
class: "mix-top-menu__menu-char"
|
|
1631
|
-
},
|
|
1631
|
+
}, oa = { class: "mix-top-menu__menu-text" }, aa = { class: "mix-top-menu__actions" }, na = {
|
|
1632
1632
|
key: 0,
|
|
1633
1633
|
class: "mix-top-menu__search-dropdown"
|
|
1634
|
-
},
|
|
1634
|
+
}, la = {
|
|
1635
1635
|
key: 0,
|
|
1636
1636
|
class: "mix-top-menu__search-results"
|
|
1637
|
-
},
|
|
1637
|
+
}, ra = ["onClick"], ia = {
|
|
1638
1638
|
key: 0,
|
|
1639
1639
|
class: "mix-top-menu__search-icon-item"
|
|
1640
|
-
},
|
|
1640
|
+
}, ca = {
|
|
1641
1641
|
key: 1,
|
|
1642
1642
|
class: "mix-top-menu__search-char"
|
|
1643
|
-
},
|
|
1643
|
+
}, ua = { class: "mix-top-menu__search-item-title" }, da = {
|
|
1644
1644
|
key: 1,
|
|
1645
1645
|
class: "mix-top-menu__search-item-parent"
|
|
1646
|
-
},
|
|
1646
|
+
}, ma = {
|
|
1647
1647
|
key: 1,
|
|
1648
1648
|
class: "mix-top-menu__search-empty"
|
|
1649
|
-
},
|
|
1649
|
+
}, pa = ["title"], va = { class: "mix-top-menu__avatar" }, ha = { class: "mix-top-menu__user-name" }, _a = {
|
|
1650
1650
|
key: 0,
|
|
1651
1651
|
class: "mix-top-menu__dropdown"
|
|
1652
|
-
},
|
|
1652
|
+
}, fa = { class: "mix-top-menu__dropdown-header" }, ga = { class: "mix-top-menu__dropdown-avatar" }, ya = { class: "mix-top-menu__dropdown-info" }, ba = { class: "mix-top-menu__dropdown-name" }, ka = { class: "mix-top-menu__dropdown-role" }, wa = { class: "mix-top-menu__dropdown-menu" }, xa = { class: "settings-drawer" }, Ca = { class: "settings-section" }, $a = { class: "settings-layout-options" }, La = ["onClick"], Ma = { class: "layout-option__preview" }, Sa = {
|
|
1653
1653
|
key: 0,
|
|
1654
1654
|
class: "layout-preview-sidebar"
|
|
1655
|
-
},
|
|
1655
|
+
}, Na = {
|
|
1656
1656
|
key: 1,
|
|
1657
1657
|
class: "layout-preview-top"
|
|
1658
|
-
},
|
|
1658
|
+
}, Ia = {
|
|
1659
1659
|
key: 2,
|
|
1660
1660
|
class: "layout-preview-mix"
|
|
1661
|
-
},
|
|
1661
|
+
}, Ea = { class: "layout-option__label" }, Ua = { class: "settings-section" }, za = { class: "settings-color-options" }, Ta = ["title", "onClick"], Pa = { class: "settings-section" }, Da = { class: "settings-switch-list" }, Aa = { class: "settings-switch-item" }, Fa = { class: "settings-switch-item" }, Ba = /* @__PURE__ */ ne({
|
|
1662
1662
|
__name: "MixTopMenu",
|
|
1663
1663
|
props: {
|
|
1664
1664
|
logoSrc: { default: "/vite.svg" }
|
|
1665
1665
|
},
|
|
1666
1666
|
setup(t) {
|
|
1667
|
-
const
|
|
1667
|
+
const l = t, u = we(), s = me(), o = de(), i = ue(), h = le(), v = Ue(), d = y(""), g = (r, p = "") => {
|
|
1668
1668
|
const O = [];
|
|
1669
|
-
return
|
|
1670
|
-
$.children && $.children.length > 0 ? O.push(...
|
|
1669
|
+
return r.forEach(($) => {
|
|
1670
|
+
$.children && $.children.length > 0 ? O.push(...g($.children, $.menuName)) : O.push({ ...$, parentTitle: p, title: $.menuName, path: $.menuUrl });
|
|
1671
1671
|
}), O;
|
|
1672
|
-
}, _ = w(() => N.value.trim() ?
|
|
1672
|
+
}, _ = w(() => N.value.trim() ? g(o.menuList).filter(
|
|
1673
1673
|
(p) => p.title.toLowerCase().includes(N.value.toLowerCase())
|
|
1674
|
-
) : []),
|
|
1675
|
-
const
|
|
1676
|
-
return (
|
|
1677
|
-
}), m = w(() => o.menuList.find((
|
|
1678
|
-
m.value ?
|
|
1679
|
-
}, A = (
|
|
1680
|
-
|
|
1681
|
-
const p = o.menuList.find((O) => O.menuUrl ===
|
|
1674
|
+
) : []), f = w(() => {
|
|
1675
|
+
const r = o.menuList.find((p) => p.menuUrl === d.value);
|
|
1676
|
+
return (r == null ? void 0 : r.children) || [];
|
|
1677
|
+
}), m = w(() => o.menuList.find((r) => !!(u.path === r.menuUrl || r.children && r.children.some((p) => u.path.startsWith(p.menuUrl) || u.path === p.menuUrl)))), j = () => {
|
|
1678
|
+
m.value ? d.value = m.value.menuUrl : o.menuList.length > 0 && (d.value = o.menuList[0].menuUrl);
|
|
1679
|
+
}, A = (r) => {
|
|
1680
|
+
d.value = r;
|
|
1681
|
+
const p = o.menuList.find((O) => O.menuUrl === r);
|
|
1682
1682
|
if (p)
|
|
1683
1683
|
if (p.children && p.children.length > 0) {
|
|
1684
1684
|
const O = p.children[0].menuUrl;
|
|
1685
|
-
|
|
1685
|
+
u.path !== O && s.push(O);
|
|
1686
1686
|
} else
|
|
1687
|
-
|
|
1687
|
+
u.path !== r && s.push(r);
|
|
1688
1688
|
}, W = w(() => i.isDark ? "#1d1e1f" : "#fff"), F = w(() => i.isDark ? "#cfd3dc" : "#303133"), V = w(() => "#409eff"), H = y(!1), Z = y(null), Y = y(!1), q = y(!1), ee = y(!1), T = y(!1), N = y(""), D = y(null);
|
|
1689
|
-
ye(() =>
|
|
1690
|
-
j(), i.setMixSubMenus(
|
|
1691
|
-
}), ye(() => o.menuList, (
|
|
1692
|
-
|
|
1689
|
+
ye(() => u.path, () => {
|
|
1690
|
+
j(), i.setMixSubMenus(f.value);
|
|
1691
|
+
}), ye(() => o.menuList, (r) => {
|
|
1692
|
+
r && r.length > 0 && (j(), i.setMixSubMenus(f.value));
|
|
1693
1693
|
}, { immediate: !0 });
|
|
1694
1694
|
const G = /* @__PURE__ */ new Set([
|
|
1695
1695
|
"arrow-up",
|
|
@@ -1793,10 +1793,10 @@ const ue = Ie("menu", () => {
|
|
|
1793
1793
|
"sun",
|
|
1794
1794
|
"theme",
|
|
1795
1795
|
"skin"
|
|
1796
|
-
]), R = (
|
|
1797
|
-
if (!
|
|
1798
|
-
if (
|
|
1799
|
-
const O =
|
|
1796
|
+
]), R = (r) => {
|
|
1797
|
+
if (!r || r === "") return "";
|
|
1798
|
+
if (r.startsWith("tineco-icon-")) {
|
|
1799
|
+
const O = r.replace("tineco-icon-", "");
|
|
1800
1800
|
return {
|
|
1801
1801
|
home: "home",
|
|
1802
1802
|
dashboard: "dashboard",
|
|
@@ -1829,8 +1829,8 @@ const ue = Ie("menu", () => {
|
|
|
1829
1829
|
app: "app",
|
|
1830
1830
|
list: "list",
|
|
1831
1831
|
grid: "grid"
|
|
1832
|
-
}[
|
|
1833
|
-
}, se = (
|
|
1832
|
+
}[r] || r;
|
|
1833
|
+
}, se = (r) => r ? r.charAt(0) : "", ie = (r) => G.has(r), pe = () => {
|
|
1834
1834
|
i.toggleTheme(), q.value = !1;
|
|
1835
1835
|
}, E = () => {
|
|
1836
1836
|
document.fullscreenElement ? document.exitFullscreen() : document.documentElement.requestFullscreen();
|
|
@@ -1842,14 +1842,14 @@ const ue = Ie("menu", () => {
|
|
|
1842
1842
|
H.value = !1;
|
|
1843
1843
|
}, ae = () => {
|
|
1844
1844
|
T.value = !1, N.value = "";
|
|
1845
|
-
}, ve = (
|
|
1846
|
-
s.push(
|
|
1845
|
+
}, ve = (r) => {
|
|
1846
|
+
s.push(r), ae();
|
|
1847
1847
|
}, xe = () => {
|
|
1848
1848
|
q.value = !0;
|
|
1849
|
-
}, Ce = (
|
|
1850
|
-
ee.value =
|
|
1849
|
+
}, Ce = (r) => {
|
|
1850
|
+
ee.value = r;
|
|
1851
1851
|
const p = document.documentElement;
|
|
1852
|
-
|
|
1852
|
+
r ? p.classList.add("grey-mode") : p.classList.remove("grey-mode");
|
|
1853
1853
|
}, $e = () => {
|
|
1854
1854
|
Ce(!ee.value), q.value = !1;
|
|
1855
1855
|
}, Le = () => {
|
|
@@ -1858,8 +1858,8 @@ const ue = Ie("menu", () => {
|
|
|
1858
1858
|
{ value: "sidebar", label: "左侧菜单", icon: "sidebar-left" },
|
|
1859
1859
|
{ value: "top", label: "顶部菜单", icon: "menu" },
|
|
1860
1860
|
{ value: "mix", label: "混合菜单", icon: "grid" }
|
|
1861
|
-
], fe = w(() => i.layout), ge = (
|
|
1862
|
-
i.setLayout(
|
|
1861
|
+
], fe = w(() => i.layout), ge = (r) => {
|
|
1862
|
+
i.setLayout(r), q.value = !1;
|
|
1863
1863
|
}, z = [
|
|
1864
1864
|
{ value: "#409eff", label: "默认蓝" },
|
|
1865
1865
|
{ value: "#1890ff", label: "科技蓝" },
|
|
@@ -1867,36 +1867,36 @@ const ue = Ie("menu", () => {
|
|
|
1867
1867
|
{ value: "#faad14", label: "日落橙" },
|
|
1868
1868
|
{ value: "#f5222d", label: "薄暮红" },
|
|
1869
1869
|
{ value: "#722ed1", label: "酱紫" }
|
|
1870
|
-
], k = (
|
|
1871
|
-
i.setPrimaryColor(
|
|
1870
|
+
], k = (r) => {
|
|
1871
|
+
i.setPrimaryColor(r), q.value = !1;
|
|
1872
1872
|
}, Q = () => {
|
|
1873
1873
|
ce(), s.push("/profile");
|
|
1874
1874
|
}, C = () => {
|
|
1875
1875
|
ce(), s.push("/change-password");
|
|
1876
1876
|
}, S = () => {
|
|
1877
1877
|
ce(), v.logout(), h.clearUserInfo(), o.clearMenu(), s.push(i.loginPath);
|
|
1878
|
-
}, L = (
|
|
1879
|
-
Z.value && !Z.value.contains(
|
|
1880
|
-
}, te = (
|
|
1881
|
-
|
|
1878
|
+
}, L = (r) => {
|
|
1879
|
+
Z.value && !Z.value.contains(r.target) && ce(), D.value && !D.value.contains(r.target) && ae();
|
|
1880
|
+
}, te = (r) => {
|
|
1881
|
+
r.key === "Escape" && (ae(), ce());
|
|
1882
1882
|
};
|
|
1883
1883
|
return Ke(() => {
|
|
1884
1884
|
document.addEventListener("click", L), document.addEventListener("fullscreenchange", oe), document.addEventListener("keydown", te), ee.value = document.documentElement.classList.contains("grey-mode"), j();
|
|
1885
1885
|
}), je(() => {
|
|
1886
1886
|
document.removeEventListener("click", L), document.removeEventListener("fullscreenchange", oe), document.removeEventListener("keydown", te);
|
|
1887
|
-
}), (
|
|
1887
|
+
}), (r, p) => {
|
|
1888
1888
|
var O;
|
|
1889
|
-
return a(), c("div",
|
|
1890
|
-
e("div",
|
|
1889
|
+
return a(), c("div", Xo, [
|
|
1890
|
+
e("div", Jo, [
|
|
1891
1891
|
e("img", {
|
|
1892
|
-
src:
|
|
1892
|
+
src: l.logoSrc,
|
|
1893
1893
|
alt: "Logo",
|
|
1894
1894
|
class: "mix-top-menu__logo-img"
|
|
1895
|
-
}, null, 8,
|
|
1896
|
-
e("span",
|
|
1895
|
+
}, null, 8, Zo),
|
|
1896
|
+
e("span", Qo, x(n(i).appName), 1)
|
|
1897
1897
|
]),
|
|
1898
1898
|
b(n(Ge), {
|
|
1899
|
-
"model-value":
|
|
1899
|
+
"model-value": d.value,
|
|
1900
1900
|
mode: "horizontal",
|
|
1901
1901
|
"background-color": W.value,
|
|
1902
1902
|
"text-color": F.value,
|
|
@@ -1910,15 +1910,15 @@ const ue = Ie("menu", () => {
|
|
|
1910
1910
|
index: $.menuUrl
|
|
1911
1911
|
}, {
|
|
1912
1912
|
default: M(() => [
|
|
1913
|
-
e("span",
|
|
1914
|
-
$.menuName !== "首页" ? (a(), c("span",
|
|
1913
|
+
e("span", ea, [
|
|
1914
|
+
$.menuName !== "首页" ? (a(), c("span", ta, [
|
|
1915
1915
|
ie(R($.icon)) ? (a(), B(n(U), {
|
|
1916
1916
|
key: 0,
|
|
1917
1917
|
name: R($.icon),
|
|
1918
1918
|
size: 16
|
|
1919
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
1919
|
+
}, null, 8, ["name"])) : (a(), c("span", sa, x(se($.menuName)), 1))
|
|
1920
1920
|
])) : P("", !0),
|
|
1921
|
-
e("span",
|
|
1921
|
+
e("span", oa, x($.menuName), 1)
|
|
1922
1922
|
])
|
|
1923
1923
|
]),
|
|
1924
1924
|
_: 2
|
|
@@ -1926,7 +1926,7 @@ const ue = Ie("menu", () => {
|
|
|
1926
1926
|
]),
|
|
1927
1927
|
_: 1
|
|
1928
1928
|
}, 8, ["model-value", "background-color", "text-color", "active-text-color"]),
|
|
1929
|
-
e("div",
|
|
1929
|
+
e("div", aa, [
|
|
1930
1930
|
e("div", {
|
|
1931
1931
|
class: "mix-top-menu__search",
|
|
1932
1932
|
ref_key: "searchRef",
|
|
@@ -1937,7 +1937,7 @@ const ue = Ie("menu", () => {
|
|
|
1937
1937
|
size: 14,
|
|
1938
1938
|
class: "mix-top-menu__search-icon"
|
|
1939
1939
|
}),
|
|
1940
|
-
|
|
1940
|
+
Te(e("input", {
|
|
1941
1941
|
"onUpdate:modelValue": p[0] || (p[0] = ($) => N.value = $),
|
|
1942
1942
|
type: "text",
|
|
1943
1943
|
class: "mix-top-menu__search-input",
|
|
@@ -1948,24 +1948,24 @@ const ue = Ie("menu", () => {
|
|
|
1948
1948
|
]),
|
|
1949
1949
|
b(be, { name: "search-dropdown" }, {
|
|
1950
1950
|
default: M(() => [
|
|
1951
|
-
T.value && (_.value.length > 0 || N.value) ? (a(), c("div",
|
|
1952
|
-
_.value.length > 0 ? (a(), c("div",
|
|
1951
|
+
T.value && (_.value.length > 0 || N.value) ? (a(), c("div", na, [
|
|
1952
|
+
_.value.length > 0 ? (a(), c("div", la, [
|
|
1953
1953
|
(a(!0), c(K, null, X(_.value, ($) => (a(), c("div", {
|
|
1954
1954
|
key: $.path,
|
|
1955
1955
|
class: "mix-top-menu__search-item",
|
|
1956
1956
|
onClick: (Ze) => ve($.path)
|
|
1957
1957
|
}, [
|
|
1958
|
-
$.title !== "首页" ? (a(), c("span",
|
|
1958
|
+
$.title !== "首页" ? (a(), c("span", ia, [
|
|
1959
1959
|
ie(R($.icon)) ? (a(), B(n(U), {
|
|
1960
1960
|
key: 0,
|
|
1961
1961
|
name: R($.icon),
|
|
1962
1962
|
size: 16
|
|
1963
|
-
}, null, 8, ["name"])) : (a(), c("span",
|
|
1963
|
+
}, null, 8, ["name"])) : (a(), c("span", ca, x(se($.title)), 1))
|
|
1964
1964
|
])) : P("", !0),
|
|
1965
|
-
e("span",
|
|
1966
|
-
$.parentTitle ? (a(), c("span",
|
|
1967
|
-
], 8,
|
|
1968
|
-
])) : (a(), c("div",
|
|
1965
|
+
e("span", ua, x($.title), 1),
|
|
1966
|
+
$.parentTitle ? (a(), c("span", da, x($.parentTitle), 1)) : P("", !0)
|
|
1967
|
+
], 8, ra))), 128))
|
|
1968
|
+
])) : (a(), c("div", ma, " 未找到匹配的菜单 "))
|
|
1969
1969
|
])) : P("", !0)
|
|
1970
1970
|
]),
|
|
1971
1971
|
_: 1
|
|
@@ -1980,7 +1980,7 @@ const ue = Ie("menu", () => {
|
|
|
1980
1980
|
name: Y.value ? "fullscreen-exit" : "fullscreen",
|
|
1981
1981
|
size: 16
|
|
1982
1982
|
}, null, 8, ["name"])
|
|
1983
|
-
], 8,
|
|
1983
|
+
], 8, pa),
|
|
1984
1984
|
e("div", {
|
|
1985
1985
|
class: "mix-top-menu__action",
|
|
1986
1986
|
onClick: xe,
|
|
@@ -2008,12 +2008,12 @@ const ue = Ie("menu", () => {
|
|
|
2008
2008
|
}, [
|
|
2009
2009
|
e("div", {
|
|
2010
2010
|
class: "mix-top-menu__user-trigger",
|
|
2011
|
-
onClick:
|
|
2011
|
+
onClick: Pe(_e, ["stop"])
|
|
2012
2012
|
}, [
|
|
2013
|
-
e("div",
|
|
2013
|
+
e("div", va, [
|
|
2014
2014
|
e("span", null, x(((O = n(h).userName) == null ? void 0 : O.charAt(0)) || "U"), 1)
|
|
2015
2015
|
]),
|
|
2016
|
-
e("span",
|
|
2016
|
+
e("span", ha, x(n(h).userName), 1),
|
|
2017
2017
|
e("span", {
|
|
2018
2018
|
class: J(["mix-top-menu__user-arrow", { "is-active": H.value }])
|
|
2019
2019
|
}, "▼", 2)
|
|
@@ -2022,18 +2022,18 @@ const ue = Ie("menu", () => {
|
|
|
2022
2022
|
default: M(() => {
|
|
2023
2023
|
var $;
|
|
2024
2024
|
return [
|
|
2025
|
-
H.value ? (a(), c("div",
|
|
2026
|
-
e("div",
|
|
2027
|
-
e("div",
|
|
2025
|
+
H.value ? (a(), c("div", _a, [
|
|
2026
|
+
e("div", fa, [
|
|
2027
|
+
e("div", ga, [
|
|
2028
2028
|
e("span", null, x((($ = n(h).userName) == null ? void 0 : $.charAt(0)) || "U"), 1)
|
|
2029
2029
|
]),
|
|
2030
|
-
e("div",
|
|
2031
|
-
e("div",
|
|
2032
|
-
e("div",
|
|
2030
|
+
e("div", ya, [
|
|
2031
|
+
e("div", ba, x(n(h).userName), 1),
|
|
2032
|
+
e("div", ka, x(n(h).departmentName), 1)
|
|
2033
2033
|
])
|
|
2034
2034
|
]),
|
|
2035
2035
|
p[7] || (p[7] = e("div", { class: "mix-top-menu__dropdown-divider" }, null, -1)),
|
|
2036
|
-
e("div",
|
|
2036
|
+
e("div", wa, [
|
|
2037
2037
|
e("div", {
|
|
2038
2038
|
class: "mix-top-menu__dropdown-item",
|
|
2039
2039
|
onClick: Q
|
|
@@ -2081,26 +2081,26 @@ const ue = Ie("menu", () => {
|
|
|
2081
2081
|
size: "320px"
|
|
2082
2082
|
}, {
|
|
2083
2083
|
default: M(() => [
|
|
2084
|
-
e("div",
|
|
2085
|
-
e("div",
|
|
2084
|
+
e("div", xa, [
|
|
2085
|
+
e("div", Ca, [
|
|
2086
2086
|
p[11] || (p[11] = e("div", { class: "settings-title" }, "布局模式", -1)),
|
|
2087
|
-
e("div",
|
|
2087
|
+
e("div", $a, [
|
|
2088
2088
|
(a(), c(K, null, X(Me, ($) => e("div", {
|
|
2089
2089
|
key: $.value,
|
|
2090
2090
|
class: J(["layout-option", { "is-active": fe.value === $.value }]),
|
|
2091
2091
|
onClick: (Ze) => ge($.value)
|
|
2092
2092
|
}, [
|
|
2093
|
-
e("div",
|
|
2094
|
-
$.value === "sidebar" ? (a(), c("div",
|
|
2093
|
+
e("div", Ma, [
|
|
2094
|
+
$.value === "sidebar" ? (a(), c("div", Sa, [...p[8] || (p[8] = [
|
|
2095
2095
|
e("div", { class: "preview-aside" }, null, -1),
|
|
2096
2096
|
e("div", { class: "preview-main" }, [
|
|
2097
2097
|
e("div", { class: "preview-header" }),
|
|
2098
2098
|
e("div", { class: "preview-content" })
|
|
2099
2099
|
], -1)
|
|
2100
|
-
])])) : $.value === "top" ? (a(), c("div",
|
|
2100
|
+
])])) : $.value === "top" ? (a(), c("div", Na, [...p[9] || (p[9] = [
|
|
2101
2101
|
e("div", { class: "preview-header-full" }, null, -1),
|
|
2102
2102
|
e("div", { class: "preview-content-full" }, null, -1)
|
|
2103
|
-
])])) : (a(), c("div",
|
|
2103
|
+
])])) : (a(), c("div", Ia, [...p[10] || (p[10] = [
|
|
2104
2104
|
e("div", { class: "preview-header-mix" }, [
|
|
2105
2105
|
e("div", { class: "preview-mix-left" })
|
|
2106
2106
|
], -1),
|
|
@@ -2110,13 +2110,13 @@ const ue = Ie("menu", () => {
|
|
|
2110
2110
|
], -1)
|
|
2111
2111
|
])]))
|
|
2112
2112
|
]),
|
|
2113
|
-
e("span",
|
|
2114
|
-
], 10,
|
|
2113
|
+
e("span", Ea, x($.label), 1)
|
|
2114
|
+
], 10, La)), 64))
|
|
2115
2115
|
])
|
|
2116
2116
|
]),
|
|
2117
|
-
e("div",
|
|
2117
|
+
e("div", Ua, [
|
|
2118
2118
|
p[12] || (p[12] = e("div", { class: "settings-title" }, "主题色", -1)),
|
|
2119
|
-
e("div",
|
|
2119
|
+
e("div", za, [
|
|
2120
2120
|
(a(), c(K, null, X(z, ($) => e("div", {
|
|
2121
2121
|
key: $.value,
|
|
2122
2122
|
class: J(["color-option", { "is-active": n(i).primaryColor === $.value }]),
|
|
@@ -2130,13 +2130,13 @@ const ue = Ie("menu", () => {
|
|
|
2130
2130
|
size: 12,
|
|
2131
2131
|
color: "#fff"
|
|
2132
2132
|
})) : P("", !0)
|
|
2133
|
-
], 14,
|
|
2133
|
+
], 14, Ta)), 64))
|
|
2134
2134
|
])
|
|
2135
2135
|
]),
|
|
2136
|
-
e("div",
|
|
2136
|
+
e("div", Pa, [
|
|
2137
2137
|
p[17] || (p[17] = e("div", { class: "settings-title" }, "功能设置", -1)),
|
|
2138
|
-
e("div",
|
|
2139
|
-
e("div",
|
|
2138
|
+
e("div", Da, [
|
|
2139
|
+
e("div", Aa, [
|
|
2140
2140
|
p[14] || (p[14] = e("span", null, "灰色模式", -1)),
|
|
2141
2141
|
e("div", {
|
|
2142
2142
|
class: J(["switch-wrapper", { "is-checked": ee.value }]),
|
|
@@ -2145,7 +2145,7 @@ const ue = Ie("menu", () => {
|
|
|
2145
2145
|
e("span", { class: "switch-core" }, null, -1)
|
|
2146
2146
|
])], 2)
|
|
2147
2147
|
]),
|
|
2148
|
-
e("div",
|
|
2148
|
+
e("div", Fa, [
|
|
2149
2149
|
p[16] || (p[16] = e("span", null, "暗黑模式", -1)),
|
|
2150
2150
|
e("div", {
|
|
2151
2151
|
class: J(["switch-wrapper", { "is-checked": n(i).isDark }]),
|
|
@@ -2163,134 +2163,134 @@ const ue = Ie("menu", () => {
|
|
|
2163
2163
|
]);
|
|
2164
2164
|
};
|
|
2165
2165
|
}
|
|
2166
|
-
}),
|
|
2166
|
+
}), Va = /* @__PURE__ */ re(Ba, [["__scopeId", "data-v-e1e69bda"]]), Oa = {
|
|
2167
2167
|
key: 0,
|
|
2168
2168
|
class: "layout layout--sidebar"
|
|
2169
|
-
},
|
|
2169
|
+
}, Ra = { class: "layout__main" }, Ka = { class: "layout__header" }, ja = { class: "layout__content" }, Wa = {
|
|
2170
2170
|
key: 1,
|
|
2171
2171
|
class: "layout layout--top"
|
|
2172
|
-
},
|
|
2172
|
+
}, qa = { class: "layout__top-menu" }, Ha = { class: "layout__main" }, Ya = { class: "layout__content" }, Ga = {
|
|
2173
2173
|
key: 2,
|
|
2174
2174
|
class: "layout layout--mix"
|
|
2175
|
-
},
|
|
2175
|
+
}, Xa = { class: "layout__mix-top-menu" }, Ja = { class: "layout__mix-body" }, Za = { class: "layout__content" }, Qa = /* @__PURE__ */ ne({
|
|
2176
2176
|
__name: "index",
|
|
2177
2177
|
props: {
|
|
2178
2178
|
logoSrc: { default: "/vite.svg" }
|
|
2179
2179
|
},
|
|
2180
2180
|
setup(t) {
|
|
2181
|
-
const
|
|
2182
|
-
() =>
|
|
2183
|
-
), i = w(() =>
|
|
2184
|
-
return (
|
|
2185
|
-
const
|
|
2181
|
+
const l = t, u = ue(), s = de(), o = w(
|
|
2182
|
+
() => u.isCollapsed ? "64px" : "210px"
|
|
2183
|
+
), i = w(() => u.layout), h = w(() => i.value === "mix"), v = w(() => i.value === "sidebar" ? s.menuList : i.value === "mix" ? u.mixSubMenus : []), d = w(() => h.value ? v.value.length > 0 : !1);
|
|
2184
|
+
return (g, _) => {
|
|
2185
|
+
const f = it("router-view");
|
|
2186
2186
|
return a(), c(K, null, [
|
|
2187
|
-
i.value === "sidebar" ? (a(), c("div",
|
|
2187
|
+
i.value === "sidebar" ? (a(), c("div", Oa, [
|
|
2188
2188
|
e("aside", {
|
|
2189
2189
|
class: "layout__aside",
|
|
2190
2190
|
style: Ne({ width: o.value })
|
|
2191
2191
|
}, [
|
|
2192
|
-
b(
|
|
2192
|
+
b(st, {
|
|
2193
2193
|
"menu-list": v.value,
|
|
2194
2194
|
"show-logo": !0,
|
|
2195
2195
|
"show-user": !0,
|
|
2196
|
-
"logo-src":
|
|
2196
|
+
"logo-src": l.logoSrc
|
|
2197
2197
|
}, null, 8, ["menu-list", "logo-src"])
|
|
2198
2198
|
], 4),
|
|
2199
|
-
e("div",
|
|
2200
|
-
e("header",
|
|
2201
|
-
b(
|
|
2199
|
+
e("div", Ra, [
|
|
2200
|
+
e("header", Ka, [
|
|
2201
|
+
b(Os)
|
|
2202
2202
|
]),
|
|
2203
|
-
e("main",
|
|
2204
|
-
b(
|
|
2203
|
+
e("main", ja, [
|
|
2204
|
+
b(f)
|
|
2205
2205
|
])
|
|
2206
2206
|
])
|
|
2207
2207
|
])) : P("", !0),
|
|
2208
|
-
i.value === "top" ? (a(), c("div",
|
|
2209
|
-
e("div",
|
|
2210
|
-
b(
|
|
2211
|
-
"logo-src":
|
|
2208
|
+
i.value === "top" ? (a(), c("div", Wa, [
|
|
2209
|
+
e("div", qa, [
|
|
2210
|
+
b(Go, {
|
|
2211
|
+
"logo-src": l.logoSrc
|
|
2212
2212
|
}, null, 8, ["logo-src"])
|
|
2213
2213
|
]),
|
|
2214
|
-
e("div",
|
|
2215
|
-
e("main",
|
|
2216
|
-
b(
|
|
2214
|
+
e("div", Ha, [
|
|
2215
|
+
e("main", Ya, [
|
|
2216
|
+
b(f)
|
|
2217
2217
|
])
|
|
2218
2218
|
])
|
|
2219
2219
|
])) : P("", !0),
|
|
2220
|
-
i.value === "mix" ? (a(), c("div",
|
|
2221
|
-
e("div",
|
|
2222
|
-
b(
|
|
2223
|
-
"logo-src":
|
|
2220
|
+
i.value === "mix" ? (a(), c("div", Ga, [
|
|
2221
|
+
e("div", Xa, [
|
|
2222
|
+
b(Va, {
|
|
2223
|
+
"logo-src": l.logoSrc
|
|
2224
2224
|
}, null, 8, ["logo-src"])
|
|
2225
2225
|
]),
|
|
2226
|
-
e("div",
|
|
2227
|
-
|
|
2226
|
+
e("div", Ja, [
|
|
2227
|
+
d.value ? (a(), c("aside", {
|
|
2228
2228
|
key: 0,
|
|
2229
2229
|
class: "layout__aside",
|
|
2230
2230
|
style: Ne({ width: o.value })
|
|
2231
2231
|
}, [
|
|
2232
|
-
b(
|
|
2232
|
+
b(st, {
|
|
2233
2233
|
"menu-list": v.value,
|
|
2234
2234
|
"show-logo": !1,
|
|
2235
2235
|
"show-user": !1
|
|
2236
2236
|
}, null, 8, ["menu-list"])
|
|
2237
2237
|
], 4)) : P("", !0),
|
|
2238
|
-
e("main",
|
|
2239
|
-
b(
|
|
2238
|
+
e("main", Za, [
|
|
2239
|
+
b(f)
|
|
2240
2240
|
])
|
|
2241
2241
|
])
|
|
2242
2242
|
])) : P("", !0)
|
|
2243
2243
|
], 64);
|
|
2244
2244
|
};
|
|
2245
2245
|
}
|
|
2246
|
-
}),
|
|
2246
|
+
}), ut = /* @__PURE__ */ re(Qa, [["__scopeId", "data-v-f3d5d68c"]]), en = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2247
2247
|
__proto__: null,
|
|
2248
|
-
default:
|
|
2249
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2248
|
+
default: ut
|
|
2249
|
+
}, Symbol.toStringTag, { value: "Module" })), tn = { class: "tabs-wrapper" }, sn = { class: "tab-label" }, on = ["onClick"], an = /* @__PURE__ */ ne({
|
|
2250
2250
|
__name: "Tabs",
|
|
2251
2251
|
setup(t) {
|
|
2252
|
-
const
|
|
2252
|
+
const l = we(), u = me(), s = w(() => {
|
|
2253
2253
|
const v = [];
|
|
2254
|
-
return
|
|
2255
|
-
var
|
|
2256
|
-
(
|
|
2257
|
-
name:
|
|
2258
|
-
title:
|
|
2259
|
-
path:
|
|
2254
|
+
return l.matched.forEach((d) => {
|
|
2255
|
+
var g;
|
|
2256
|
+
(g = d.meta) != null && g.affix && v.push({
|
|
2257
|
+
name: d.name,
|
|
2258
|
+
title: d.meta.title,
|
|
2259
|
+
path: d.path,
|
|
2260
2260
|
affix: !0
|
|
2261
2261
|
});
|
|
2262
2262
|
}), v;
|
|
2263
|
-
}), o = w(() =>
|
|
2264
|
-
|
|
2263
|
+
}), o = w(() => l.path), i = (v) => {
|
|
2264
|
+
u.push(v);
|
|
2265
2265
|
}, h = (v) => {
|
|
2266
|
-
const
|
|
2267
|
-
if (!(
|
|
2268
|
-
const
|
|
2269
|
-
_ &&
|
|
2266
|
+
const d = s.value.find((g) => g.path === v);
|
|
2267
|
+
if (!(d != null && d.affix) && v === o.value) {
|
|
2268
|
+
const g = s.value.findIndex((f) => f.path === v), _ = s.value[g - 1] || s.value[g + 1];
|
|
2269
|
+
_ && u.push(_.path);
|
|
2270
2270
|
}
|
|
2271
2271
|
};
|
|
2272
|
-
return (v,
|
|
2272
|
+
return (v, d) => (a(), c("div", tn, [
|
|
2273
2273
|
b(n($t), {
|
|
2274
2274
|
modelValue: o.value,
|
|
2275
|
-
"onUpdate:modelValue":
|
|
2275
|
+
"onUpdate:modelValue": d[0] || (d[0] = (g) => o.value = g),
|
|
2276
2276
|
type: "card",
|
|
2277
2277
|
onTabClick: i
|
|
2278
2278
|
}, {
|
|
2279
2279
|
default: M(() => [
|
|
2280
|
-
(a(!0), c(K, null, X(s.value, (
|
|
2281
|
-
key:
|
|
2282
|
-
name:
|
|
2283
|
-
label:
|
|
2284
|
-
closable: !
|
|
2280
|
+
(a(!0), c(K, null, X(s.value, (g) => (a(), B(n(Lt), {
|
|
2281
|
+
key: g.path,
|
|
2282
|
+
name: g.path,
|
|
2283
|
+
label: g.title,
|
|
2284
|
+
closable: !g.affix
|
|
2285
2285
|
}, {
|
|
2286
2286
|
label: M(() => [
|
|
2287
|
-
e("span",
|
|
2288
|
-
he(x(
|
|
2289
|
-
|
|
2287
|
+
e("span", sn, [
|
|
2288
|
+
he(x(g.title) + " ", 1),
|
|
2289
|
+
g.affix ? P("", !0) : (a(), c("span", {
|
|
2290
2290
|
key: 0,
|
|
2291
2291
|
class: "tab-close",
|
|
2292
|
-
onClick:
|
|
2293
|
-
}, " ✕ ", 8,
|
|
2292
|
+
onClick: Pe((_) => h(g.path), ["stop"])
|
|
2293
|
+
}, " ✕ ", 8, on))
|
|
2294
2294
|
])
|
|
2295
2295
|
]),
|
|
2296
2296
|
_: 2
|
|
@@ -2300,16 +2300,16 @@ const ue = Ie("menu", () => {
|
|
|
2300
2300
|
}, 8, ["modelValue"])
|
|
2301
2301
|
]));
|
|
2302
2302
|
}
|
|
2303
|
-
}),
|
|
2304
|
-
function
|
|
2305
|
-
return a(), c("div",
|
|
2303
|
+
}), Yn = /* @__PURE__ */ re(an, [["__scopeId", "data-v-876cc372"]]), nn = {}, ln = { class: "footer" };
|
|
2304
|
+
function rn(t, l) {
|
|
2305
|
+
return a(), c("div", ln, [...l[0] || (l[0] = [
|
|
2306
2306
|
e("span", null, "Copyright © 2024 Xto Demo. All Rights Reserved.", -1)
|
|
2307
2307
|
])]);
|
|
2308
2308
|
}
|
|
2309
|
-
const
|
|
2309
|
+
const Gn = /* @__PURE__ */ re(nn, [["render", rn], ["__scopeId", "data-v-5ef21e94"]]), cn = { class: "login-page" }, un = { class: "login-form-section" }, dn = { class: "form-container" }, mn = { class: "input-wrapper" }, pn = { class: "input-wrapper" }, vn = { class: "form-options" }, hn = { key: 0 }, _n = { key: 1 }, fn = /* @__PURE__ */ ne({
|
|
2310
2310
|
__name: "index",
|
|
2311
2311
|
setup(t) {
|
|
2312
|
-
const
|
|
2312
|
+
const l = me(), u = we(), s = y(!1), o = y(!1), i = qe({
|
|
2313
2313
|
uid: "",
|
|
2314
2314
|
password: ""
|
|
2315
2315
|
}), h = {
|
|
@@ -2320,30 +2320,30 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2320
2320
|
{ required: !0, message: "请输入密码", trigger: "blur" },
|
|
2321
2321
|
{ min: 6, message: "密码长度至少6位", trigger: "blur" }
|
|
2322
2322
|
]
|
|
2323
|
-
}, v = y(),
|
|
2324
|
-
var
|
|
2323
|
+
}, v = y(), d = async () => {
|
|
2324
|
+
var g;
|
|
2325
2325
|
try {
|
|
2326
|
-
await ((
|
|
2327
|
-
const _ = await
|
|
2328
|
-
appId:
|
|
2329
|
-
clientId:
|
|
2326
|
+
await ((g = v.value) == null ? void 0 : g.validate()), s.value = !0;
|
|
2327
|
+
const _ = await ht({
|
|
2328
|
+
appId: Ie(),
|
|
2329
|
+
clientId: rt(),
|
|
2330
2330
|
uid: i.uid,
|
|
2331
2331
|
password: i.password,
|
|
2332
2332
|
code: !0
|
|
2333
2333
|
});
|
|
2334
|
-
|
|
2335
|
-
const
|
|
2336
|
-
|
|
2334
|
+
lt(_), Mt.success("登录成功");
|
|
2335
|
+
const f = u.query.redirect;
|
|
2336
|
+
f ? l.push(f) : l.push({ name: "Dashboard" });
|
|
2337
2337
|
} catch (_) {
|
|
2338
2338
|
console.error("登录失败:", _);
|
|
2339
2339
|
} finally {
|
|
2340
2340
|
s.value = !1;
|
|
2341
2341
|
}
|
|
2342
2342
|
};
|
|
2343
|
-
return (
|
|
2344
|
-
_[10] || (_[10] =
|
|
2345
|
-
e("div",
|
|
2346
|
-
e("div",
|
|
2343
|
+
return (g, _) => (a(), c("div", cn, [
|
|
2344
|
+
_[10] || (_[10] = ze('<div class="login-brand" data-v-4597d7a1><div class="brand-content" data-v-4597d7a1><div class="brand-logo" data-v-4597d7a1><div class="logo-icon" data-v-4597d7a1><svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-4597d7a1><rect width="48" height="48" rx="12" fill="currentColor" data-v-4597d7a1></rect><path d="M14 24L20 30L34 16" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" data-v-4597d7a1></path></svg></div><span class="logo-text" data-v-4597d7a1>XTO</span></div><div class="brand-slogan" data-v-4597d7a1><h1 data-v-4597d7a1>企业级后台管理解决方案</h1><p data-v-4597d7a1>开箱即用的中后台前端/设计解决方案</p></div><div class="brand-features" data-v-4597d7a1><div class="feature-item" data-v-4597d7a1><div class="feature-icon" data-v-4597d7a1><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" data-v-4597d7a1><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" data-v-4597d7a1></path></svg></div><div class="feature-text" data-v-4597d7a1><h4 data-v-4597d7a1>高性能</h4><p data-v-4597d7a1>极致的渲染性能与响应速度</p></div></div><div class="feature-item" data-v-4597d7a1><div class="feature-icon" data-v-4597d7a1><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" data-v-4597d7a1><rect x="3" y="3" width="18" height="18" rx="2" data-v-4597d7a1></rect><path d="M9 9h6M9 12h6M9 15h4" data-v-4597d7a1></path></svg></div><div class="feature-text" data-v-4597d7a1><h4 data-v-4597d7a1>丰富组件</h4><p data-v-4597d7a1>60+ 高质量业务组件</p></div></div><div class="feature-item" data-v-4597d7a1><div class="feature-icon" data-v-4597d7a1><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" data-v-4597d7a1><circle cx="12" cy="12" r="10" data-v-4597d7a1></circle><path d="M12 6v6l4 2" data-v-4597d7a1></path></svg></div><div class="feature-text" data-v-4597d7a1><h4 data-v-4597d7a1>持续更新</h4><p data-v-4597d7a1>活跃的社区与快速迭代</p></div></div></div><div class="brand-decoration" data-v-4597d7a1><div class="decoration-line" data-v-4597d7a1></div><div class="decoration-dots" data-v-4597d7a1><span data-v-4597d7a1></span><span data-v-4597d7a1></span><span data-v-4597d7a1></span></div></div></div><div class="brand-bg" data-v-4597d7a1><div class="bg-grid" data-v-4597d7a1></div><div class="bg-glow" data-v-4597d7a1></div><div class="bg-pattern" data-v-4597d7a1></div></div></div>', 1)),
|
|
2345
|
+
e("div", un, [
|
|
2346
|
+
e("div", dn, [
|
|
2347
2347
|
_[7] || (_[7] = e("div", { class: "form-header" }, [
|
|
2348
2348
|
e("h2", null, "欢迎登录"),
|
|
2349
2349
|
e("p", null, "请输入您的账户信息")
|
|
@@ -2357,13 +2357,13 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2357
2357
|
"label-width": "0"
|
|
2358
2358
|
}, {
|
|
2359
2359
|
default: M(() => [
|
|
2360
|
-
b(n(
|
|
2360
|
+
b(n(De), { prop: "uid" }, {
|
|
2361
2361
|
default: M(() => [
|
|
2362
|
-
e("div",
|
|
2362
|
+
e("div", mn, [
|
|
2363
2363
|
_[3] || (_[3] = e("label", { class: "input-label" }, "用户名", -1)),
|
|
2364
|
-
b(n(
|
|
2364
|
+
b(n(tt), {
|
|
2365
2365
|
modelValue: i.uid,
|
|
2366
|
-
"onUpdate:modelValue": _[0] || (_[0] = (
|
|
2366
|
+
"onUpdate:modelValue": _[0] || (_[0] = (f) => i.uid = f),
|
|
2367
2367
|
placeholder: "请输入用户名",
|
|
2368
2368
|
size: "large"
|
|
2369
2369
|
}, {
|
|
@@ -2379,18 +2379,18 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2379
2379
|
]),
|
|
2380
2380
|
_: 1
|
|
2381
2381
|
}),
|
|
2382
|
-
b(n(
|
|
2382
|
+
b(n(De), { prop: "password" }, {
|
|
2383
2383
|
default: M(() => [
|
|
2384
|
-
e("div",
|
|
2384
|
+
e("div", pn, [
|
|
2385
2385
|
_[4] || (_[4] = e("label", { class: "input-label" }, "密码", -1)),
|
|
2386
|
-
b(n(
|
|
2386
|
+
b(n(tt), {
|
|
2387
2387
|
modelValue: i.password,
|
|
2388
|
-
"onUpdate:modelValue": _[1] || (_[1] = (
|
|
2388
|
+
"onUpdate:modelValue": _[1] || (_[1] = (f) => i.password = f),
|
|
2389
2389
|
type: "password",
|
|
2390
2390
|
placeholder: "请输入密码",
|
|
2391
2391
|
size: "large",
|
|
2392
2392
|
"show-password": "",
|
|
2393
|
-
onKeyup: xt(
|
|
2393
|
+
onKeyup: xt(d, ["enter"])
|
|
2394
2394
|
}, {
|
|
2395
2395
|
prefix: M(() => [
|
|
2396
2396
|
b(n(U), {
|
|
@@ -2404,10 +2404,10 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2404
2404
|
]),
|
|
2405
2405
|
_: 1
|
|
2406
2406
|
}),
|
|
2407
|
-
e("div",
|
|
2407
|
+
e("div", vn, [
|
|
2408
2408
|
b(n(Nt), {
|
|
2409
2409
|
modelValue: o.value,
|
|
2410
|
-
"onUpdate:modelValue": _[2] || (_[2] = (
|
|
2410
|
+
"onUpdate:modelValue": _[2] || (_[2] = (f) => o.value = f)
|
|
2411
2411
|
}, {
|
|
2412
2412
|
default: M(() => [..._[5] || (_[5] = [
|
|
2413
2413
|
he("记住我", -1)
|
|
@@ -2419,17 +2419,17 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2419
2419
|
class: "forgot-link"
|
|
2420
2420
|
}, "忘记密码?", -1))
|
|
2421
2421
|
]),
|
|
2422
|
-
b(n(
|
|
2422
|
+
b(n(De), null, {
|
|
2423
2423
|
default: M(() => [
|
|
2424
2424
|
b(n(ke), {
|
|
2425
2425
|
type: "primary",
|
|
2426
2426
|
size: "large",
|
|
2427
2427
|
loading: s.value,
|
|
2428
2428
|
class: "login-btn",
|
|
2429
|
-
onClick:
|
|
2429
|
+
onClick: d
|
|
2430
2430
|
}, {
|
|
2431
2431
|
default: M(() => [
|
|
2432
|
-
s.value ? (a(), c("span",
|
|
2432
|
+
s.value ? (a(), c("span", _n, "登录中...")) : (a(), c("span", hn, "登 录"))
|
|
2433
2433
|
]),
|
|
2434
2434
|
_: 1
|
|
2435
2435
|
}, 8, ["loading"])
|
|
@@ -2439,7 +2439,7 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2439
2439
|
]),
|
|
2440
2440
|
_: 1
|
|
2441
2441
|
}, 8, ["model"]),
|
|
2442
|
-
_[8] || (_[8] =
|
|
2442
|
+
_[8] || (_[8] = ze('<div class="form-footer" data-v-4597d7a1><p data-v-4597d7a1>其他登录方式</p><div class="social-login" data-v-4597d7a1><button class="social-btn" title="企业微信" data-v-4597d7a1><svg viewBox="0 0 24 24" fill="currentColor" data-v-4597d7a1><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z" data-v-4597d7a1></path></svg></button><button class="social-btn" title="钉钉" data-v-4597d7a1><svg viewBox="0 0 24 24" fill="currentColor" data-v-4597d7a1><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19-.14.75-.42 1-.68 1.03-.58.05-1.02-.38-1.58-.75-.88-.58-1.38-.94-2.23-1.5-.99-.65-.35-1.01.22-1.59.15-.15 2.71-2.48 2.76-2.69a.2.2 0 00-.05-.18c-.06-.05-.14-.03-.21-.02-.09.02-1.49.95-4.22 2.79-.4.27-.76.41-1.08.4-.36-.01-1.04-.2-1.55-.37-.63-.2-1.12-.31-1.08-.66.02-.18.27-.36.74-.55 2.92-1.27 4.86-2.11 5.83-2.51 2.78-1.16 3.35-1.36 3.73-1.36.08 0 .27.02.39.12.1.08.13.19.14.27-.01.06.01.24 0 .38z" data-v-4597d7a1></path></svg></button><button class="social-btn" title="飞书" data-v-4597d7a1><svg viewBox="0 0 24 24" fill="currentColor" data-v-4597d7a1><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z" data-v-4597d7a1></path></svg></button></div></div>', 1))
|
|
2443
2443
|
]),
|
|
2444
2444
|
_[9] || (_[9] = e("div", { class: "copyright" }, [
|
|
2445
2445
|
e("p", null, "© 2024 XTO Team. All rights reserved.")
|
|
@@ -2447,29 +2447,29 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2447
2447
|
])
|
|
2448
2448
|
]));
|
|
2449
2449
|
}
|
|
2450
|
-
}),
|
|
2450
|
+
}), gn = /* @__PURE__ */ re(fn, [["__scopeId", "data-v-4597d7a1"]]), yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2451
2451
|
__proto__: null,
|
|
2452
|
-
default:
|
|
2453
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2452
|
+
default: gn
|
|
2453
|
+
}, Symbol.toStringTag, { value: "Module" })), bn = { class: "error-page" }, kn = { class: "error-container" }, wn = { class: "error-content" }, xn = { class: "error-actions" }, Cn = /* @__PURE__ */ ne({
|
|
2454
2454
|
__name: "404",
|
|
2455
2455
|
setup(t) {
|
|
2456
|
-
const
|
|
2457
|
-
|
|
2456
|
+
const l = me(), u = () => {
|
|
2457
|
+
l.push("/");
|
|
2458
2458
|
};
|
|
2459
|
-
return (s, o) => (a(), c("div",
|
|
2460
|
-
e("div",
|
|
2459
|
+
return (s, o) => (a(), c("div", bn, [
|
|
2460
|
+
e("div", kn, [
|
|
2461
2461
|
o[7] || (o[7] = e("div", { class: "error-bg" }, [
|
|
2462
2462
|
e("div", { class: "bg-circle circle-1" }),
|
|
2463
2463
|
e("div", { class: "bg-circle circle-2" }),
|
|
2464
2464
|
e("div", { class: "bg-circle circle-3" })
|
|
2465
2465
|
], -1)),
|
|
2466
|
-
e("div",
|
|
2467
|
-
o[5] || (o[5] =
|
|
2468
|
-
e("div",
|
|
2466
|
+
e("div", wn, [
|
|
2467
|
+
o[5] || (o[5] = ze('<div class="error-code" data-v-cb725bbc><span class="code-digit" data-v-cb725bbc>4</span><span class="code-zero" data-v-cb725bbc><span class="zero-inner" data-v-cb725bbc>0</span></span><span class="code-digit" data-v-cb725bbc>4</span></div><div class="error-illustration" data-v-cb725bbc><svg viewBox="0 0 200 120" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-cb725bbc><rect x="40" y="20" width="120" height="80" rx="8" fill="var(--xto-fill-color, #F3F4F6)" stroke="var(--xto-border-color, #D1D5DB)" stroke-width="2" data-v-cb725bbc></rect><rect x="50" y="30" width="100" height="60" rx="4" fill="var(--xto-bg-color, #FFFFFF)" data-v-cb725bbc></rect><line x1="60" y1="45" x2="140" y2="45" stroke="var(--xto-border-color-light, #E5E7EB)" stroke-width="2" data-v-cb725bbc></line><line x1="60" y1="55" x2="120" y2="55" stroke="var(--xto-border-color-light, #E5E7EB)" stroke-width="2" data-v-cb725bbc></line><line x1="60" y1="65" x2="100" y2="65" stroke="var(--xto-border-color-light, #E5E7EB)" stroke-width="2" data-v-cb725bbc></line><text x="100" y="75" text-anchor="middle" fill="var(--xto-color-primary, #4F46E5)" font-size="24" font-weight="600" data-v-cb725bbc>?</text><circle cx="150" cy="35" r="12" stroke="var(--xto-color-primary, #4F46E5)" stroke-width="2" fill="none" data-v-cb725bbc></circle><line x1="158" y1="43" x2="168" y2="53" stroke="var(--xto-color-primary, #4F46E5)" stroke-width="2" stroke-linecap="round" data-v-cb725bbc></line></svg></div><h1 class="error-title" data-v-cb725bbc>页面不存在</h1><p class="error-desc" data-v-cb725bbc>抱歉,您访问的页面不存在或已被删除</p>', 4)),
|
|
2468
|
+
e("div", xn, [
|
|
2469
2469
|
b(n(ke), {
|
|
2470
2470
|
type: "primary",
|
|
2471
2471
|
size: "large",
|
|
2472
|
-
onClick:
|
|
2472
|
+
onClick: u
|
|
2473
2473
|
}, {
|
|
2474
2474
|
icon: M(() => [...o[1] || (o[1] = [
|
|
2475
2475
|
e("svg", {
|
|
@@ -2489,7 +2489,7 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2489
2489
|
}),
|
|
2490
2490
|
b(n(ke), {
|
|
2491
2491
|
size: "large",
|
|
2492
|
-
onClick: o[0] || (o[0] = (i) => n(
|
|
2492
|
+
onClick: o[0] || (o[0] = (i) => n(l).go(-1))
|
|
2493
2493
|
}, {
|
|
2494
2494
|
icon: M(() => [...o[3] || (o[3] = [
|
|
2495
2495
|
e("svg", {
|
|
@@ -2519,29 +2519,29 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2519
2519
|
])
|
|
2520
2520
|
]));
|
|
2521
2521
|
}
|
|
2522
|
-
}),
|
|
2522
|
+
}), $n = /* @__PURE__ */ re(Cn, [["__scopeId", "data-v-cb725bbc"]]), dt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2523
2523
|
__proto__: null,
|
|
2524
|
-
default:
|
|
2525
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2524
|
+
default: $n
|
|
2525
|
+
}, Symbol.toStringTag, { value: "Module" })), Ln = { class: "error-page" }, Mn = { class: "error-container" }, Sn = { class: "error-content" }, Nn = { class: "error-actions" }, In = /* @__PURE__ */ ne({
|
|
2526
2526
|
__name: "403",
|
|
2527
2527
|
setup(t) {
|
|
2528
|
-
const
|
|
2529
|
-
|
|
2528
|
+
const l = me(), u = () => {
|
|
2529
|
+
l.push("/");
|
|
2530
2530
|
};
|
|
2531
|
-
return (s, o) => (a(), c("div",
|
|
2532
|
-
e("div",
|
|
2531
|
+
return (s, o) => (a(), c("div", Ln, [
|
|
2532
|
+
e("div", Mn, [
|
|
2533
2533
|
o[7] || (o[7] = e("div", { class: "error-bg" }, [
|
|
2534
2534
|
e("div", { class: "bg-circle circle-1" }),
|
|
2535
2535
|
e("div", { class: "bg-circle circle-2" }),
|
|
2536
2536
|
e("div", { class: "bg-circle circle-3" })
|
|
2537
2537
|
], -1)),
|
|
2538
|
-
e("div",
|
|
2539
|
-
o[5] || (o[5] =
|
|
2540
|
-
e("div",
|
|
2538
|
+
e("div", Sn, [
|
|
2539
|
+
o[5] || (o[5] = ze('<div class="error-code" data-v-70b865a6><span class="code-digit" data-v-70b865a6>4</span><span class="code-zero warning" data-v-70b865a6><span class="zero-inner" data-v-70b865a6>0</span></span><span class="code-digit" data-v-70b865a6>3</span></div><div class="error-illustration" data-v-70b865a6><svg viewBox="0 0 200 120" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-70b865a6><path d="M100 15 L150 35 L150 70 C150 95 100 110 100 110 C100 110 50 95 50 70 L50 35 Z" fill="var(--xto-color-warning-light-9, #FFFBEB)" stroke="var(--xto-color-warning, #F59E0B)" stroke-width="2" data-v-70b865a6></path><rect x="85" y="55" width="30" height="25" rx="4" fill="var(--xto-color-warning, #F59E0B)" data-v-70b865a6></rect><path d="M92 55 V48 A8 8 0 0 1 108 48 V55" fill="none" stroke="var(--xto-color-warning, #F59E0B)" stroke-width="3" data-v-70b865a6></path><circle cx="100" cy="67" r="6" fill="none" stroke="#fff" stroke-width="2" data-v-70b865a6></circle><line x1="96" y1="63" x2="104" y2="71" stroke="#fff" stroke-width="2" data-v-70b865a6></line></svg></div><h1 class="error-title" data-v-70b865a6>无访问权限</h1><p class="error-desc" data-v-70b865a6>抱歉,您没有权限访问此页面,请联系管理员获取权限</p>', 4)),
|
|
2540
|
+
e("div", Nn, [
|
|
2541
2541
|
b(n(ke), {
|
|
2542
2542
|
type: "primary",
|
|
2543
2543
|
size: "large",
|
|
2544
|
-
onClick:
|
|
2544
|
+
onClick: u
|
|
2545
2545
|
}, {
|
|
2546
2546
|
icon: M(() => [...o[1] || (o[1] = [
|
|
2547
2547
|
e("svg", {
|
|
@@ -2561,7 +2561,7 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2561
2561
|
}),
|
|
2562
2562
|
b(n(ke), {
|
|
2563
2563
|
size: "large",
|
|
2564
|
-
onClick: o[0] || (o[0] = (i) => n(
|
|
2564
|
+
onClick: o[0] || (o[0] = (i) => n(l).go(-1))
|
|
2565
2565
|
}, {
|
|
2566
2566
|
icon: M(() => [...o[3] || (o[3] = [
|
|
2567
2567
|
e("svg", {
|
|
@@ -2591,17 +2591,17 @@ const Hn = /* @__PURE__ */ re(on, [["render", nn], ["__scopeId", "data-v-5ef21e9
|
|
|
2591
2591
|
])
|
|
2592
2592
|
]));
|
|
2593
2593
|
}
|
|
2594
|
-
}),
|
|
2595
|
-
function
|
|
2596
|
-
const t =
|
|
2594
|
+
}), Xn = /* @__PURE__ */ re(In, [["__scopeId", "data-v-70b865a6"]]);
|
|
2595
|
+
function Jn() {
|
|
2596
|
+
const t = ue(), l = le(), u = Ue(), s = w(() => l.userName || ""), o = w(() => l.userInfo), i = w(() => t.appName), h = w(() => u.isLoggedIn), v = w(() => t.isDark), d = w(() => t.theme), g = w(() => t.isCollapsed), _ = w(() => t.layout);
|
|
2597
2597
|
return {
|
|
2598
2598
|
userName: s,
|
|
2599
2599
|
userInfo: o,
|
|
2600
2600
|
appName: i,
|
|
2601
2601
|
isLoggedIn: h,
|
|
2602
2602
|
isDark: v,
|
|
2603
|
-
theme:
|
|
2604
|
-
isCollapsed:
|
|
2603
|
+
theme: d,
|
|
2604
|
+
isCollapsed: g,
|
|
2605
2605
|
layout: _,
|
|
2606
2606
|
toggleTheme: () => {
|
|
2607
2607
|
t.toggleTheme();
|
|
@@ -2611,18 +2611,18 @@ function Gn() {
|
|
|
2611
2611
|
}
|
|
2612
2612
|
};
|
|
2613
2613
|
}
|
|
2614
|
-
function
|
|
2614
|
+
function Zn() {
|
|
2615
2615
|
const t = le();
|
|
2616
2616
|
return {
|
|
2617
2617
|
isLoggedIn: w(() => t.isLoggedIn)
|
|
2618
2618
|
};
|
|
2619
2619
|
}
|
|
2620
|
-
function
|
|
2621
|
-
const { rules:
|
|
2622
|
-
m(),
|
|
2620
|
+
function Qn(t, l = {}) {
|
|
2621
|
+
const { rules: u, onSubmit: s } = l, o = y(), i = qe({ ...t }), h = y(!1), v = y(!1), d = y(!1), g = () => {
|
|
2622
|
+
m(), d.value = !1, v.value = !0;
|
|
2623
2623
|
}, _ = (A) => {
|
|
2624
|
-
Object.assign(i, A),
|
|
2625
|
-
},
|
|
2624
|
+
Object.assign(i, A), d.value = !0, v.value = !0;
|
|
2625
|
+
}, f = () => {
|
|
2626
2626
|
v.value = !1, m();
|
|
2627
2627
|
}, m = () => {
|
|
2628
2628
|
var A;
|
|
@@ -2633,18 +2633,18 @@ function Jn(t, r = {}) {
|
|
|
2633
2633
|
return {
|
|
2634
2634
|
formRef: o,
|
|
2635
2635
|
formData: i,
|
|
2636
|
-
rules:
|
|
2636
|
+
rules: u,
|
|
2637
2637
|
loading: h,
|
|
2638
2638
|
visible: v,
|
|
2639
|
-
isEdit:
|
|
2640
|
-
openAdd:
|
|
2639
|
+
isEdit: d,
|
|
2640
|
+
openAdd: g,
|
|
2641
2641
|
openEdit: _,
|
|
2642
|
-
close:
|
|
2642
|
+
close: f,
|
|
2643
2643
|
resetForm: m,
|
|
2644
2644
|
handleSubmit: async () => {
|
|
2645
2645
|
var A;
|
|
2646
2646
|
try {
|
|
2647
|
-
await ((A = o.value) == null ? void 0 : A.validate()), h.value = !0, await (s == null ? void 0 : s(i)),
|
|
2647
|
+
await ((A = o.value) == null ? void 0 : A.validate()), h.value = !0, await (s == null ? void 0 : s(i)), f();
|
|
2648
2648
|
} catch (W) {
|
|
2649
2649
|
console.error(W);
|
|
2650
2650
|
} finally {
|
|
@@ -2653,15 +2653,15 @@ function Jn(t, r = {}) {
|
|
|
2653
2653
|
}
|
|
2654
2654
|
};
|
|
2655
2655
|
}
|
|
2656
|
-
function
|
|
2657
|
-
const { fetchData:
|
|
2656
|
+
function el(t) {
|
|
2657
|
+
const { fetchData: l, defaultPageSize: u = 10 } = t, s = y(!1), o = y([]), i = y(0), h = y(1), v = y(u), d = qe({}), g = async () => {
|
|
2658
2658
|
s.value = !0;
|
|
2659
2659
|
try {
|
|
2660
2660
|
const F = {
|
|
2661
|
-
...
|
|
2661
|
+
...d,
|
|
2662
2662
|
page: h.value,
|
|
2663
2663
|
pageSize: v.value
|
|
2664
|
-
}, V = await
|
|
2664
|
+
}, V = await l(F);
|
|
2665
2665
|
o.value = V.list, i.value = V.total;
|
|
2666
2666
|
} catch (F) {
|
|
2667
2667
|
console.error(F);
|
|
@@ -2669,17 +2669,17 @@ function Zn(t) {
|
|
|
2669
2669
|
s.value = !1;
|
|
2670
2670
|
}
|
|
2671
2671
|
}, _ = () => {
|
|
2672
|
-
h.value = 1,
|
|
2673
|
-
},
|
|
2674
|
-
Object.keys(
|
|
2675
|
-
|
|
2676
|
-
}), h.value = 1,
|
|
2672
|
+
h.value = 1, g();
|
|
2673
|
+
}, f = () => {
|
|
2674
|
+
Object.keys(d).forEach((F) => {
|
|
2675
|
+
d[F] = void 0;
|
|
2676
|
+
}), h.value = 1, g();
|
|
2677
2677
|
}, m = (F) => {
|
|
2678
|
-
h.value = F,
|
|
2678
|
+
h.value = F, g();
|
|
2679
2679
|
}, j = (F) => {
|
|
2680
|
-
v.value = F, h.value = 1,
|
|
2680
|
+
v.value = F, h.value = 1, g();
|
|
2681
2681
|
}, A = () => {
|
|
2682
|
-
|
|
2682
|
+
g();
|
|
2683
2683
|
}, W = w(() => ({
|
|
2684
2684
|
current: h.value,
|
|
2685
2685
|
pageSize: v.value,
|
|
@@ -2691,29 +2691,29 @@ function Zn(t) {
|
|
|
2691
2691
|
total: i,
|
|
2692
2692
|
currentPage: h,
|
|
2693
2693
|
pageSize: v,
|
|
2694
|
-
searchParams:
|
|
2694
|
+
searchParams: d,
|
|
2695
2695
|
pagination: W,
|
|
2696
|
-
getData:
|
|
2696
|
+
getData: g,
|
|
2697
2697
|
handleSearch: _,
|
|
2698
|
-
handleReset:
|
|
2698
|
+
handleReset: f,
|
|
2699
2699
|
handlePageChange: m,
|
|
2700
2700
|
handleSizeChange: j,
|
|
2701
2701
|
refresh: A
|
|
2702
2702
|
};
|
|
2703
2703
|
}
|
|
2704
|
-
const Je =
|
|
2705
|
-
const t = I.get("locale") || "zh-CN",
|
|
2706
|
-
const m = s.find((j) => j.code ===
|
|
2707
|
-
return (m == null ? void 0 : m.name) ||
|
|
2704
|
+
const Je = Ee("locale", () => {
|
|
2705
|
+
const t = I.get("locale") || "zh-CN", l = It(t), u = y(t), s = Et(), { t: o, messages: i, setLocale: h, mergeMessages: v } = Ut(), d = w(() => {
|
|
2706
|
+
const m = s.find((j) => j.code === u.value);
|
|
2707
|
+
return (m == null ? void 0 : m.name) || u.value;
|
|
2708
2708
|
});
|
|
2709
2709
|
return {
|
|
2710
|
-
locale:
|
|
2711
|
-
localeName:
|
|
2710
|
+
locale: u,
|
|
2711
|
+
localeName: d,
|
|
2712
2712
|
locales: s,
|
|
2713
2713
|
messages: i,
|
|
2714
2714
|
t: o,
|
|
2715
2715
|
changeLocale: (m) => {
|
|
2716
|
-
|
|
2716
|
+
u.value = m, h(m), I.set("locale", m), l.setLocale(m);
|
|
2717
2717
|
},
|
|
2718
2718
|
addMessages: (m) => {
|
|
2719
2719
|
v(m);
|
|
@@ -2721,13 +2721,13 @@ const Je = Ie("locale", () => {
|
|
|
2721
2721
|
initLocale: () => {
|
|
2722
2722
|
h(t);
|
|
2723
2723
|
},
|
|
2724
|
-
provider:
|
|
2724
|
+
provider: l
|
|
2725
2725
|
};
|
|
2726
|
-
}),
|
|
2726
|
+
}), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2727
2727
|
__proto__: null,
|
|
2728
2728
|
useLocaleStore: Je
|
|
2729
2729
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2730
|
-
function
|
|
2730
|
+
function tl() {
|
|
2731
2731
|
const t = Je();
|
|
2732
2732
|
return {
|
|
2733
2733
|
/** 当前语言代码 */
|
|
@@ -2746,39 +2746,39 @@ function Qn() {
|
|
|
2746
2746
|
addMessages: t.addMessages
|
|
2747
2747
|
};
|
|
2748
2748
|
}
|
|
2749
|
-
function
|
|
2749
|
+
function sl() {
|
|
2750
2750
|
return Je().t;
|
|
2751
2751
|
}
|
|
2752
|
-
function
|
|
2753
|
-
const
|
|
2754
|
-
return
|
|
2752
|
+
function ol(t) {
|
|
2753
|
+
const l = le(), u = de();
|
|
2754
|
+
return l.isLoggedIn ? u.hasPermission(t) : !1;
|
|
2755
2755
|
}
|
|
2756
|
-
function
|
|
2756
|
+
function al(t) {
|
|
2757
2757
|
return le().isLoggedIn;
|
|
2758
2758
|
}
|
|
2759
|
-
function
|
|
2759
|
+
function nl() {
|
|
2760
2760
|
return !0;
|
|
2761
2761
|
}
|
|
2762
|
-
const
|
|
2762
|
+
const mt = [
|
|
2763
2763
|
{
|
|
2764
2764
|
path: "/login",
|
|
2765
2765
|
name: "Login",
|
|
2766
|
-
component: () => Promise.resolve().then(() =>
|
|
2766
|
+
component: () => Promise.resolve().then(() => yn),
|
|
2767
2767
|
meta: {
|
|
2768
2768
|
title: "登录",
|
|
2769
2769
|
hidden: !0
|
|
2770
2770
|
}
|
|
2771
2771
|
}
|
|
2772
|
-
],
|
|
2772
|
+
], pt = {
|
|
2773
2773
|
path: "/",
|
|
2774
2774
|
name: "Layout",
|
|
2775
|
-
component: () => Promise.resolve().then(() =>
|
|
2775
|
+
component: () => Promise.resolve().then(() => en),
|
|
2776
2776
|
redirect: "/dashboard",
|
|
2777
2777
|
children: [
|
|
2778
2778
|
{
|
|
2779
2779
|
path: "/dashboard",
|
|
2780
2780
|
name: "Dashboard",
|
|
2781
|
-
component: () => import("./index-
|
|
2781
|
+
component: () => import("./index-BXHwCe22.js"),
|
|
2782
2782
|
meta: {
|
|
2783
2783
|
title: "仪表盘",
|
|
2784
2784
|
icon: "dashboard",
|
|
@@ -2789,7 +2789,7 @@ const ut = [
|
|
|
2789
2789
|
{
|
|
2790
2790
|
path: "/system/user",
|
|
2791
2791
|
name: "SystemUser",
|
|
2792
|
-
component: () => import("./index-
|
|
2792
|
+
component: () => import("./index-DydABgae.js"),
|
|
2793
2793
|
meta: {
|
|
2794
2794
|
title: "用户管理",
|
|
2795
2795
|
icon: "user",
|
|
@@ -2799,7 +2799,7 @@ const ut = [
|
|
|
2799
2799
|
{
|
|
2800
2800
|
path: "/system/role",
|
|
2801
2801
|
name: "SystemRole",
|
|
2802
|
-
component: () => import("./index-
|
|
2802
|
+
component: () => import("./index-BZSZ3bx2.js"),
|
|
2803
2803
|
meta: {
|
|
2804
2804
|
title: "角色管理",
|
|
2805
2805
|
icon: "role",
|
|
@@ -2809,7 +2809,7 @@ const ut = [
|
|
|
2809
2809
|
{
|
|
2810
2810
|
path: "/system/menu",
|
|
2811
2811
|
name: "SystemMenu",
|
|
2812
|
-
component: () => import("./index-
|
|
2812
|
+
component: () => import("./index-BKO6Hzba.js"),
|
|
2813
2813
|
meta: {
|
|
2814
2814
|
title: "菜单管理",
|
|
2815
2815
|
icon: "menu",
|
|
@@ -2827,11 +2827,11 @@ const ut = [
|
|
|
2827
2827
|
}
|
|
2828
2828
|
}
|
|
2829
2829
|
]
|
|
2830
|
-
},
|
|
2830
|
+
}, ll = [
|
|
2831
2831
|
{
|
|
2832
2832
|
path: "/dashboard",
|
|
2833
2833
|
name: "Dashboard",
|
|
2834
|
-
component: () => import("./index-
|
|
2834
|
+
component: () => import("./index-BXHwCe22.js"),
|
|
2835
2835
|
meta: {
|
|
2836
2836
|
title: "仪表盘",
|
|
2837
2837
|
icon: "dashboard",
|
|
@@ -2851,7 +2851,7 @@ const ut = [
|
|
|
2851
2851
|
{
|
|
2852
2852
|
path: "user",
|
|
2853
2853
|
name: "SystemUser",
|
|
2854
|
-
component: () => import("./index-
|
|
2854
|
+
component: () => import("./index-DydABgae.js"),
|
|
2855
2855
|
meta: {
|
|
2856
2856
|
title: "用户管理",
|
|
2857
2857
|
icon: "user",
|
|
@@ -2861,7 +2861,7 @@ const ut = [
|
|
|
2861
2861
|
{
|
|
2862
2862
|
path: "role",
|
|
2863
2863
|
name: "SystemRole",
|
|
2864
|
-
component: () => import("./index-
|
|
2864
|
+
component: () => import("./index-BZSZ3bx2.js"),
|
|
2865
2865
|
meta: {
|
|
2866
2866
|
title: "角色管理",
|
|
2867
2867
|
icon: "role",
|
|
@@ -2871,7 +2871,7 @@ const ut = [
|
|
|
2871
2871
|
{
|
|
2872
2872
|
path: "menu",
|
|
2873
2873
|
name: "SystemMenu",
|
|
2874
|
-
component: () => import("./index-
|
|
2874
|
+
component: () => import("./index-BKO6Hzba.js"),
|
|
2875
2875
|
meta: {
|
|
2876
2876
|
title: "菜单管理",
|
|
2877
2877
|
icon: "menu",
|
|
@@ -2880,7 +2880,7 @@ const ut = [
|
|
|
2880
2880
|
}
|
|
2881
2881
|
]
|
|
2882
2882
|
}
|
|
2883
|
-
],
|
|
2883
|
+
], Un = [
|
|
2884
2884
|
{
|
|
2885
2885
|
menuCode: "dashboard",
|
|
2886
2886
|
menuName: "仪表盘",
|
|
@@ -2928,20 +2928,20 @@ const ut = [
|
|
|
2928
2928
|
}
|
|
2929
2929
|
]
|
|
2930
2930
|
}
|
|
2931
|
-
],
|
|
2931
|
+
], vt = He({
|
|
2932
2932
|
history: Ye(),
|
|
2933
|
-
routes: [...
|
|
2933
|
+
routes: [...mt, pt],
|
|
2934
2934
|
scrollBehavior: () => ({ left: 0, top: 0 })
|
|
2935
|
-
}),
|
|
2936
|
-
|
|
2937
|
-
const s =
|
|
2938
|
-
if (s.initTheme(),
|
|
2935
|
+
}), zn = ["/login"];
|
|
2936
|
+
vt.beforeEach(async (t, l, u) => {
|
|
2937
|
+
const s = ue();
|
|
2938
|
+
if (s.initTheme(), at())
|
|
2939
2939
|
if (t.path === "/login")
|
|
2940
|
-
|
|
2940
|
+
u({ path: "/" });
|
|
2941
2941
|
else {
|
|
2942
2942
|
const o = le();
|
|
2943
2943
|
o.isLoggedIn || (o.setUserInfo({
|
|
2944
|
-
appId:
|
|
2944
|
+
appId: Ie(),
|
|
2945
2945
|
userId: "1",
|
|
2946
2946
|
userName: "管理员",
|
|
2947
2947
|
departmentName: "技术部",
|
|
@@ -2949,20 +2949,20 @@ pt.beforeEach(async (t, r, d) => {
|
|
|
2949
2949
|
mobilePhone: "13800138000",
|
|
2950
2950
|
positionName: "管理员",
|
|
2951
2951
|
avatar: ""
|
|
2952
|
-
}),
|
|
2952
|
+
}), de().setMenuList(Un)), t.name && t.meta.keepAlive && s.addCachedView(t.name), u();
|
|
2953
2953
|
}
|
|
2954
2954
|
else
|
|
2955
|
-
|
|
2955
|
+
zn.includes(t.path) ? u() : u("/login");
|
|
2956
2956
|
});
|
|
2957
|
-
function
|
|
2957
|
+
function rl() {
|
|
2958
2958
|
const t = He({
|
|
2959
2959
|
history: Ye(),
|
|
2960
|
-
routes: [...
|
|
2960
|
+
routes: [...mt, pt]
|
|
2961
2961
|
});
|
|
2962
|
-
|
|
2962
|
+
vt.matcher = t.matcher;
|
|
2963
2963
|
}
|
|
2964
|
-
function
|
|
2965
|
-
const
|
|
2964
|
+
function il(t, l = {}) {
|
|
2965
|
+
const u = l.indexPath || "/dashboard", s = l.logoSrc || "/vite.svg", o = {
|
|
2966
2966
|
path: "/:pathMatch(.*)*",
|
|
2967
2967
|
name: "CatchAll",
|
|
2968
2968
|
component: () => Promise.resolve().then(() => dt),
|
|
@@ -2976,74 +2976,81 @@ function ll(t, r = {}) {
|
|
|
2976
2976
|
component: ne({
|
|
2977
2977
|
name: "LayoutWrapper",
|
|
2978
2978
|
render() {
|
|
2979
|
-
return Ct(
|
|
2979
|
+
return Ct(ut, { logoSrc: s });
|
|
2980
2980
|
}
|
|
2981
2981
|
}),
|
|
2982
|
-
redirect:
|
|
2982
|
+
redirect: u,
|
|
2983
2983
|
children: [...t, o]
|
|
2984
2984
|
};
|
|
2985
2985
|
}
|
|
2986
|
-
function
|
|
2987
|
-
const
|
|
2986
|
+
function cl(t, l = {}) {
|
|
2987
|
+
const u = l.base || _t();
|
|
2988
2988
|
return He({
|
|
2989
|
-
history: Ye(
|
|
2989
|
+
history: Ye(u),
|
|
2990
2990
|
routes: t,
|
|
2991
2991
|
scrollBehavior: () => ({ left: 0, top: 0 })
|
|
2992
2992
|
});
|
|
2993
2993
|
}
|
|
2994
|
-
const
|
|
2995
|
-
function
|
|
2996
|
-
if (
|
|
2997
|
-
const
|
|
2998
|
-
return
|
|
2994
|
+
const Tn = ["login", "404", "403", "/login", "/404", "/403"];
|
|
2995
|
+
function Pn(t, l) {
|
|
2996
|
+
if (l.includes(t)) return !0;
|
|
2997
|
+
const u = t.startsWith("/") ? t.slice(1) : t;
|
|
2998
|
+
return l.includes(u);
|
|
2999
2999
|
}
|
|
3000
|
-
function
|
|
3001
|
-
const
|
|
3000
|
+
function ul(t, l = {}) {
|
|
3001
|
+
const u = l.whiteList || Tn;
|
|
3002
3002
|
t.beforeEach(async (s, o, i) => {
|
|
3003
|
-
const h =
|
|
3004
|
-
if (h.initTheme(),
|
|
3005
|
-
if (s.path ===
|
|
3003
|
+
const h = ue(), v = le(), d = de(), g = h.loginPath || l.loginPath || "/login";
|
|
3004
|
+
if (h.initTheme(), ot())
|
|
3005
|
+
if (s.path === g || s.name === "Login")
|
|
3006
3006
|
i({ name: "Dashboard" });
|
|
3007
|
-
else if (v.isLoggedIn)
|
|
3007
|
+
else if (v.isLoggedIn) {
|
|
3008
|
+
if (!d.hasMenu)
|
|
3009
|
+
try {
|
|
3010
|
+
const f = l.fetchMenu ? await l.fetchMenu() : await Qe(l.appId);
|
|
3011
|
+
d.setMenuList(f);
|
|
3012
|
+
} catch (f) {
|
|
3013
|
+
console.warn("补拉菜单失败:", f);
|
|
3014
|
+
}
|
|
3008
3015
|
s.name && s.meta.keepAlive && h.addCachedView(s.name), i();
|
|
3009
|
-
else
|
|
3016
|
+
} else
|
|
3010
3017
|
try {
|
|
3011
|
-
if (
|
|
3012
|
-
const
|
|
3013
|
-
v.setUserInfo(
|
|
3018
|
+
if (l.fetchUserInfo) {
|
|
3019
|
+
const f = await l.fetchUserInfo();
|
|
3020
|
+
v.setUserInfo(f);
|
|
3014
3021
|
} else {
|
|
3015
|
-
const
|
|
3016
|
-
v.setUserInfo(
|
|
3022
|
+
const f = await ft();
|
|
3023
|
+
v.setUserInfo(f);
|
|
3017
3024
|
}
|
|
3018
|
-
if (
|
|
3019
|
-
const
|
|
3020
|
-
|
|
3025
|
+
if (l.fetchMenu) {
|
|
3026
|
+
const f = await l.fetchMenu();
|
|
3027
|
+
d.setMenuList(f);
|
|
3021
3028
|
} else {
|
|
3022
|
-
const
|
|
3023
|
-
|
|
3029
|
+
const f = await Qe(l.appId);
|
|
3030
|
+
d.setMenuList(f);
|
|
3024
3031
|
}
|
|
3025
|
-
|
|
3026
|
-
} catch (
|
|
3027
|
-
console.error("获取用户信息失败:",
|
|
3032
|
+
l.onLoginSuccess && l.onLoginSuccess(), s.name && s.meta.keepAlive && h.addCachedView(s.name), i({ ...s, replace: !0 });
|
|
3033
|
+
} catch (f) {
|
|
3034
|
+
console.error("获取用户信息失败:", f), v.clearUserInfo(), d.clearMenu(), nt(), i({ name: "Login", query: { redirect: s.fullPath } });
|
|
3028
3035
|
}
|
|
3029
3036
|
else
|
|
3030
|
-
|
|
3037
|
+
Pn(s.path, u) || s.name === "Login" || s.name === "NotFound" || s.name === "Forbidden" ? i() : i({ name: "Login", query: { redirect: s.fullPath } });
|
|
3031
3038
|
}), t.afterEach(() => {
|
|
3032
3039
|
});
|
|
3033
3040
|
}
|
|
3034
|
-
var
|
|
3035
|
-
const
|
|
3041
|
+
var Dn = /* @__PURE__ */ ((t) => (t[t.ENABLED = 1] = "ENABLED", t[t.DISABLED = 0] = "DISABLED", t))(Dn || {}), An = /* @__PURE__ */ ((t) => (t[t.UNKNOWN = 0] = "UNKNOWN", t[t.MALE = 1] = "MALE", t[t.FEMALE = 2] = "FEMALE", t))(An || {}), Fn = /* @__PURE__ */ ((t) => (t[t.DIRECTORY = 0] = "DIRECTORY", t[t.MENU = 1] = "MENU", t[t.BUTTON = 2] = "BUTTON", t))(Fn || {});
|
|
3042
|
+
const dl = {
|
|
3036
3043
|
1: "启用",
|
|
3037
3044
|
0: "禁用"
|
|
3038
|
-
},
|
|
3045
|
+
}, ml = {
|
|
3039
3046
|
0: "未知",
|
|
3040
3047
|
1: "男",
|
|
3041
3048
|
2: "女"
|
|
3042
|
-
},
|
|
3049
|
+
}, pl = {
|
|
3043
3050
|
0: "目录",
|
|
3044
3051
|
1: "菜单",
|
|
3045
3052
|
2: "按钮"
|
|
3046
|
-
},
|
|
3053
|
+
}, vl = [
|
|
3047
3054
|
{
|
|
3048
3055
|
label: "启用",
|
|
3049
3056
|
value: 1
|
|
@@ -3054,7 +3061,7 @@ const cl = {
|
|
|
3054
3061
|
value: 0
|
|
3055
3062
|
/* DISABLED */
|
|
3056
3063
|
}
|
|
3057
|
-
],
|
|
3064
|
+
], hl = [
|
|
3058
3065
|
{
|
|
3059
3066
|
label: "未知",
|
|
3060
3067
|
value: 0
|
|
@@ -3070,7 +3077,7 @@ const cl = {
|
|
|
3070
3077
|
value: 2
|
|
3071
3078
|
/* FEMALE */
|
|
3072
3079
|
}
|
|
3073
|
-
],
|
|
3080
|
+
], _l = [
|
|
3074
3081
|
{
|
|
3075
3082
|
label: "目录",
|
|
3076
3083
|
value: 0
|
|
@@ -3086,37 +3093,37 @@ const cl = {
|
|
|
3086
3093
|
value: 2
|
|
3087
3094
|
/* BUTTON */
|
|
3088
3095
|
}
|
|
3089
|
-
],
|
|
3090
|
-
mounted(t,
|
|
3096
|
+
], fl = {
|
|
3097
|
+
mounted(t, l) {
|
|
3091
3098
|
var h, v;
|
|
3092
|
-
const
|
|
3093
|
-
if (!
|
|
3099
|
+
const u = le(), s = de();
|
|
3100
|
+
if (!u.isLoggedIn) {
|
|
3094
3101
|
(h = t.parentNode) == null || h.removeChild(t);
|
|
3095
3102
|
return;
|
|
3096
3103
|
}
|
|
3097
|
-
const o =
|
|
3104
|
+
const o = l.value, i = Array.isArray(o) ? o : [o];
|
|
3098
3105
|
s.hasPermission(i) || (v = t.parentNode) == null || v.removeChild(t);
|
|
3099
3106
|
}
|
|
3100
3107
|
};
|
|
3101
|
-
async function
|
|
3108
|
+
async function gl(t) {
|
|
3102
3109
|
await gt(t.basePath);
|
|
3103
|
-
const
|
|
3104
|
-
return
|
|
3110
|
+
const l = et();
|
|
3111
|
+
return l && yt(l), bt({
|
|
3105
3112
|
appId: t.appId,
|
|
3106
3113
|
clientId: t.clientId,
|
|
3107
|
-
apiBaseUrl:
|
|
3114
|
+
apiBaseUrl: l || t.apiBaseUrl,
|
|
3108
3115
|
basePath: t.basePath
|
|
3109
|
-
}), t.basePath && kt(t.basePath), Promise.resolve().then(() => zt).then(({ useAppStore:
|
|
3110
|
-
const s =
|
|
3116
|
+
}), t.basePath && kt(t.basePath), Promise.resolve().then(() => zt).then(({ useAppStore: u }) => {
|
|
3117
|
+
const s = u();
|
|
3111
3118
|
t.appName && s.setAppName(t.appName), t.indexPath && s.setIndexPath(t.indexPath), t.loginPath && s.setLoginPath(t.loginPath);
|
|
3112
|
-
}), t.locale && Promise.resolve().then(() =>
|
|
3113
|
-
|
|
3119
|
+
}), t.locale && Promise.resolve().then(() => En).then(({ useLocaleStore: u }) => {
|
|
3120
|
+
u().changeLocale(t.locale);
|
|
3114
3121
|
}), {
|
|
3115
3122
|
config: {
|
|
3116
3123
|
appName: t.appName || "XTO App",
|
|
3117
|
-
appId:
|
|
3118
|
-
clientId:
|
|
3119
|
-
apiBaseUrl:
|
|
3124
|
+
appId: Ie(),
|
|
3125
|
+
clientId: rt(),
|
|
3126
|
+
apiBaseUrl: et(),
|
|
3120
3127
|
basePath: t.basePath || "/",
|
|
3121
3128
|
indexPath: t.indexPath || "/dashboard",
|
|
3122
3129
|
loginPath: t.loginPath || "/login",
|
|
@@ -3125,47 +3132,47 @@ async function _l(t) {
|
|
|
3125
3132
|
};
|
|
3126
3133
|
}
|
|
3127
3134
|
export {
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3135
|
+
ue as A,
|
|
3136
|
+
Zn as B,
|
|
3137
|
+
Ue as C,
|
|
3138
|
+
Qn as D,
|
|
3139
|
+
tl as E,
|
|
3140
|
+
Gn as F,
|
|
3141
|
+
An as G,
|
|
3142
|
+
Os as H,
|
|
3136
3143
|
Je as I,
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3144
|
+
de as J,
|
|
3145
|
+
el as K,
|
|
3146
|
+
ut as L,
|
|
3147
|
+
Fn as M,
|
|
3141
3148
|
le as N,
|
|
3142
|
-
|
|
3143
|
-
|
|
3149
|
+
Dn as S,
|
|
3150
|
+
Yn as T,
|
|
3144
3151
|
re as _,
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3152
|
+
vl as a,
|
|
3153
|
+
_l as b,
|
|
3154
|
+
Xn as c,
|
|
3155
|
+
hl as d,
|
|
3156
|
+
ml as e,
|
|
3157
|
+
pl as f,
|
|
3158
|
+
$n as g,
|
|
3159
|
+
st as h,
|
|
3160
|
+
gn as i,
|
|
3161
|
+
dl as j,
|
|
3162
|
+
il as k,
|
|
3163
|
+
cl as l,
|
|
3164
|
+
sl as m,
|
|
3165
|
+
gl as n,
|
|
3166
|
+
ll as o,
|
|
3167
|
+
ol as p,
|
|
3168
|
+
al as q,
|
|
3169
|
+
nl as r,
|
|
3170
|
+
pt as s,
|
|
3171
|
+
Un as t,
|
|
3172
|
+
fl as u,
|
|
3173
|
+
rl as v,
|
|
3174
|
+
vt as w,
|
|
3175
|
+
ul as x,
|
|
3176
|
+
mt as y,
|
|
3177
|
+
Jn as z
|
|
3171
3178
|
};
|