jmash-core 0.1.18 → 0.1.19
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/{401-D6Q94FzV.mjs → 401-CQMri0nX.mjs} +1 -1
- package/dist/{404-DhAbpKMM.mjs → 404-CDfv-CCs.mjs} +4 -4
- package/dist/{BarChart-CRekzHxP.mjs → BarChart-CACxjw71.mjs} +6 -6
- package/dist/{index-BrR5K1DU.mjs → index-BD4Gujon.mjs} +9432 -9101
- package/dist/{index-DgZeveji.mjs → index-BLIB9EUa.mjs} +163 -164
- package/dist/{index-CnulSJWc.mjs → index-Dl15NUoZ.mjs} +11 -11
- package/dist/index-VxSky12H.mjs +257 -0
- package/dist/{index-DP79aUrH.mjs → index-dkuM7C9F.mjs} +9 -9
- package/dist/{index-1lsWqWL5.mjs → index-gUMOTzZ1.mjs} +4 -4
- package/dist/index.mjs +63 -62
- package/dist/{profile-rd1rLI2V.mjs → profile-CeMFTyxu.mjs} +16 -16
- package/dist/{runAs-DaaarFVR.mjs → runAs-CKJ26HTt.mjs} +1 -1
- package/dist/{runAs.vue_vue_type_script_setup_true_lang-C-1uRJoS.mjs → runAs.vue_vue_type_script_setup_true_lang-CIsxY_vn.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{types-hlyKOzFS.mjs → types-D9Z0uPWX.mjs} +10 -10
- package/dist/{updatePwd-CYG_P7Xc.mjs → updatePwd-D4kZMk8p.mjs} +1 -1
- package/dist/{updatePwd.vue_vue_type_script_setup_true_lang-B1eIL13s.mjs → updatePwd.vue_vue_type_script_setup_true_lang-C8mlen_N.mjs} +7 -7
- package/dts/src/components/ForgotPwd/index.vue.d.ts +6 -0
- package/dts/src/index.d.ts +2 -1
- package/package.json +1 -1
- package/dist/index-xCPCjZu8.mjs +0 -463
- package/dist/index.vue_vue_type_script_setup_true_lang-Dj7pKP1u.mjs +0 -130
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as A } from "./RadarChart.vue_vue_type_script_setup_true_lang-Dmh0_OQ4.mjs";
|
|
2
2
|
import { _ as Z } from "./PieChart.vue_vue_type_script_setup_true_lang-Bw7ozgOv.mjs";
|
|
3
|
-
import F from "./BarChart-
|
|
4
|
-
import {
|
|
3
|
+
import F from "./BarChart-CACxjw71.mjs";
|
|
4
|
+
import { f as B, j as G, a as H, y as f, z as p, _ as R } from "./index-BD4Gujon.mjs";
|
|
5
5
|
import { createElementBlock as y, openBlock as C, createElementVNode as t, defineComponent as q, computed as k, ref as x, resolveComponent as c, createVNode as s, withCtx as n, unref as l, toDisplayString as r, createTextVNode as u } from "vue";
|
|
6
6
|
const J = {}, K = {
|
|
7
7
|
href: "https://github.com/haoxianrui",
|
|
@@ -58,16 +58,16 @@ const X = /* @__PURE__ */ B(J, [["render", W], ["__scopeId", "data-v-431733f3"]]
|
|
|
58
58
|
transition: p.easeOutExpo
|
|
59
59
|
});
|
|
60
60
|
w.value = 2e3;
|
|
61
|
-
const M = x(0),
|
|
61
|
+
const M = x(0), z = f(M, {
|
|
62
62
|
duration: v,
|
|
63
63
|
transition: p.easeOutExpo
|
|
64
64
|
});
|
|
65
65
|
M.value = 2e3;
|
|
66
|
-
const
|
|
66
|
+
const E = x(0), O = f(E, {
|
|
67
67
|
duration: v,
|
|
68
68
|
transition: p.easeOutExpo
|
|
69
69
|
});
|
|
70
|
-
|
|
70
|
+
E.value = 2e3;
|
|
71
71
|
const L = x(0), $ = f(L, {
|
|
72
72
|
duration: v,
|
|
73
73
|
transition: p.easeOutExpo
|
|
@@ -180,7 +180,7 @@ const X = /* @__PURE__ */ B(J, [["render", W], ["__scopeId", "data-v-431733f3"]]
|
|
|
180
180
|
]),
|
|
181
181
|
default: n(() => [
|
|
182
182
|
t("div", rt, [
|
|
183
|
-
t("div", it, r(Math.round(l(
|
|
183
|
+
t("div", it, r(Math.round(l(z))), 1),
|
|
184
184
|
s(i, {
|
|
185
185
|
"icon-class": "visit",
|
|
186
186
|
size: "2em"
|
|
@@ -188,7 +188,7 @@ const X = /* @__PURE__ */ B(J, [["render", W], ["__scopeId", "data-v-431733f3"]]
|
|
|
188
188
|
]),
|
|
189
189
|
t("div", dt, [
|
|
190
190
|
e[7] || (e[7] = t("span", null, " 总访客数 ", -1)),
|
|
191
|
-
t("span", null, r(Math.round(l(
|
|
191
|
+
t("span", null, r(Math.round(l(z) * 15)), 1)
|
|
192
192
|
])
|
|
193
193
|
]),
|
|
194
194
|
_: 1
|
|
@@ -217,7 +217,7 @@ const X = /* @__PURE__ */ B(J, [["render", W], ["__scopeId", "data-v-431733f3"]]
|
|
|
217
217
|
]),
|
|
218
218
|
default: n(() => [
|
|
219
219
|
t("div", ut, [
|
|
220
|
-
t("div", _t, r(Math.round(l(
|
|
220
|
+
t("div", _t, r(Math.round(l(O))), 1),
|
|
221
221
|
s(i, {
|
|
222
222
|
"icon-class": "ip",
|
|
223
223
|
size: "2em"
|
|
@@ -225,7 +225,7 @@ const X = /* @__PURE__ */ B(J, [["render", W], ["__scopeId", "data-v-431733f3"]]
|
|
|
225
225
|
]),
|
|
226
226
|
t("div", mt, [
|
|
227
227
|
e[10] || (e[10] = t("span", null, " 总IP数 ", -1)),
|
|
228
|
-
t("span", null, r(Math.round(l(
|
|
228
|
+
t("span", null, r(Math.round(l(O))), 1)
|
|
229
229
|
])
|
|
230
230
|
]),
|
|
231
231
|
_: 1
|
|
@@ -368,7 +368,7 @@ const X = /* @__PURE__ */ B(J, [["render", W], ["__scopeId", "data-v-431733f3"]]
|
|
|
368
368
|
]);
|
|
369
369
|
};
|
|
370
370
|
}
|
|
371
|
-
}),
|
|
371
|
+
}), Ot = /* @__PURE__ */ B(bt, [["__scopeId", "data-v-3f78985d"]]);
|
|
372
372
|
export {
|
|
373
|
-
|
|
373
|
+
Ot as default
|
|
374
374
|
};
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
import { v as k, u as _, a as G, w as J, k as X, l as Y, F as Z, H as ee, A as te, e as le, f as oe } from "./index-BD4Gujon.mjs";
|
|
2
|
+
import { defineComponent as se, ref as d, computed as re, watchEffect as ae, resolveComponent as c, createElementBlock as ne, openBlock as D, createElementVNode as l, createVNode as o, withDirectives as Q, createBlock as ie, createCommentVNode as ue, unref as V, withCtx as u, normalizeStyle as de, vShow as j, withKeys as z, withModifiers as ce, createTextVNode as pe, toDisplayString as B, normalizeClass as me } from "vue";
|
|
3
|
+
import fe from "./assets/0cda52992278af9e.png";
|
|
4
|
+
import { useI18n as ve } from "vue-i18n";
|
|
5
|
+
import "element-plus";
|
|
6
|
+
import { useRoute as ge, useRouter as _e } from "vue-router";
|
|
7
|
+
import he from "./assets/09fcc36c527efda6.jpg";
|
|
8
|
+
const we = { class: "login-container" }, ye = { class: "absolute top-0 flex items-center justify-end px-5 h-20 w-full" }, Ce = { class: "qrcode-container" }, be = ["src"], ke = { class: "flex justify-between items-center w-full" }, Ve = ["src"], qe = { class: "flex justify-between items-center w-full" }, $e = { class: "bg-small" }, Ee = 992, Te = /* @__PURE__ */ se({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(Ie) {
|
|
11
|
+
const { t: q } = ve(), h = d(k.APP_ACTIVE), K = (e) => {
|
|
12
|
+
e.props.name === "user" ? (C(), m()) : I(), h.value = e.props.name;
|
|
13
|
+
}, s = d({
|
|
14
|
+
scope: "",
|
|
15
|
+
username: "",
|
|
16
|
+
password: ""
|
|
17
|
+
}), N = re(() => {
|
|
18
|
+
const e = _().language === "en" ? "Please enter " : "请输入";
|
|
19
|
+
return {
|
|
20
|
+
username: [
|
|
21
|
+
{
|
|
22
|
+
required: !0,
|
|
23
|
+
trigger: "blur",
|
|
24
|
+
message: `${e}${q("login.username")}`
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
password: [
|
|
28
|
+
{
|
|
29
|
+
required: !0,
|
|
30
|
+
trigger: "blur",
|
|
31
|
+
validator: (t, n, r) => {
|
|
32
|
+
n.length < 5 ? r(new Error("The password can not be less than 5 digits")) : r();
|
|
33
|
+
},
|
|
34
|
+
message: `${e}${q("login.password")}`
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
captchaCode: [
|
|
38
|
+
{
|
|
39
|
+
required: !0,
|
|
40
|
+
trigger: "blur",
|
|
41
|
+
message: `${e}${q("login.captchaCode")}`
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
};
|
|
45
|
+
}), $ = d(!1), P = d(), x = ge(), E = _e(), A = G(), T = () => {
|
|
46
|
+
var e;
|
|
47
|
+
(e = P.value) == null || e.validate((t) => {
|
|
48
|
+
t && ($.value = !0, A.login({ ...s.value, password: ee(s.value.password) }).then(() => {
|
|
49
|
+
const n = x.query, r = n.redirect ?? k.APP_REDIRECT, i = Object.keys(n).reduce(
|
|
50
|
+
(p, g) => (g !== "redirect" && (p[g] = n[g]), p),
|
|
51
|
+
{}
|
|
52
|
+
);
|
|
53
|
+
E.push({ path: r, query: i }), m();
|
|
54
|
+
}).catch(() => {
|
|
55
|
+
m();
|
|
56
|
+
}).finally(() => {
|
|
57
|
+
$.value = !1;
|
|
58
|
+
}));
|
|
59
|
+
});
|
|
60
|
+
}, R = d(""), m = () => {
|
|
61
|
+
te().then(({ data: e }) => {
|
|
62
|
+
s.value.captchaKey = e.captchaId, R.value = e.base64Image;
|
|
63
|
+
});
|
|
64
|
+
};
|
|
65
|
+
m();
|
|
66
|
+
let w = setInterval(S, 3e3);
|
|
67
|
+
const f = d({});
|
|
68
|
+
function I() {
|
|
69
|
+
le().then(({ data: e }) => {
|
|
70
|
+
f.value = e, v.value = !1, L(), w = setInterval(S, 3e3);
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
h.value === "qrCode" && I();
|
|
74
|
+
function S() {
|
|
75
|
+
f.value.ticket && A.loginByQrcode({ ticket: f.value.ticket }).then(() => {
|
|
76
|
+
C(), v.value = !1, f.value.qrcodeUrl = he;
|
|
77
|
+
const e = x.query, t = e.redirect ?? k.APP_REDIRECT, n = Object.keys(e).reduce(
|
|
78
|
+
(r, i) => (i !== "redirect" && (r[i] = e[i]), r),
|
|
79
|
+
{}
|
|
80
|
+
);
|
|
81
|
+
E.push({ path: t, query: n });
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
let y = null;
|
|
85
|
+
const v = d(!1);
|
|
86
|
+
function C() {
|
|
87
|
+
w && (clearInterval(w), w = null), y && (clearTimeout(y), y = null);
|
|
88
|
+
}
|
|
89
|
+
function L() {
|
|
90
|
+
C(), y = setTimeout(() => {
|
|
91
|
+
C(), v.value = !0;
|
|
92
|
+
}, k.APP_TIMEOUT);
|
|
93
|
+
}
|
|
94
|
+
function M() {
|
|
95
|
+
E.push({ path: "/register" });
|
|
96
|
+
}
|
|
97
|
+
const b = d(!1), U = _(), { width: O } = J();
|
|
98
|
+
return ae(() => {
|
|
99
|
+
O.value < Ee ? U.toggleDevice("mobile") : U.toggleDevice("desktop");
|
|
100
|
+
}), (e, t) => {
|
|
101
|
+
const n = X, r = c("el-tab-pane"), i = c("el-input"), p = c("el-form-item"), g = c("el-button"), H = c("el-form"), W = c("el-tabs"), F = c("el-card");
|
|
102
|
+
return D(), ne("div", we, [
|
|
103
|
+
l("div", ye, [
|
|
104
|
+
o(n, {
|
|
105
|
+
class: "ml-2 cursor-pointer",
|
|
106
|
+
style: { "font-size": "18px" }
|
|
107
|
+
})
|
|
108
|
+
]),
|
|
109
|
+
o(F, {
|
|
110
|
+
device: V(_)().device,
|
|
111
|
+
class: "z-1 !border-none w-100 !bg-transparent !rounded-4% <sm:w-83"
|
|
112
|
+
}, {
|
|
113
|
+
default: u(() => [
|
|
114
|
+
o(W, {
|
|
115
|
+
modelValue: h.value,
|
|
116
|
+
"onUpdate:modelValue": t[3] || (t[3] = (a) => h.value = a),
|
|
117
|
+
class: "demo-tabs",
|
|
118
|
+
onTabClick: K
|
|
119
|
+
}, {
|
|
120
|
+
default: u(() => [
|
|
121
|
+
o(r, {
|
|
122
|
+
label: "扫码登录",
|
|
123
|
+
name: "qrCode"
|
|
124
|
+
}, {
|
|
125
|
+
default: u(() => [
|
|
126
|
+
l("div", Ce, [
|
|
127
|
+
l("img", {
|
|
128
|
+
src: f.value.qrcodeUrl,
|
|
129
|
+
style: de({ opacity: v.value ? 0.02 : 1 }),
|
|
130
|
+
alt: "二维码"
|
|
131
|
+
}, null, 12, be),
|
|
132
|
+
Q(l("div", null, [
|
|
133
|
+
t[6] || (t[6] = l("div", null, "二维码已过期", -1)),
|
|
134
|
+
l("div", { onClick: I }, "点击刷新")
|
|
135
|
+
], 512), [
|
|
136
|
+
[j, v.value]
|
|
137
|
+
])
|
|
138
|
+
]),
|
|
139
|
+
t[7] || (t[7] = l("div", null, "微信扫一扫登录", -1))
|
|
140
|
+
]),
|
|
141
|
+
_: 1,
|
|
142
|
+
__: [7]
|
|
143
|
+
}),
|
|
144
|
+
o(r, {
|
|
145
|
+
label: "账号登录",
|
|
146
|
+
name: "user"
|
|
147
|
+
}, {
|
|
148
|
+
default: u(() => [
|
|
149
|
+
o(H, {
|
|
150
|
+
ref_key: "formRef",
|
|
151
|
+
ref: P,
|
|
152
|
+
model: s.value,
|
|
153
|
+
rules: N.value
|
|
154
|
+
}, {
|
|
155
|
+
default: u(() => [
|
|
156
|
+
o(p, { prop: "username" }, {
|
|
157
|
+
default: u(() => [
|
|
158
|
+
o(i, {
|
|
159
|
+
modelValue: s.value.username,
|
|
160
|
+
"onUpdate:modelValue": t[0] || (t[0] = (a) => s.value.username = a),
|
|
161
|
+
placeholder: e.$t("login.username")
|
|
162
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
163
|
+
]),
|
|
164
|
+
_: 1
|
|
165
|
+
}),
|
|
166
|
+
o(p, { prop: "password" }, {
|
|
167
|
+
default: u(() => [
|
|
168
|
+
o(i, {
|
|
169
|
+
modelValue: s.value.password,
|
|
170
|
+
"onUpdate:modelValue": t[1] || (t[1] = (a) => s.value.password = a),
|
|
171
|
+
placeholder: e.$t("login.password"),
|
|
172
|
+
type: "password",
|
|
173
|
+
"show-password": "",
|
|
174
|
+
onKeyup: z(T, ["enter"])
|
|
175
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
176
|
+
]),
|
|
177
|
+
_: 1
|
|
178
|
+
}),
|
|
179
|
+
o(p, { prop: "captchaCode" }, {
|
|
180
|
+
default: u(() => [
|
|
181
|
+
l("div", ke, [
|
|
182
|
+
o(i, {
|
|
183
|
+
style: { width: "65%" },
|
|
184
|
+
modelValue: s.value.captchaCode,
|
|
185
|
+
"onUpdate:modelValue": t[2] || (t[2] = (a) => s.value.captchaCode = a),
|
|
186
|
+
placeholder: e.$t("login.captchaCode"),
|
|
187
|
+
onKeyup: z(T, ["enter"])
|
|
188
|
+
}, null, 8, ["modelValue", "placeholder"]),
|
|
189
|
+
l("img", {
|
|
190
|
+
class: "flex-1 h-[40px] cursor-pointer ml-2",
|
|
191
|
+
src: R.value,
|
|
192
|
+
onClick: m,
|
|
193
|
+
alt: "验证码"
|
|
194
|
+
}, null, 8, Ve)
|
|
195
|
+
])
|
|
196
|
+
]),
|
|
197
|
+
_: 1
|
|
198
|
+
}),
|
|
199
|
+
o(g, {
|
|
200
|
+
loading: $.value,
|
|
201
|
+
type: "primary",
|
|
202
|
+
class: "w-full",
|
|
203
|
+
onClick: ce(T, ["prevent"])
|
|
204
|
+
}, {
|
|
205
|
+
default: u(() => [
|
|
206
|
+
pe(B(e.$t("login.login")), 1)
|
|
207
|
+
]),
|
|
208
|
+
_: 1
|
|
209
|
+
}, 8, ["loading"])
|
|
210
|
+
]),
|
|
211
|
+
_: 1
|
|
212
|
+
}, 8, ["model", "rules"])
|
|
213
|
+
]),
|
|
214
|
+
_: 1
|
|
215
|
+
})
|
|
216
|
+
]),
|
|
217
|
+
_: 1
|
|
218
|
+
}, 8, ["modelValue"]),
|
|
219
|
+
l("div", qe, [
|
|
220
|
+
l("div", {
|
|
221
|
+
class: "cursor-pointer register-btn",
|
|
222
|
+
onClick: t[4] || (t[4] = (a) => b.value = !0)
|
|
223
|
+
}, " 忘记密码 "),
|
|
224
|
+
l("div", {
|
|
225
|
+
class: "cursor-pointer register-btn",
|
|
226
|
+
onClick: M
|
|
227
|
+
}, " 没有密码,前往注册 ")
|
|
228
|
+
])
|
|
229
|
+
]),
|
|
230
|
+
_: 1
|
|
231
|
+
}, 8, ["device"]),
|
|
232
|
+
Q(l("div", $e, [
|
|
233
|
+
l("div", null, B(V(Y).title), 1),
|
|
234
|
+
t[8] || (t[8] = l("img", {
|
|
235
|
+
src: fe,
|
|
236
|
+
alt: "login-bg-small"
|
|
237
|
+
}, null, -1))
|
|
238
|
+
], 512), [
|
|
239
|
+
[j, V(_)().device === "desktop"]
|
|
240
|
+
]),
|
|
241
|
+
l("div", {
|
|
242
|
+
class: me(V(_)().device)
|
|
243
|
+
}, " Copyright © 2018-2025 Apache 2.0 开源协议. ", 2),
|
|
244
|
+
b.value ? (D(), ie(Z, {
|
|
245
|
+
key: 0,
|
|
246
|
+
width: "400",
|
|
247
|
+
modelValue: b.value,
|
|
248
|
+
"onUpdate:modelValue": t[5] || (t[5] = (a) => b.value = a),
|
|
249
|
+
title: e.$t("forgot.forgot")
|
|
250
|
+
}, null, 8, ["modelValue", "title"])) : ue("", !0)
|
|
251
|
+
]);
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
}), Qe = /* @__PURE__ */ oe(Te, [["__scopeId", "data-v-60b95e49"]]);
|
|
255
|
+
export {
|
|
256
|
+
Qe as default
|
|
257
|
+
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { defineComponent as v, ref as y, resolveComponent as d, createElementBlock as c, openBlock as
|
|
2
|
-
import { a as p,
|
|
1
|
+
import { defineComponent as v, ref as y, resolveComponent as d, createElementBlock as c, openBlock as l, createElementVNode as s, Fragment as x, renderList as k, unref as _, createVNode as g, toDisplayString as C, withCtx as w } from "vue";
|
|
2
|
+
import { a as p, x as B, j as R, f as q } from "./index-BD4Gujon.mjs";
|
|
3
3
|
import { useRoute as A, useRouter as L } from "vue-router";
|
|
4
|
-
const N = { class: "organ-container" }, O = { class: "organ-content" }, S = ["onClick"], U = ["src"], b = { style: { "margin-right": "auto" } },
|
|
4
|
+
const N = { class: "organ-container" }, O = { class: "organ-content" }, S = ["onClick"], U = ["src"], b = { style: { "margin-right": "auto" } }, j = /* @__PURE__ */ v({
|
|
5
5
|
__name: "index",
|
|
6
|
-
setup(
|
|
7
|
-
const m = A(), h = L(), f = p(),
|
|
6
|
+
setup(E) {
|
|
7
|
+
const m = A(), h = L(), f = p(), i = y([]);
|
|
8
8
|
B().then((e) => {
|
|
9
|
-
e.data.results.length === 1 && u(e.data.results[0]),
|
|
9
|
+
e.data.results.length === 1 && u(e.data.results[0]), i.value = e.data.results;
|
|
10
10
|
});
|
|
11
11
|
const u = (e) => {
|
|
12
12
|
f.loginOrgan(e.tenant).then(() => {
|
|
@@ -20,10 +20,10 @@ const N = { class: "organ-container" }, O = { class: "organ-content" }, S = ["on
|
|
|
20
20
|
};
|
|
21
21
|
return (e, n) => {
|
|
22
22
|
const a = d("ArrowRightBold"), o = d("el-icon");
|
|
23
|
-
return
|
|
23
|
+
return l(), c("div", N, [
|
|
24
24
|
n[0] || (n[0] = s("h1", null, "请选择一个组织进入", -1)),
|
|
25
25
|
s("div", O, [
|
|
26
|
-
(
|
|
26
|
+
(l(!0), c(x, null, k(_(i), (t) => (l(), c("div", {
|
|
27
27
|
class: "organ-content_item",
|
|
28
28
|
key: t.organId,
|
|
29
29
|
onClick: (r) => u(t)
|
|
@@ -48,7 +48,7 @@ const N = { class: "organ-container" }, O = { class: "organ-content" }, S = ["on
|
|
|
48
48
|
]);
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
}), F = /* @__PURE__ */ q(
|
|
51
|
+
}), F = /* @__PURE__ */ q(j, [["__scopeId", "data-v-30bc9ae2"]]);
|
|
52
52
|
export {
|
|
53
53
|
F as default
|
|
54
54
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as r, resolveComponent as n, createElementBlock as s, openBlock as a, createVNode as t, unref as c, withCtx as d, createElementVNode as _ } from "vue";
|
|
2
|
-
import { u as i,
|
|
3
|
-
const m = { class: "register-container" },
|
|
2
|
+
import { u as i, aK as p, f as l } from "./index-BD4Gujon.mjs";
|
|
3
|
+
const m = { class: "register-container" }, f = /* @__PURE__ */ r({
|
|
4
4
|
__name: "index",
|
|
5
|
-
setup(
|
|
5
|
+
setup(u) {
|
|
6
6
|
return (v, e) => {
|
|
7
7
|
const o = n("el-card");
|
|
8
8
|
return a(), s("div", m, [
|
|
@@ -20,7 +20,7 @@ const m = { class: "register-container" }, u = /* @__PURE__ */ r({
|
|
|
20
20
|
]);
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
}), w = /* @__PURE__ */ l(
|
|
23
|
+
}), w = /* @__PURE__ */ l(f, [["__scopeId", "data-v-321a6d52"]]);
|
|
24
24
|
export {
|
|
25
25
|
w as default
|
|
26
26
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -1,76 +1,77 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b4 as t, b5 as r, bw as o, b6 as i, bu as b, b8 as n, I as u, bs as g, bt as d, F as l, bo as p, bp as m, bq as c, br as P, bv as S, aK as v, bx as E, S as h, bg as A, aV as M, aQ as R, aR as f, aL as k, aZ as y, e as D, aX as L, a_ as C, aN as H, l as U, aM as I, b7 as V, j as w, bd as x, a$ as z, A as B, aY as F, b0 as O, m as T, aP as Q, bc as W, ba as j, aO as q, x as K, H as N, bb as X, s as Y, bm as Z, r as _, be as $, aI as G, b9 as J, bh as aa, aS as ea, bn as sa, aW as ta, aT as ra, aU as oa, u as ia, bi as ba, bl as na, n as ua, bj as ga, h as da, bf as la, g as pa, a as ma, bk as ca, b2 as Pa, d as Sa, b3 as va, c as Ea, b1 as ha, v as Aa } from "./index-BD4Gujon.mjs";
|
|
2
2
|
import "element-plus";
|
|
3
3
|
export {
|
|
4
4
|
t as BizDict,
|
|
5
5
|
r as BizLayDict,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
o as ChangeOrgan,
|
|
7
|
+
i as CustomBizDict,
|
|
8
8
|
b as DashboardPage,
|
|
9
9
|
n as EnableBizDict,
|
|
10
10
|
u as EnumDict,
|
|
11
11
|
g as Error401Page,
|
|
12
12
|
d as Error404Page,
|
|
13
|
-
l as
|
|
14
|
-
p as
|
|
15
|
-
m as
|
|
16
|
-
c as
|
|
17
|
-
P as
|
|
18
|
-
S as
|
|
19
|
-
v as
|
|
20
|
-
E as
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
M as
|
|
24
|
-
R as
|
|
25
|
-
|
|
13
|
+
l as ForgotPwd,
|
|
14
|
+
p as Layout,
|
|
15
|
+
m as LoginPage,
|
|
16
|
+
c as MultiFactorLoginPage,
|
|
17
|
+
P as ProfilePage,
|
|
18
|
+
S as RedirectPage,
|
|
19
|
+
v as RegisterForm,
|
|
20
|
+
E as RegisterPage,
|
|
21
|
+
h as SysApiImpl,
|
|
22
|
+
A as TableHooks,
|
|
23
|
+
M as addDynamicRoute,
|
|
24
|
+
R as addViteMenus,
|
|
25
|
+
f as addWebpackMenus,
|
|
26
|
+
k as axiosConfig,
|
|
26
27
|
y as clearEmpty,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
28
|
+
D as createLoginQrcode,
|
|
29
|
+
L as cssImageVar,
|
|
30
|
+
C as deepMerge,
|
|
31
|
+
H as default,
|
|
32
|
+
U as defaultSettings,
|
|
33
|
+
I as directive,
|
|
34
|
+
V as enumMapCache,
|
|
35
|
+
w as fileApi,
|
|
36
|
+
x as forgotPhoneEmail,
|
|
37
|
+
z as generateRandomKey,
|
|
38
|
+
B as getCaptchaApi,
|
|
39
|
+
F as getQueryParams,
|
|
40
|
+
O as handlePreview,
|
|
41
|
+
T as i18n,
|
|
41
42
|
Q as imageUrl,
|
|
42
43
|
W as loginApi,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
44
|
+
j as loginOrganApi,
|
|
45
|
+
q as menus,
|
|
46
|
+
K as myorganList,
|
|
47
|
+
N as netEncrypt,
|
|
48
|
+
X as registerApi,
|
|
49
|
+
Y as request,
|
|
50
|
+
Z as resetRouter,
|
|
51
|
+
_ as routerRef,
|
|
52
|
+
$ as routerUtil,
|
|
53
|
+
G as runAsUser,
|
|
54
|
+
J as selectDsdRoles,
|
|
55
|
+
aa as store,
|
|
56
|
+
ea as updateMetaEnv,
|
|
57
|
+
sa as updateRouter,
|
|
58
|
+
ta as updateSettings,
|
|
59
|
+
ra as updateViteMetaEnv,
|
|
60
|
+
oa as updateWebpackMetaEnv,
|
|
60
61
|
ia as useAppStore,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
62
|
+
ba as useAppStoreHook,
|
|
63
|
+
na as useListStoreHook,
|
|
64
|
+
ua as usePermissionStore,
|
|
65
|
+
ga as usePermissionStoreHook,
|
|
66
|
+
da as useSettingsStore,
|
|
67
|
+
la as useTableHooks,
|
|
68
|
+
pa as useTagsViewStore,
|
|
69
|
+
ma as useUserStore,
|
|
70
|
+
ca as useUserStoreHook,
|
|
71
|
+
Pa as validateCreditCode,
|
|
72
|
+
Sa as validateEmail,
|
|
73
|
+
va as validateIDCard,
|
|
74
|
+
Ea as validatePhoneNumber,
|
|
75
|
+
ha as validatePhoneOrLandline,
|
|
76
|
+
Aa as vueMetaEnv
|
|
76
77
|
};
|