jmash-core 0.1.15 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{401-C-Z61lLd.mjs → 401-B-xPz9LF.mjs} +9 -9
- package/dist/{404-B0xdJSOl.mjs → 404-D6qLFrds.mjs} +1 -1
- package/dist/{BarChart-CVVuHHkX.mjs → BarChart-DUGSmZyQ.mjs} +1 -1
- package/dist/{index-CJ7wU_M7.mjs → index-AwPbizZV.mjs} +2 -2
- package/dist/{index-Bd-9PguH.mjs → index-CIsDsOWA.mjs} +41 -37
- package/dist/{index-DI57cJJp.mjs → index-CNS2LvqZ.mjs} +1 -1
- package/dist/{index-BeclKUkp.mjs → index-CZJ3UhUM.mjs} +6 -6
- package/dist/index-Cb2jBye0.mjs +1817 -0
- package/dist/{index-CQK8n-wP.mjs → index-DCziYkYK.mjs} +8 -8
- package/dist/index.mjs +49 -47
- package/dist/{profile-6d2duxJR.mjs → profile-GQvC9C8o.mjs} +1 -1
- package/dist/{runAs-faf8rkih.mjs → runAs-Dwg7Iuqd.mjs} +1 -1
- package/dist/{runAs.vue_vue_type_script_setup_true_lang-owDiLD86.mjs → runAs.vue_vue_type_script_setup_true_lang-BtQpSMZg.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{types-3onZoSqF.mjs → types-BuuQJDxb.mjs} +1 -1
- package/dist/{updatePwd-Bje9j_CP.mjs → updatePwd-5svDyP7G.mjs} +1 -1
- package/dist/{updatePwd.vue_vue_type_script_setup_true_lang-Z21pA8yn.mjs → updatePwd.vue_vue_type_script_setup_true_lang-C8rArYsn.mjs} +1 -1
- package/dts/src/api/auth/index.d.ts +2 -2
- package/dts/src/api/auth/types.d.ts +1 -1
- package/dts/src/api/change/index.d.ts +8 -0
- package/dts/src/api/change/types.d.ts +20 -0
- package/dts/src/components/GraphicVerification/index.vue.d.ts +8 -0
- package/dts/src/index.d.ts +2 -2
- package/dts/src/lang/package/zh-cn.d.ts +2 -0
- package/dts/src/layout/components/NavBar/components/ChangePhoneEmail.vue.d.ts +6 -0
- package/dts/src/layout/components/NavBar/components/ChangeWechatBind.vue.d.ts +6 -0
- package/package.json +1 -1
- package/dist/index-D_w6Hgrj.mjs +0 -1633
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as d, reactive as v, toRefs as V, resolveComponent as n, createElementBlock as c, openBlock as x, createVNode as e, withCtx as l, createTextVNode as
|
|
1
|
+
import { defineComponent as d, reactive as v, toRefs as V, resolveComponent as n, createElementBlock as c, openBlock as x, createVNode as e, withCtx as l, createTextVNode as i, createElementVNode as o, withModifiers as C, unref as u, isRef as y } from "vue";
|
|
2
2
|
import z from "./assets/a6029a1ec37b99c2.gif";
|
|
3
3
|
import { useRouter as N } from "vue-router";
|
|
4
|
-
import {
|
|
4
|
+
import { i as R } from "./index-CIsDsOWA.mjs";
|
|
5
5
|
const B = { class: "errPage-container" }, E = { class: "list-unstyled" }, P = { class: "link-type" }, j = ["src"], G = /* @__PURE__ */ d({
|
|
6
6
|
__name: "401",
|
|
7
7
|
setup(I) {
|
|
@@ -16,7 +16,7 @@ const B = { class: "errPage-container" }, E = { class: "list-unstyled" }, P = {
|
|
|
16
16
|
f.back();
|
|
17
17
|
}
|
|
18
18
|
return (M, t) => {
|
|
19
|
-
const b = n("el-button"), g = n("router-link"),
|
|
19
|
+
const b = n("el-button"), g = n("router-link"), r = n("el-col"), w = n("el-row"), k = n("el-dialog");
|
|
20
20
|
return x(), c("div", B, [
|
|
21
21
|
e(b, {
|
|
22
22
|
icon: "el-icon-arrow-left",
|
|
@@ -24,22 +24,22 @@ const B = { class: "errPage-container" }, E = { class: "list-unstyled" }, P = {
|
|
|
24
24
|
onClick: _
|
|
25
25
|
}, {
|
|
26
26
|
default: l(() => t[2] || (t[2] = [
|
|
27
|
-
|
|
27
|
+
i(" 返回 ")
|
|
28
28
|
])),
|
|
29
29
|
_: 1,
|
|
30
30
|
__: [2]
|
|
31
31
|
}),
|
|
32
32
|
e(w, null, {
|
|
33
33
|
default: l(() => [
|
|
34
|
-
e(
|
|
34
|
+
e(r, { span: 12 }, {
|
|
35
35
|
default: l(() => [
|
|
36
36
|
t[6] || (t[6] = o("h1", { class: "text-jumbo text-ginormous" }, "Oops!", -1)),
|
|
37
|
-
t[7] || (t[7] =
|
|
37
|
+
t[7] || (t[7] = i(" gif来源")),
|
|
38
38
|
t[8] || (t[8] = o("a", {
|
|
39
39
|
href: "https://zh.airbnb.com/",
|
|
40
40
|
target: "_blank"
|
|
41
41
|
}, "airbnb", -1)),
|
|
42
|
-
t[9] || (t[9] =
|
|
42
|
+
t[9] || (t[9] = i(" 页面 ")),
|
|
43
43
|
t[10] || (t[10] = o("h2", null, "你没有权限去该页面", -1)),
|
|
44
44
|
t[11] || (t[11] = o("h6", null, "如有不满请联系你领导", -1)),
|
|
45
45
|
o("ul", E, [
|
|
@@ -47,7 +47,7 @@ const B = { class: "errPage-container" }, E = { class: "list-unstyled" }, P = {
|
|
|
47
47
|
o("li", P, [
|
|
48
48
|
e(g, { to: "/dashboard" }, {
|
|
49
49
|
default: l(() => t[3] || (t[3] = [
|
|
50
|
-
|
|
50
|
+
i(" 回首页 ")
|
|
51
51
|
])),
|
|
52
52
|
_: 1,
|
|
53
53
|
__: [3]
|
|
@@ -67,7 +67,7 @@ const B = { class: "errPage-container" }, E = { class: "list-unstyled" }, P = {
|
|
|
67
67
|
_: 1,
|
|
68
68
|
__: [6, 7, 8, 9, 10, 11]
|
|
69
69
|
}),
|
|
70
|
-
e(
|
|
70
|
+
e(r, { span: 12 }, {
|
|
71
71
|
default: l(() => t[12] || (t[12] = [
|
|
72
72
|
o("img", {
|
|
73
73
|
src: z,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as i, createElementBlock as a, openBlock as l, createElementVNode as s, createStaticVNode as r, createTextVNode as c, toDisplayString as d } from "vue";
|
|
2
2
|
import n from "./assets/53044ba5490eb488.png";
|
|
3
3
|
import e from "./assets/1fa4b4a419330812.png";
|
|
4
|
-
import {
|
|
4
|
+
import { i as _ } from "./index-CIsDsOWA.mjs";
|
|
5
5
|
const p = { class: "wscn-http404-container" }, m = { class: "wscn-http404" }, h = { class: "bullshit" }, u = { class: "bullshit__headline" }, f = {
|
|
6
6
|
name: "Page404"
|
|
7
7
|
}, b = /* @__PURE__ */ i({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementBlock as g, openBlock as p, createElementVNode as d, defineComponent as y, ref as x, onMounted as _, markRaw as v, onActivated as w, resolveComponent as c, createBlock as b, withCtx as r, normalizeStyle as C, normalizeClass as L, createTextVNode as S, createVNode as s } from "vue";
|
|
2
2
|
import { L as m, i as k } from "./index-DVI4ph38.mjs";
|
|
3
|
-
import {
|
|
3
|
+
import { i as E } from "./index-CIsDsOWA.mjs";
|
|
4
4
|
const z = {
|
|
5
5
|
viewBox: "0 0 1024 1024",
|
|
6
6
|
width: "1.2em",
|
|
@@ -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 q from "./BarChart-
|
|
4
|
-
import {
|
|
3
|
+
import q from "./BarChart-DUGSmZyQ.mjs";
|
|
4
|
+
import { i as B, f as F, b as G, q as f, t as p, _ as H } from "./index-CIsDsOWA.mjs";
|
|
5
5
|
import { createElementBlock as C, openBlock as y, createElementVNode as t, defineComponent as R, 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",
|
|
@@ -400,9 +400,9 @@ const dn = ln({
|
|
|
400
400
|
APP_TIMEOUT: 6e4
|
|
401
401
|
}), us = /* @__PURE__ */ new Map(), w_ = [];
|
|
402
402
|
let $1 = `${qt.APP_API_URL}v1/file/path/pc`;
|
|
403
|
-
const Lb = () => import("./index-
|
|
403
|
+
const Lb = () => import("./index-Cb2jBye0.mjs");
|
|
404
404
|
us.set("Layout", Lb);
|
|
405
|
-
const Ib = /* @__PURE__ */ Object.assign({ "./views/change-organ/index.vue": () => import("./index-
|
|
405
|
+
const Ib = /* @__PURE__ */ Object.assign({ "./views/change-organ/index.vue": () => import("./index-DCziYkYK.mjs"), "./views/dashboard/components/BarChart.vue": () => import("./BarChart-DUGSmZyQ.mjs"), "./views/dashboard/components/FunnelChart.vue": () => import("./FunnelChart-Bdwa_Dl7.mjs"), "./views/dashboard/components/PieChart.vue": () => import("./PieChart-mjcVGXoE.mjs"), "./views/dashboard/components/RadarChart.vue": () => import("./RadarChart-Dkl7lCAh.mjs"), "./views/dashboard/index.vue": () => import("./index-AwPbizZV.mjs"), "./views/error-page/401.vue": () => import("./401-B-xPz9LF.mjs"), "./views/error-page/404.vue": () => import("./404-D6qLFrds.mjs"), "./views/login/components/types.vue": () => import("./types-BuuQJDxb.mjs"), "./views/login/index.vue": () => import("./index-CNS2LvqZ.mjs"), "./views/my/profile.vue": () => import("./profile-GQvC9C8o.mjs"), "./views/my/runAs.vue": () => import("./runAs-Dwg7Iuqd.mjs"), "./views/my/updatePwd.vue": () => import("./updatePwd-5svDyP7G.mjs"), "./views/redirect/index.vue": () => import("./index-JBmY6Vt0.mjs"), "./views/register/index.vue": () => import("./index-CZJ3UhUM.mjs") });
|
|
406
406
|
zb(Ib, 7);
|
|
407
407
|
function zb(e, t) {
|
|
408
408
|
for (const r in e) {
|
|
@@ -658,7 +658,7 @@ function QZ() {
|
|
|
658
658
|
method: "get"
|
|
659
659
|
});
|
|
660
660
|
}
|
|
661
|
-
const qs = () => import("./index-
|
|
661
|
+
const qs = () => import("./index-Cb2jBye0.mjs"), eC = () => import("./index-CNS2LvqZ.mjs"), tC = () => import("./index-CZJ3UhUM.mjs"), rC = () => import("./types-BuuQJDxb.mjs"), nC = () => import("./profile-GQvC9C8o.mjs"), aC = () => import("./401-B-xPz9LF.mjs"), oC = () => import("./404-D6qLFrds.mjs"), iC = () => import("./index-AwPbizZV.mjs"), sC = () => import("./index-JBmY6Vt0.mjs"), uC = () => import("./index-DCziYkYK.mjs"), C_ = [
|
|
662
662
|
{
|
|
663
663
|
path: "/redirect",
|
|
664
664
|
component: qs,
|
|
@@ -945,7 +945,9 @@ const fC = {
|
|
|
945
945
|
runAs: "切换身份",
|
|
946
946
|
logout: "注销登出",
|
|
947
947
|
document: "项目文档",
|
|
948
|
-
gitee: "项目地址"
|
|
948
|
+
gitee: "项目地址",
|
|
949
|
+
changePhoneEmail: "更换手机号",
|
|
950
|
+
changeWechatBind: "更换微信用户绑定"
|
|
949
951
|
},
|
|
950
952
|
sizeSelect: {
|
|
951
953
|
tooltip: "布局大小",
|
|
@@ -2061,7 +2063,7 @@ const sQ = Ra("setting", () => {
|
|
|
2061
2063
|
function n(d) {
|
|
2062
2064
|
return new Promise((v, m) => {
|
|
2063
2065
|
jb(d).then(({ data: h }) => {
|
|
2064
|
-
t.value = h.accessToken, h.expiresDate = (/* @__PURE__ */ new Date()).getTime() + h.expiresIn * 1e3, r.value = h, v();
|
|
2066
|
+
t.value = h.accessToken, h.expiresDate = (/* @__PURE__ */ new Date()).getTime() + h.expiresIn * 1e3, r.value = h, v(h);
|
|
2065
2067
|
}).catch((h) => {
|
|
2066
2068
|
console.log(h), m(h);
|
|
2067
2069
|
});
|
|
@@ -36468,7 +36470,7 @@ const _Z = { class: "wangeditor-container" }, xZ = /* @__PURE__ */ M({
|
|
|
36468
36470
|
]);
|
|
36469
36471
|
};
|
|
36470
36472
|
}
|
|
36471
|
-
}), AZ = /* @__PURE__ */ K0(DZ, [["__scopeId", "data-v-
|
|
36473
|
+
}), AZ = /* @__PURE__ */ K0(DZ, [["__scopeId", "data-v-945409fc"]]), BZ = /* @__PURE__ */ M({
|
|
36472
36474
|
__name: "index",
|
|
36473
36475
|
props: {
|
|
36474
36476
|
/**
|
|
@@ -36689,44 +36691,46 @@ export {
|
|
|
36689
36691
|
gQ as b5,
|
|
36690
36692
|
KZ as b6,
|
|
36691
36693
|
Jb as b7,
|
|
36692
|
-
|
|
36693
|
-
|
|
36694
|
-
|
|
36695
|
-
|
|
36696
|
-
|
|
36697
|
-
|
|
36698
|
-
|
|
36699
|
-
|
|
36700
|
-
|
|
36701
|
-
|
|
36702
|
-
|
|
36703
|
-
|
|
36704
|
-
|
|
36705
|
-
|
|
36706
|
-
|
|
36707
|
-
|
|
36708
|
-
|
|
36709
|
-
|
|
36710
|
-
|
|
36711
|
-
|
|
36694
|
+
Ub as b8,
|
|
36695
|
+
jb as b9,
|
|
36696
|
+
wQ as ba,
|
|
36697
|
+
EQ as bb,
|
|
36698
|
+
IE as bc,
|
|
36699
|
+
cs as bd,
|
|
36700
|
+
aQ as be,
|
|
36701
|
+
oQ as bf,
|
|
36702
|
+
O0 as bg,
|
|
36703
|
+
CQ as bh,
|
|
36704
|
+
cC as bi,
|
|
36705
|
+
JZ as bj,
|
|
36706
|
+
qs as bk,
|
|
36707
|
+
eC as bl,
|
|
36708
|
+
rC as bm,
|
|
36709
|
+
nC as bn,
|
|
36710
|
+
aC as bo,
|
|
36711
|
+
oC as bp,
|
|
36712
|
+
iC as bq,
|
|
36713
|
+
sC as br,
|
|
36714
|
+
uC as bs,
|
|
36715
|
+
tC as bt,
|
|
36712
36716
|
sQ as c,
|
|
36713
36717
|
eQ as d,
|
|
36714
36718
|
SZ as e,
|
|
36715
36719
|
Pt as f,
|
|
36716
|
-
|
|
36717
|
-
|
|
36718
|
-
|
|
36719
|
-
|
|
36720
|
-
|
|
36721
|
-
|
|
36720
|
+
Gb as g,
|
|
36721
|
+
dn as h,
|
|
36722
|
+
K0 as i,
|
|
36723
|
+
Kc as j,
|
|
36724
|
+
LC as k,
|
|
36725
|
+
P_ as l,
|
|
36722
36726
|
IM as m,
|
|
36723
|
-
|
|
36724
|
-
|
|
36725
|
-
|
|
36726
|
-
|
|
36727
|
+
iQ as n,
|
|
36728
|
+
nQ as o,
|
|
36729
|
+
QZ as p,
|
|
36730
|
+
rQ as q,
|
|
36727
36731
|
E_ as r,
|
|
36728
36732
|
NL as s,
|
|
36729
|
-
|
|
36733
|
+
tQ as t,
|
|
36730
36734
|
T_ as u,
|
|
36731
36735
|
qt as v,
|
|
36732
36736
|
Kb as w,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { v as b, u as g, b as H,
|
|
1
|
+
import { v as b, u as g, b as H, o as F, e as G, h as J, y as X, g as Y, z as Z, i as ee } from "./index-CIsDsOWA.mjs";
|
|
2
2
|
import { defineComponent as te, ref as c, computed as oe, watchEffect as le, resolveComponent as d, createElementBlock as se, openBlock as re, createElementVNode as o, createVNode as l, withDirectives as U, unref as k, withCtx as i, normalizeStyle as ae, vShow as D, withKeys as z, withModifiers as ne, createTextVNode as ie, toDisplayString as Q, normalizeClass as ue } from "vue";
|
|
3
3
|
import ce from "./assets/0cda52992278af9e.png";
|
|
4
4
|
import { useI18n as de } from "vue-i18n";
|
|
@@ -1,5 +1,5 @@
|
|
|
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
|
|
2
|
-
import { u as
|
|
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 i } from "vue";
|
|
2
|
+
import { u as _, aE as p, i as l } from "./index-CIsDsOWA.mjs";
|
|
3
3
|
const m = { class: "register-container" }, u = /* @__PURE__ */ r({
|
|
4
4
|
__name: "index",
|
|
5
5
|
setup(f) {
|
|
@@ -7,11 +7,11 @@ const m = { class: "register-container" }, u = /* @__PURE__ */ r({
|
|
|
7
7
|
const o = n("el-card");
|
|
8
8
|
return a(), s("div", m, [
|
|
9
9
|
t(o, {
|
|
10
|
-
device: c(
|
|
10
|
+
device: c(_)().device,
|
|
11
11
|
class: "z-1 !border-none w-100 !bg-transparent !rounded-4% <sm:w-83"
|
|
12
12
|
}, {
|
|
13
13
|
default: d(() => [
|
|
14
|
-
e[0] || (e[0] =
|
|
14
|
+
e[0] || (e[0] = i("h3", { class: "register-container_title" }, "账号注册", -1)),
|
|
15
15
|
t(p)
|
|
16
16
|
]),
|
|
17
17
|
_: 1,
|
|
@@ -20,7 +20,7 @@ const m = { class: "register-container" }, u = /* @__PURE__ */ r({
|
|
|
20
20
|
]);
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
}),
|
|
23
|
+
}), w = /* @__PURE__ */ l(u, [["__scopeId", "data-v-321a6d52"]]);
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
w as default
|
|
26
26
|
};
|