@witlink/usercenter 1.2.12 → 1.2.13

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.
@@ -1,6 +1,6 @@
1
- import { defineComponent as M, createVNode as u, cloneVNode as Q, ref as A, watch as $, onMounted as Y, resolveComponent as q, openBlock as s, createBlock as x, withCtx as _, createElementBlock as m, Fragment as j, renderList as N, createTextVNode as K, toDisplayString as D, createElementVNode as g, unref as W, createCommentVNode as f, renderSlot as R, normalizeStyle as ee, normalizeClass as te } from "vue";
1
+ import { defineComponent as M, createVNode as u, cloneVNode as Q, ref as A, watch as $, onMounted as F, resolveComponent as q, openBlock as s, createBlock as x, withCtx as _, createElementBlock as m, Fragment as N, renderList as j, createTextVNode as K, toDisplayString as D, createElementVNode as g, unref as W, createCommentVNode as f, renderSlot as R, normalizeStyle as ee, normalizeClass as te } from "vue";
2
2
  import { useRoute as U } from "vue-router";
3
- import { u as F, bf as T, a as S, P as Z, aX as ae, bg as re, t as ne, D as oe, g as le, m as se, ab as G, ai as ce, bh as ie, bi as J, bj as ue, M as de, _ as E, v as me, a0 as be, bc as pe, bd as he, bk as ve } from "./index.553362e6.mjs";
3
+ import { u as X, aB as T, a as S, P as Z, aC as ae, aD as re, t as ne, D as oe, g as le, m as se, a8 as G, af as ce, aE as ie, aF as J, aG as ue, M as de, _ as E, v as me, a1 as pe, aH as be, aI as he, aJ as ve } from "./index.b6b4bc5e.mjs";
4
4
  import './assets/PageView.b838edc4.css';var ge = globalThis && globalThis.__rest || function(e, a) {
5
5
  var r = {};
6
6
  for (var t in e)
@@ -34,10 +34,10 @@ const fe = () => ({
34
34
  } = a;
35
35
  const {
36
36
  prefixCls: l
37
- } = F("breadcrumb", e), o = (d, v) => {
38
- const b = T(r, e, "overlay");
39
- return b ? u(ne, S(S({}, e.dropdownProps), {}, {
40
- overlay: b,
37
+ } = X("breadcrumb", e), o = (d, v) => {
38
+ const p = T(r, e, "overlay");
39
+ return p ? u(ne, S(S({}, e.dropdownProps), {}, {
40
+ overlay: p,
41
41
  placement: "bottom"
42
42
  }), {
43
43
  default: () => [u("span", {
@@ -49,18 +49,18 @@ const fe = () => ({
49
49
  };
50
50
  return () => {
51
51
  var d;
52
- const v = (d = T(r, e, "separator")) !== null && d !== void 0 ? d : "/", b = T(r, e), {
52
+ const v = (d = T(r, e, "separator")) !== null && d !== void 0 ? d : "/", p = T(r, e), {
53
53
  class: i,
54
54
  style: h
55
- } = t, p = ge(t, ["class", "style"]);
55
+ } = t, b = ge(t, ["class", "style"]);
56
56
  let y;
57
57
  return e.href !== void 0 ? y = u("a", S({
58
58
  class: `${l.value}-link`,
59
59
  onClick: c
60
- }, p), [b]) : y = u("span", S({
60
+ }, b), [p]) : y = u("span", S({
61
61
  class: `${l.value}-link`,
62
62
  onClick: c
63
- }, p), [b]), y = o(y, l.value), b != null ? u("li", {
63
+ }, b), [p]), y = o(y, l.value), p != null ? u("li", {
64
64
  class: i,
65
65
  style: h
66
66
  }, [y, v && u("span", {
@@ -202,44 +202,44 @@ const w = M({
202
202
  const {
203
203
  prefixCls: n,
204
204
  direction: l
205
- } = F("breadcrumb", e), [o, c] = _e(n), d = (i, h) => (i = (i || "").replace(/^\//, ""), Object.keys(h).forEach((p) => {
206
- i = i.replace(`:${p}`, h[p]);
207
- }), i), v = (i, h, p) => {
208
- const y = [...i], O = d(h || "", p);
209
- return O && y.push(O), y;
210
- }, b = (i) => {
205
+ } = X("breadcrumb", e), [o, c] = _e(n), d = (i, h) => (i = (i || "").replace(/^\//, ""), Object.keys(h).forEach((b) => {
206
+ i = i.replace(`:${b}`, h[b]);
207
+ }), i), v = (i, h, b) => {
208
+ const y = [...i], I = d(h || "", b);
209
+ return I && y.push(I), y;
210
+ }, p = (i) => {
211
211
  let {
212
212
  routes: h = [],
213
- params: p = {},
213
+ params: b = {},
214
214
  separator: y,
215
- itemRender: O = H
215
+ itemRender: I = H
216
216
  } = i;
217
217
  const L = [];
218
- return h.map((I) => {
219
- const P = d(I.path, p);
220
- P && L.push(P);
218
+ return h.map((O) => {
219
+ const B = d(O.path, b);
220
+ B && L.push(B);
221
221
  const C = [...L];
222
- let B = null;
223
- I.children && I.children.length && (B = u(de, {
224
- items: I.children.map((k) => ({
222
+ let P = null;
223
+ O.children && O.children.length && (P = u(de, {
224
+ items: O.children.map((k) => ({
225
225
  key: k.path || k.breadcrumbName,
226
- label: O({
226
+ label: I({
227
227
  route: k,
228
- params: p,
228
+ params: b,
229
229
  routes: h,
230
- paths: v(C, k.path, p)
230
+ paths: v(C, k.path, b)
231
231
  })
232
232
  }))
233
233
  }, null));
234
234
  const V = {
235
235
  separator: y
236
236
  };
237
- return B && (V.overlay = B), u(z, S(S({}, V), {}, {
238
- key: P || I.breadcrumbName
237
+ return P && (V.overlay = P), u(z, S(S({}, V), {}, {
238
+ key: B || O.breadcrumbName
239
239
  }), {
240
- default: () => [O({
241
- route: I,
242
- params: p,
240
+ default: () => [I({
241
+ route: O,
242
+ params: b,
243
243
  routes: h,
244
244
  paths: C
245
245
  })]
@@ -250,31 +250,31 @@ const w = M({
250
250
  var i;
251
251
  let h;
252
252
  const {
253
- routes: p,
253
+ routes: b,
254
254
  params: y = {}
255
- } = e, O = J(T(r, e)), L = (i = T(r, e, "separator")) !== null && i !== void 0 ? i : "/", I = e.itemRender || r.itemRender || H;
256
- p && p.length > 0 ? h = b({
257
- routes: p,
255
+ } = e, I = J(T(r, e)), L = (i = T(r, e, "separator")) !== null && i !== void 0 ? i : "/", O = e.itemRender || r.itemRender || H;
256
+ b && b.length > 0 ? h = p({
257
+ routes: b,
258
258
  params: y,
259
259
  separator: L,
260
- itemRender: I
261
- }) : O.length && (h = O.map((C, B) => (ue(typeof C.type == "object" && (C.type.__ANT_BREADCRUMB_ITEM || C.type.__ANT_BREADCRUMB_SEPARATOR), "Breadcrumb", "Only accepts Breadcrumb.Item and Breadcrumb.Separator as it's children"), Q(C, {
260
+ itemRender: O
261
+ }) : I.length && (h = I.map((C, P) => (ue(typeof C.type == "object" && (C.type.__ANT_BREADCRUMB_ITEM || C.type.__ANT_BREADCRUMB_SEPARATOR), "Breadcrumb", "Only accepts Breadcrumb.Item and Breadcrumb.Separator as it's children"), Q(C, {
262
262
  separator: L,
263
- key: B
263
+ key: P
264
264
  }))));
265
- const P = {
265
+ const B = {
266
266
  [n.value]: !0,
267
267
  [`${n.value}-rtl`]: l.value === "rtl",
268
268
  [`${t.class}`]: !!t.class,
269
269
  [c.value]: !0
270
270
  };
271
271
  return o(u("nav", S(S({}, t), {}, {
272
- class: P
272
+ class: B
273
273
  }), [u("ol", null, [h])]));
274
274
  };
275
275
  }
276
276
  });
277
- var Oe = globalThis && globalThis.__rest || function(e, a) {
277
+ var Ie = globalThis && globalThis.__rest || function(e, a) {
278
278
  var r = {};
279
279
  for (var t in e)
280
280
  Object.prototype.hasOwnProperty.call(e, t) && a.indexOf(t) < 0 && (r[t] = e[t]);
@@ -283,16 +283,16 @@ var Oe = globalThis && globalThis.__rest || function(e, a) {
283
283
  a.indexOf(t[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, t[n]) && (r[t[n]] = e[t[n]]);
284
284
  return r;
285
285
  };
286
- const Ie = () => ({
286
+ const Oe = () => ({
287
287
  prefixCls: String
288
- }), X = M({
288
+ }), Y = M({
289
289
  compatConfig: {
290
290
  MODE: 3
291
291
  },
292
292
  name: "ABreadcrumbSeparator",
293
293
  __ANT_BREADCRUMB_SEPARATOR: !0,
294
294
  inheritAttrs: !1,
295
- props: Ie(),
295
+ props: Oe(),
296
296
  setup(e, a) {
297
297
  let {
298
298
  slots: r,
@@ -300,13 +300,13 @@ const Ie = () => ({
300
300
  } = a;
301
301
  const {
302
302
  prefixCls: n
303
- } = F("breadcrumb", e);
303
+ } = X("breadcrumb", e);
304
304
  return () => {
305
305
  var l;
306
306
  const {
307
307
  separator: o,
308
308
  class: c
309
- } = t, d = Oe(t, ["separator", "class"]), v = J((l = r.default) === null || l === void 0 ? void 0 : l.call(r));
309
+ } = t, d = Ie(t, ["separator", "class"]), v = J((l = r.default) === null || l === void 0 ? void 0 : l.call(r));
310
310
  return u("span", S({
311
311
  class: [`${n.value}-separator`, c]
312
312
  }, d), [v.length > 0 ? v : "/"]);
@@ -314,9 +314,9 @@ const Ie = () => ({
314
314
  }
315
315
  });
316
316
  w.Item = z;
317
- w.Separator = X;
317
+ w.Separator = Y;
318
318
  w.install = function(e) {
319
- return e.component(w.name, w), e.component(z.name, z), e.component(X.name, X), e;
319
+ return e.component(w.name, w), e.component(z.name, z), e.component(Y.name, Y), e;
320
320
  };
321
321
  const Re = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAABYlAAAWJQFJUiTwAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA4LTI5VDE2OjU4OjMxKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA4LTI5VDE2OjU4OjMxKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wOC0yOVQxNjo1ODozMSswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYjI3NzllYy0yOTdmLWI5NDItYWMzNS1lYTlmODhjOGFkNmUiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjJiOTY1ZC1hNzQ5LTVlNGMtODkyMC05YTdhYTFhNTFkNWQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowYWVlNmM2Zi0yMDMyLTgxNGQtYmRjMC0xODk5MGJhYjlmY2UiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDowYWVlNmM2Zi0yMDMyLTgxNGQtYmRjMC0xODk5MGJhYjlmY2UiIHN0RXZ0OndoZW49IjIwMTktMDgtMjlUMTY6NTg6MzErMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YWIyNzc5ZWMtMjk3Zi1iOTQyLWFjMzUtZWE5Zjg4YzhhZDZlIiBzdEV2dDp3aGVuPSIyMDE5LTA4LTI5VDE2OjU4OjMxKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zFiQ6AAAAtJJREFUWMPF2M9rVFcYxvHP3AxRY21rJWgrmsaFE6tVEUTU2k2DPxYWCiUtdiepARtFsP+IGtFE1FUNKF2VYq1d1R9BMTs1GRfRalcz3RhrOpDEceFRphLN3Ll3kgcus7jnvOc759zznPc9mf3XD4qpVuzAZ1iFFiwI757gLwzhKi7hfpzg2SrbNaAD3diMzBvaLQrPBnyHMgbQg/OYnG6gqAqYdtzGOWx5C8xUyoQ+50KM9iRAc9GLy2iTXG0hVm+IHQuoGX9in/S1L8RurhaoGVewUf20MYzRPB1QE35BTv2VC2M1vQ3oCDaZOW0KY04J1I5OM6/Oyt0XVfweNXs6FrzuFdA3wXWr0tyGOZbOXyoTy5KmtYSOSqf+Ida+zXXKvbfS/ScP9OVPGx0fTQOqG/1ROJu2xDpvohf/o3XBx3789JAPm5akAbQZKyLsjHkc/P/wmrPI4TWHrHo/sZlnsCPC1qSR5jXMs7+ty7bFiUNtjbA6jfmOMpFvV3T4quXLJB/7JxGWpbl/2z/6wve5vRqjxlq6t0QVyVVqWvfBWh2tX9fS9Z1InTRZnqxt6UPamapu/TPowoOfa+n6bxaPQtqZWGVlv/39u18fXVRWriXEwyzuYn1SmIlnE34a6XezeCtJmDtRqA4S6enEmJ6hE0lh4Fo2lCrlWt26UCo6MdSrUComX3EuZTGC63Ece/zZOMg/vuf0vbOeToyl8QkOYOTlaX88DtDJ4VMWNi5ULBVr/XinUk9lPnQew3FmqFAqpAkzHBheAU3iwCxmjAdfVrWVTv0Hzs4CzJlQQE5ZdXTjxgzC3Hh9ZV4HGsNu5GcAJh/GGpuuci3icwzWEWYwjFGstrYvYBv66gDTF+6WCnFvP/5DF7antIT5EKsLpST3Q5dDmrsnuGlc8xkIl1erK3fTGyuaavMt9IenFbvCtLdhOd4N7UbxMBjdVVwU80rvOU4YrztmnDhdAAAAAElFTkSuQmCC", Ce = { key: 1 }, xe = /* @__PURE__ */ M({
322
322
  __name: "Breadcrumb",
@@ -333,23 +333,23 @@ const Re = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAA
333
333
  };
334
334
  return $(a, () => {
335
335
  n();
336
- }), Y(() => {
336
+ }), F(() => {
337
337
  n();
338
338
  }), (l, o) => {
339
339
  const c = q("router-link"), d = z, v = w;
340
340
  return s(), x(v, { class: "breadcrumb" }, {
341
341
  default: _(() => [
342
- (s(!0), m(j, null, N(t.value, (b, i) => (s(), x(d, { key: i }, {
342
+ (s(!0), m(N, null, j(t.value, (p, i) => (s(), x(d, { key: i }, {
343
343
  default: _(() => [
344
- b.name != r.value ? (s(), x(c, {
344
+ p.name != r.value ? (s(), x(c, {
345
345
  key: 0,
346
- to: { path: b.path }
346
+ to: { path: p.path }
347
347
  }, {
348
348
  default: _(() => [
349
- K(D(b.meta.title), 1)
349
+ K(D(p.meta.title), 1)
350
350
  ]),
351
351
  _: 2
352
- }, 1032, ["to"])) : (s(), m("span", Ce, D(b.meta.title), 1))
352
+ }, 1032, ["to"])) : (s(), m("span", Ce, D(p.meta.title), 1))
353
353
  ]),
354
354
  _: 2
355
355
  }, 1024))), 128))
@@ -358,13 +358,13 @@ const Re = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAA
358
358
  });
359
359
  };
360
360
  }
361
- }), Me = /* @__PURE__ */ E(xe, [["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter/src/components/tools/Breadcrumb.vue"]]), we = { class: "page-header" }, De = { class: "page-header-index-wide" }, ze = ["src"], Le = { class: "detail" }, Pe = {
361
+ }), Me = /* @__PURE__ */ E(xe, [["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter/src/components/tools/Breadcrumb.vue"]]), we = { class: "page-header" }, De = { class: "page-header-index-wide" }, ze = ["src"], Le = { class: "detail" }, Be = {
362
362
  key: 0,
363
363
  class: "main"
364
- }, Be = { class: "row" }, Te = ["src"], ke = {
364
+ }, Pe = { class: "row" }, Te = ["src"], ke = {
365
365
  key: 1,
366
366
  class: "title"
367
- }, je = { class: "action" }, Ne = { class: "row" }, We = {
367
+ }, Ne = { class: "action" }, je = { class: "row" }, We = {
368
368
  key: 0,
369
369
  class: "avatar"
370
370
  }, Ze = {
@@ -405,7 +405,7 @@ const Re = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAA
405
405
  o.push(c);
406
406
  }), n.value = o;
407
407
  };
408
- return Y(() => {
408
+ return F(() => {
409
409
  l();
410
410
  }), $(r, () => {
411
411
  l();
@@ -420,9 +420,9 @@ const Re = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAA
420
420
  }, null, 8, ze),
421
421
  u(W(Me), { class: "breadcrumb" }, {
422
422
  default: _(() => [
423
- (s(!0), m(j, null, N(n.value, (b, i) => (s(), x(d, { key: i }, {
423
+ (s(!0), m(N, null, j(n.value, (p, i) => (s(), x(d, { key: i }, {
424
424
  default: _(() => [
425
- g("span", null, D(o.$t(`function._${b.name}`)), 1)
425
+ g("span", null, D(o.$t(`function._${p.name}`)), 1)
426
426
  ]),
427
427
  _: 2
428
428
  }, 1024))), 128))
@@ -430,19 +430,19 @@ const Re = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAA
430
430
  _: 1
431
431
  }),
432
432
  g("div", Le, [
433
- o.$route.meta.hiddenHeaderContent ? f("v-if", !0) : (s(), m("div", Pe, [
434
- g("div", Be, [
433
+ o.$route.meta.hiddenHeaderContent ? f("v-if", !0) : (s(), m("div", Be, [
434
+ g("div", Pe, [
435
435
  e.logo ? (s(), m("img", {
436
436
  key: 0,
437
437
  src: a.logo,
438
438
  class: "logo"
439
439
  }, null, 8, Te)) : f("v-if", !0),
440
440
  e.title ? (s(), m("h1", ke, D(a.title), 1)) : f("v-if", !0),
441
- g("div", je, [
441
+ g("div", Ne, [
442
442
  R(o.$slots, "action", {}, void 0, !0)
443
443
  ])
444
444
  ]),
445
- g("div", Ne, [
445
+ g("div", je, [
446
446
  e.avatar ? (s(), m("div", We, [
447
447
  u(v, {
448
448
  src: a.avatar
@@ -465,7 +465,7 @@ const Re = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAA
465
465
  };
466
466
  }
467
467
  });
468
- const Xe = /* @__PURE__ */ E(Ge, [["__scopeId", "data-v-10f54392"], ["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter/src/components/page/PageHeader.vue"]]), Ye = { key: 0 }, Fe = {
468
+ const Ye = /* @__PURE__ */ E(Ge, [["__scopeId", "data-v-10f54392"], ["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter/src/components/page/PageHeader.vue"]]), Fe = { key: 0 }, Xe = {
469
469
  key: 0,
470
470
  style: { "font-size": "14px", color: "rgba(0, 0, 0, 0.65)" }
471
471
  }, Ve = { class: "link" }, He = ["href"], $e = {
@@ -519,12 +519,12 @@ const Xe = /* @__PURE__ */ E(Ge, [["__scopeId", "data-v-10f54392"], ["__file", "
519
519
  },
520
520
  setup(e) {
521
521
  return (a, r) => {
522
- const t = be, n = pe, l = he;
522
+ const t = pe, n = be, l = he;
523
523
  return s(), m("div", {
524
524
  style: ee(a.$route.meta.pageHeader ? null : "margin: -24px -24px 0px;")
525
525
  }, [
526
526
  f(" pageHeader , route meta hideHeader:true on hide "),
527
- a.$route.meta.pageHeader ? f("v-if", !0) : (s(), x(Xe, {
527
+ a.$route.meta.pageHeader ? f("v-if", !0) : (s(), x(Ye, {
528
528
  key: 0,
529
529
  title: e.explain ? e.title : "",
530
530
  logo: e.logo,
@@ -535,10 +535,10 @@ const Xe = /* @__PURE__ */ E(Ge, [["__scopeId", "data-v-10f54392"], ["__file", "
535
535
  ]),
536
536
  content: _(() => [
537
537
  R(a.$slots, "content", {}, () => [
538
- !this.$slots.headerContent && e.desc && e.explain ? (s(), m("div", Ye, [
539
- e.explain ? (s(), m("p", Fe, D(e.desc), 1)) : f("v-if", !0),
538
+ !this.$slots.headerContent && e.desc && e.explain ? (s(), m("div", Fe, [
539
+ e.explain ? (s(), m("p", Xe, D(e.desc), 1)) : f("v-if", !0),
540
540
  g("div", Ve, [
541
- (s(!0), m(j, null, N(e.linkList, (o, c) => (s(), m("a", {
541
+ (s(!0), m(N, null, j(e.linkList, (o, c) => (s(), m("a", {
542
542
  key: c,
543
543
  href: o.href
544
544
  }, [
@@ -568,7 +568,7 @@ const Xe = /* @__PURE__ */ E(Ge, [["__scopeId", "data-v-10f54392"], ["__file", "
568
568
  activeKey: e.tabs.active()
569
569
  }, {
570
570
  default: _(() => [
571
- (s(!0), m(j, null, N(e.tabs.items, (o) => (s(), x(n, {
571
+ (s(!0), m(N, null, j(e.tabs.items, (o) => (s(), x(n, {
572
572
  tab: o.title,
573
573
  key: o.key
574
574
  }, null, 8, ["tab"]))), 128))
@@ -596,7 +596,7 @@ const Ke = /* @__PURE__ */ E(qe, [["__scopeId", "data-v-0f10d1a0"], ["__file", "
596
596
  const c = a.value.$children[0];
597
597
  c && (r.value = c.linkList, t.value = c.extraImage, n.value = c.search == !0, l.value = c.tabs);
598
598
  };
599
- return Y(() => {
599
+ return F(() => {
600
600
  o();
601
601
  }), (c, d) => (s(), x(W(Ke), {
602
602
  explain: !1,
@@ -1,5 +1,5 @@
1
1
  import { createVNode as u } from "vue";
2
- import { A as l } from "./index.553362e6.mjs";
2
+ import { A as l } from "./index.b6b4bc5e.mjs";
3
3
  var o = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z" } }] }, name: "up", theme: "outlined" };
4
4
  const p = o;
5
5
  function c(r) {