mooho-base-admin-plus 2.4.54 → 2.4.55

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,4 +1,4 @@
1
- import require$$0$1, { resolveComponent, openBlock, createBlock, shallowRef, unref, shallowReactive, watch, nextTick, defineComponent, reactive, inject, computed, h, provide, ref, getCurrentInstance, watchEffect, effectScope, resolveDirective, createElementBlock, createVNode as createVNode$1, withCtx, createElementVNode, withDirectives, toDisplayString as toDisplayString$2, createCommentVNode, renderSlot, createTextVNode, Fragment, renderList, normalizeStyle as normalizeStyle$1, normalizeClass, withModifiers, vShow, normalizeProps, guardReactiveProps, mergeProps, vModelText, pushScopeId, popScopeId, markRaw, resolveDynamicComponent, Transition, KeepAlive } from "vue";
1
+ import require$$0$1, { resolveComponent, openBlock, createBlock, shallowRef, unref, shallowReactive, watch, nextTick, defineComponent, reactive, inject, computed, h, provide, ref, getCurrentInstance, watchEffect, effectScope, resolveDirective, createElementBlock, createVNode as createVNode$1, withCtx, createElementVNode, withDirectives, toDisplayString as toDisplayString$2, createCommentVNode, renderSlot, createTextVNode, Fragment, renderList, normalizeStyle as normalizeStyle$1, normalizeClass, withModifiers, vShow, normalizeProps, guardReactiveProps, mergeProps, markRaw, resolveDynamicComponent, vModelText, pushScopeId, popScopeId, Transition, KeepAlive } from "vue";
2
2
  import ViewUIPlus from "view-ui-plus";
3
3
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
4
4
  function getDefaultExportFromCjs(x2) {
@@ -45374,391 +45374,6 @@ var __glob_25_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePr
45374
45374
  __proto__: null,
45375
45375
  "default": flowChart
45376
45376
  }, Symbol.toStringTag, { value: "Module" }));
45377
- var login_css_vue_type_style_index_0_src_1c48c1b3_scoped_true_lang = "";
45378
- const _sfc_main$Y = {
45379
- mixins: [mixinPage],
45380
- components: {},
45381
- data() {
45382
- return {
45383
- username: "",
45384
- password: "",
45385
- autoLogin: true
45386
- };
45387
- },
45388
- created() {
45389
- },
45390
- computed: {},
45391
- methods: {
45392
- ...mapActions("admin/account", ["login"]),
45393
- async submit(e3) {
45394
- if (e3) {
45395
- var keycode = window.event ? e3.keyCode : e3.which;
45396
- if (!keycode) {
45397
- return;
45398
- }
45399
- if (keycode !== 0 && keycode !== 1 && keycode !== 13) {
45400
- return;
45401
- }
45402
- }
45403
- if (this.username && this.password) {
45404
- await this.login({
45405
- username: this.username,
45406
- password: this.password
45407
- });
45408
- setTimeout(() => {
45409
- router$1.replace(this.$route.query.redirect || "/home");
45410
- });
45411
- }
45412
- },
45413
- close() {
45414
- this.confirm("Front_Sure_To_Exit", () => {
45415
- window.location.href = "about:blank";
45416
- window.close();
45417
- });
45418
- }
45419
- }
45420
- };
45421
- const _withScopeId$1 = (n2) => (pushScopeId("data-v-1c48c1b3"), n2 = n2(), popScopeId(), n2);
45422
- const _hoisted_1$O = { class: "signIn" };
45423
- const _hoisted_2$o = { class: "box cf" };
45424
- const _hoisted_3$j = { class: "right" };
45425
- const _hoisted_4$e = { class: "logo cf" };
45426
- const _hoisted_5$7 = ["src"];
45427
- const _hoisted_6$6 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("small", null, null, -1));
45428
- const _hoisted_7$4 = ["placeholder"];
45429
- const _hoisted_8$4 = ["placeholder"];
45430
- const _hoisted_9$4 = { class: "cpt" };
45431
- function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
45432
- return openBlock(), createElementBlock("div", _hoisted_1$O, [
45433
- createElementVNode("div", _hoisted_2$o, [
45434
- createElementVNode("div", {
45435
- class: "left",
45436
- style: normalizeStyle$1({ background: "url(" + _ctx.rootPath + "images/login/signIn-img.png) center center no-repeat", "background-size": "cover" })
45437
- }, [
45438
- createElementVNode("h3", null, toDisplayString$2(_ctx.sysInfo.banner), 1),
45439
- createElementVNode("p", null, toDisplayString$2(_ctx.sysInfo.subBanner), 1)
45440
- ], 4),
45441
- createElementVNode("div", _hoisted_3$j, [
45442
- createElementVNode("div", _hoisted_4$e, [
45443
- createElementVNode("img", {
45444
- src: _ctx.rootPath + "images/login/logo.png"
45445
- }, null, 8, _hoisted_5$7),
45446
- createElementVNode("h2", null, toDisplayString$2(_ctx.layout.showI18n ? _ctx.$t("Front_Label_Setting_Info_Title") : _ctx.sysInfo.title), 1),
45447
- _hoisted_6$6
45448
- ]),
45449
- withDirectives(createElementVNode("input", {
45450
- type: "text",
45451
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.username = $event),
45452
- onKeyup: _cache[1] || (_cache[1] = (...args) => $options.submit && $options.submit(...args)),
45453
- class: "username",
45454
- autofocus: "",
45455
- placeholder: _ctx.$t("Front_Msg_Please_Input_Account")
45456
- }, null, 40, _hoisted_7$4), [
45457
- [vModelText, $data.username]
45458
- ]),
45459
- withDirectives(createElementVNode("input", {
45460
- type: "password",
45461
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.password = $event),
45462
- onKeyup: _cache[3] || (_cache[3] = (...args) => $options.submit && $options.submit(...args)),
45463
- class: "password",
45464
- placeholder: _ctx.$t("Front_Msg_Please_Input_Password")
45465
- }, null, 40, _hoisted_8$4), [
45466
- [vModelText, $data.password]
45467
- ]),
45468
- createCommentVNode('<div class="remenber">\r\n <label for="remenber" class="remenber1"><input type="checkbox" ng-model="remember">\u8BB0\u4F4F\u6211</label>\r\n </div>'),
45469
- createElementVNode("button", {
45470
- type: "button",
45471
- onClick: _cache[4] || (_cache[4] = ($event) => $options.submit()),
45472
- class: "sign-in"
45473
- }, toDisplayString$2(_ctx.$t("Front_Btn_Login")), 1),
45474
- createElementVNode("button", {
45475
- type: "button",
45476
- onClick: _cache[5] || (_cache[5] = (...args) => $options.close && $options.close(...args)),
45477
- class: "exit"
45478
- }, toDisplayString$2(_ctx.$t("Front_Btn_Exit")), 1)
45479
- ])
45480
- ]),
45481
- createElementVNode("div", _hoisted_9$4, toDisplayString$2(_ctx.sysInfo.copyright), 1)
45482
- ]);
45483
- }
45484
- var login = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-1c48c1b3"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/account/login.vue"]]);
45485
- var __glob_24_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45486
- __proto__: null,
45487
- "default": login
45488
- }, Symbol.toStringTag, { value: "Module" }));
45489
- var home_vue_vue_type_style_index_0_scoped_true_lang = "";
45490
- const _sfc_main$X = {
45491
- name: "home",
45492
- mixins: [mixinPage],
45493
- components: { noticeList, shortcut },
45494
- data() {
45495
- return {
45496
- grid: {
45497
- xl: 12,
45498
- lg: 12,
45499
- md: 12,
45500
- sm: 12,
45501
- xs: 12
45502
- }
45503
- };
45504
- },
45505
- async mounted() {
45506
- },
45507
- methods: {}
45508
- };
45509
- const _withScopeId = (n2) => (pushScopeId("data-v-9f6133a2"), n2 = n2(), popScopeId(), n2);
45510
- const _hoisted_1$N = { class: "stat" };
45511
- const _hoisted_2$n = { class: "icon" };
45512
- const _hoisted_3$i = { class: "content" };
45513
- const _hoisted_4$d = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
45514
- const _hoisted_5$6 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
45515
- const _hoisted_6$5 = { class: "stat" };
45516
- const _hoisted_7$3 = { class: "icon" };
45517
- const _hoisted_8$3 = { class: "content" };
45518
- const _hoisted_9$3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
45519
- const _hoisted_10$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
45520
- const _hoisted_11$1 = { class: "stat" };
45521
- const _hoisted_12$1 = { class: "icon" };
45522
- const _hoisted_13$1 = { class: "content" };
45523
- const _hoisted_14$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
45524
- const _hoisted_15$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
45525
- const _hoisted_16$1 = { class: "stat" };
45526
- const _hoisted_17$1 = { class: "icon" };
45527
- const _hoisted_18$1 = { class: "content" };
45528
- const _hoisted_19$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
45529
- const _hoisted_20$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
45530
- function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
45531
- const _component_Icon = resolveComponent("Icon");
45532
- const _component_Numeral = resolveComponent("Numeral");
45533
- const _component_Card = resolveComponent("Card");
45534
- const _component_Col = resolveComponent("Col");
45535
- const _component_Row = resolveComponent("Row");
45536
- const _component_notice_list = resolveComponent("notice-list");
45537
- const _component_shortcut = resolveComponent("shortcut");
45538
- const _directive_font = resolveDirective("font");
45539
- return openBlock(), createElementBlock("div", null, [
45540
- createVNode$1(_component_Row, {
45541
- gutter: 12,
45542
- class: "ivu-mt"
45543
- }, {
45544
- default: withCtx(() => [
45545
- createVNode$1(_component_Col, {
45546
- xxl: 8,
45547
- xl: 12,
45548
- lg: 12,
45549
- md: 12,
45550
- sm: 24,
45551
- xs: 24
45552
- }, {
45553
- default: withCtx(() => [
45554
- createElementVNode("div", null, [
45555
- createVNode$1(_component_Row, { gutter: 12 }, {
45556
- default: withCtx(() => [
45557
- createVNode$1(_component_Col, mergeProps($data.grid, { class: "ivu-mb" }), {
45558
- default: withCtx(() => [
45559
- createVNode$1(_component_Card, { bordered: false }, {
45560
- title: withCtx(() => [
45561
- createTextVNode("\u68C0\u6D4B\u4EFB\u52A1")
45562
- ]),
45563
- default: withCtx(() => [
45564
- createElementVNode("div", _hoisted_1$N, [
45565
- createElementVNode("div", _hoisted_2$n, [
45566
- createVNode$1(_component_Icon, {
45567
- type: "md-speedometer",
45568
- color: "rgb(24, 144, 255)"
45569
- })
45570
- ]),
45571
- createElementVNode("div", _hoisted_3$i, [
45572
- createElementVNode("div", null, [
45573
- withDirectives(createVNode$1(_component_Numeral, {
45574
- value: "85",
45575
- format: "0,0"
45576
- }, null, 512), [
45577
- [_directive_font, 30]
45578
- ]),
45579
- _hoisted_4$d
45580
- ]),
45581
- createElementVNode("div", null, [
45582
- withDirectives(createVNode$1(_component_Numeral, {
45583
- value: "85",
45584
- format: "0,0"
45585
- }, null, 512), [
45586
- [_directive_font, 20]
45587
- ]),
45588
- _hoisted_5$6
45589
- ])
45590
- ])
45591
- ])
45592
- ]),
45593
- _: 1
45594
- })
45595
- ]),
45596
- _: 1
45597
- }, 16),
45598
- createVNode$1(_component_Col, mergeProps($data.grid, { class: "ivu-mb" }), {
45599
- default: withCtx(() => [
45600
- createVNode$1(_component_Card, { bordered: false }, {
45601
- title: withCtx(() => [
45602
- createTextVNode("\u539F\u59CB\u8BB0\u5F55")
45603
- ]),
45604
- default: withCtx(() => [
45605
- createElementVNode("div", _hoisted_6$5, [
45606
- createElementVNode("div", _hoisted_7$3, [
45607
- createVNode$1(_component_Icon, {
45608
- type: "md-list-box",
45609
- color: "rgb(250, 173, 20)"
45610
- })
45611
- ]),
45612
- createElementVNode("div", _hoisted_8$3, [
45613
- createElementVNode("div", null, [
45614
- withDirectives(createVNode$1(_component_Numeral, {
45615
- value: "85",
45616
- format: "0,0"
45617
- }, null, 512), [
45618
- [_directive_font, 30]
45619
- ]),
45620
- _hoisted_9$3
45621
- ]),
45622
- createElementVNode("div", null, [
45623
- withDirectives(createVNode$1(_component_Numeral, {
45624
- value: "85",
45625
- format: "0,0"
45626
- }, null, 512), [
45627
- [_directive_font, 20]
45628
- ]),
45629
- _hoisted_10$2
45630
- ])
45631
- ])
45632
- ])
45633
- ]),
45634
- _: 1
45635
- })
45636
- ]),
45637
- _: 1
45638
- }, 16),
45639
- createVNode$1(_component_Col, mergeProps($data.grid, { class: "ivu-mb" }), {
45640
- default: withCtx(() => [
45641
- createVNode$1(_component_Card, { bordered: false }, {
45642
- title: withCtx(() => [
45643
- createTextVNode("\u68C0\u6D4B\u62A5\u544A")
45644
- ]),
45645
- default: withCtx(() => [
45646
- createElementVNode("div", _hoisted_11$1, [
45647
- createElementVNode("div", _hoisted_12$1, [
45648
- createVNode$1(_component_Icon, {
45649
- type: "md-print",
45650
- color: "rgb(19, 194, 194)"
45651
- })
45652
- ]),
45653
- createElementVNode("div", _hoisted_13$1, [
45654
- createElementVNode("div", null, [
45655
- withDirectives(createVNode$1(_component_Numeral, {
45656
- value: "85",
45657
- format: "0,0"
45658
- }, null, 512), [
45659
- [_directive_font, 30]
45660
- ]),
45661
- _hoisted_14$1
45662
- ]),
45663
- createElementVNode("div", null, [
45664
- withDirectives(createVNode$1(_component_Numeral, {
45665
- value: "85",
45666
- format: "0,0"
45667
- }, null, 512), [
45668
- [_directive_font, 20]
45669
- ]),
45670
- _hoisted_15$1
45671
- ])
45672
- ])
45673
- ])
45674
- ]),
45675
- _: 1
45676
- })
45677
- ]),
45678
- _: 1
45679
- }, 16),
45680
- createVNode$1(_component_Col, mergeProps($data.grid, { class: "ivu-mb" }), {
45681
- default: withCtx(() => [
45682
- createVNode$1(_component_Card, { bordered: false }, {
45683
- title: withCtx(() => [
45684
- createTextVNode("\u68C0\u6D4B\u6837\u4EF6")
45685
- ]),
45686
- default: withCtx(() => [
45687
- createElementVNode("div", _hoisted_16$1, [
45688
- createElementVNode("div", _hoisted_17$1, [
45689
- createVNode$1(_component_Icon, {
45690
- type: "md-analytics",
45691
- color: "#b37feb"
45692
- })
45693
- ]),
45694
- createElementVNode("div", _hoisted_18$1, [
45695
- createElementVNode("div", null, [
45696
- withDirectives(createVNode$1(_component_Numeral, {
45697
- value: "85",
45698
- format: "0,0"
45699
- }, null, 512), [
45700
- [_directive_font, 30]
45701
- ]),
45702
- _hoisted_19$1
45703
- ]),
45704
- createElementVNode("div", null, [
45705
- withDirectives(createVNode$1(_component_Numeral, {
45706
- value: "85",
45707
- format: "0,0"
45708
- }, null, 512), [
45709
- [_directive_font, 20]
45710
- ]),
45711
- _hoisted_20$1
45712
- ])
45713
- ])
45714
- ])
45715
- ]),
45716
- _: 1
45717
- })
45718
- ]),
45719
- _: 1
45720
- }, 16)
45721
- ]),
45722
- _: 1
45723
- })
45724
- ])
45725
- ]),
45726
- _: 1
45727
- }),
45728
- createVNode$1(_component_Col, {
45729
- xl: 10,
45730
- lg: 8,
45731
- md: 8,
45732
- sm: 12,
45733
- xs: 24
45734
- }, {
45735
- default: withCtx(() => [
45736
- createVNode$1(_component_notice_list)
45737
- ]),
45738
- _: 1
45739
- }),
45740
- createVNode$1(_component_Col, {
45741
- xl: 6,
45742
- lg: 8,
45743
- md: 8,
45744
- sm: 12,
45745
- xs: 24
45746
- }, {
45747
- default: withCtx(() => [
45748
- createVNode$1(_component_shortcut)
45749
- ]),
45750
- _: 1
45751
- })
45752
- ]),
45753
- _: 1
45754
- })
45755
- ]);
45756
- }
45757
- var home = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-9f6133a2"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/common/home.vue"]]);
45758
- var __glob_24_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45759
- __proto__: null,
45760
- "default": home
45761
- }, Symbol.toStringTag, { value: "Module" }));
45762
45377
  const res$e = "ProcessInst";
45763
45378
  var processInstApi = {
45764
45379
  addMessage(id, message) {
@@ -45825,7 +45440,7 @@ var taskApi = {
45825
45440
  });
45826
45441
  }
45827
45442
  };
45828
- const _sfc_main$W = {
45443
+ const _sfc_main$Y = {
45829
45444
  mixins: [mixinPage],
45830
45445
  components: {},
45831
45446
  data() {
@@ -46072,13 +45687,13 @@ const _sfc_main$W = {
46072
45687
  }
46073
45688
  }
46074
45689
  };
46075
- const _hoisted_1$M = { class: "title" };
46076
- const _hoisted_2$m = { class: "description" };
46077
- const _hoisted_3$h = { class: "ivu-ml-8 ivu-mr-8" };
46078
- const _hoisted_4$c = { class: "title" };
46079
- const _hoisted_5$5 = { class: "description" };
46080
- const _hoisted_6$4 = { class: "ivu-ml-8 ivu-mr-8" };
46081
- function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
45690
+ const _hoisted_1$O = { class: "title" };
45691
+ const _hoisted_2$o = { class: "description" };
45692
+ const _hoisted_3$j = { class: "ivu-ml-8 ivu-mr-8" };
45693
+ const _hoisted_4$e = { class: "title" };
45694
+ const _hoisted_5$7 = { class: "description" };
45695
+ const _hoisted_6$6 = { class: "ivu-ml-8 ivu-mr-8" };
45696
+ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
46082
45697
  const _component_view_form = resolveComponent("view-form");
46083
45698
  const _component_Button = resolveComponent("Button");
46084
45699
  const _component_Modal = resolveComponent("Modal");
@@ -46104,8 +45719,8 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
46104
45719
  createElementVNode("div", null, [
46105
45720
  createCommentVNode("\r\n @slot \u9875\u5934\r\n "),
46106
45721
  renderSlot(_ctx.$slots, "header", {}, () => [
46107
- createElementVNode("span", _hoisted_1$M, toDisplayString$2($data.name), 1),
46108
- createElementVNode("span", _hoisted_2$m, toDisplayString$2($data.description), 1)
45722
+ createElementVNode("span", _hoisted_1$O, toDisplayString$2($data.name), 1),
45723
+ createElementVNode("span", _hoisted_2$o, toDisplayString$2($data.description), 1)
46109
45724
  ])
46110
45725
  ])
46111
45726
  ]),
@@ -46191,7 +45806,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
46191
45806
  ])
46192
45807
  ]),
46193
45808
  default: withCtx(() => [
46194
- createElementVNode("div", _hoisted_3$h, [
45809
+ createElementVNode("div", _hoisted_3$j, [
46195
45810
  !$data.isCustom ? (openBlock(), createBlock(_component_view_form, {
46196
45811
  key: 0,
46197
45812
  ref: "form",
@@ -46236,8 +45851,8 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
46236
45851
  }, {
46237
45852
  header: withCtx(() => [
46238
45853
  createElementVNode("div", null, [
46239
- createElementVNode("span", _hoisted_4$c, toDisplayString$2(_ctx.$t("Front_Label_Leave_Message")), 1),
46240
- createElementVNode("span", _hoisted_5$5, toDisplayString$2(_ctx.$t("Front_Label_Leave_Message_Desc")), 1)
45854
+ createElementVNode("span", _hoisted_4$e, toDisplayString$2(_ctx.$t("Front_Label_Leave_Message")), 1),
45855
+ createElementVNode("span", _hoisted_5$7, toDisplayString$2(_ctx.$t("Front_Label_Leave_Message_Desc")), 1)
46241
45856
  ])
46242
45857
  ]),
46243
45858
  footer: withCtx(() => [
@@ -46263,7 +45878,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
46263
45878
  })
46264
45879
  ]),
46265
45880
  default: withCtx(() => [
46266
- createElementVNode("div", _hoisted_6$4, [
45881
+ createElementVNode("div", _hoisted_6$6, [
46267
45882
  createVNode$1(_component_Form, {
46268
45883
  ref: "messageForm",
46269
45884
  model: $data.messageData,
@@ -46316,15 +45931,400 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
46316
45931
  }, 8, ["modelValue"])
46317
45932
  ]);
46318
45933
  }
46319
- var taskForm = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/common/task-form.vue"]]);
46320
- var __glob_24_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45934
+ var taskForm = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/workflow/task-form.vue"]]);
45935
+ var __glob_25_34 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46321
45936
  __proto__: null,
46322
45937
  "default": taskForm
46323
45938
  }, Symbol.toStringTag, { value: "Module" }));
45939
+ var login_css_vue_type_style_index_0_src_1c48c1b3_scoped_true_lang = "";
45940
+ const _sfc_main$X = {
45941
+ mixins: [mixinPage],
45942
+ components: {},
45943
+ data() {
45944
+ return {
45945
+ username: "",
45946
+ password: "",
45947
+ autoLogin: true
45948
+ };
45949
+ },
45950
+ created() {
45951
+ },
45952
+ computed: {},
45953
+ methods: {
45954
+ ...mapActions("admin/account", ["login"]),
45955
+ async submit(e3) {
45956
+ if (e3) {
45957
+ var keycode = window.event ? e3.keyCode : e3.which;
45958
+ if (!keycode) {
45959
+ return;
45960
+ }
45961
+ if (keycode !== 0 && keycode !== 1 && keycode !== 13) {
45962
+ return;
45963
+ }
45964
+ }
45965
+ if (this.username && this.password) {
45966
+ await this.login({
45967
+ username: this.username,
45968
+ password: this.password
45969
+ });
45970
+ setTimeout(() => {
45971
+ router$1.replace(this.$route.query.redirect || "/home");
45972
+ });
45973
+ }
45974
+ },
45975
+ close() {
45976
+ this.confirm("Front_Sure_To_Exit", () => {
45977
+ window.location.href = "about:blank";
45978
+ window.close();
45979
+ });
45980
+ }
45981
+ }
45982
+ };
45983
+ const _withScopeId$1 = (n2) => (pushScopeId("data-v-1c48c1b3"), n2 = n2(), popScopeId(), n2);
45984
+ const _hoisted_1$N = { class: "signIn" };
45985
+ const _hoisted_2$n = { class: "box cf" };
45986
+ const _hoisted_3$i = { class: "right" };
45987
+ const _hoisted_4$d = { class: "logo cf" };
45988
+ const _hoisted_5$6 = ["src"];
45989
+ const _hoisted_6$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("small", null, null, -1));
45990
+ const _hoisted_7$4 = ["placeholder"];
45991
+ const _hoisted_8$4 = ["placeholder"];
45992
+ const _hoisted_9$4 = { class: "cpt" };
45993
+ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
45994
+ return openBlock(), createElementBlock("div", _hoisted_1$N, [
45995
+ createElementVNode("div", _hoisted_2$n, [
45996
+ createElementVNode("div", {
45997
+ class: "left",
45998
+ style: normalizeStyle$1({ background: "url(" + _ctx.rootPath + "images/login/signIn-img.png) center center no-repeat", "background-size": "cover" })
45999
+ }, [
46000
+ createElementVNode("h3", null, toDisplayString$2(_ctx.sysInfo.banner), 1),
46001
+ createElementVNode("p", null, toDisplayString$2(_ctx.sysInfo.subBanner), 1)
46002
+ ], 4),
46003
+ createElementVNode("div", _hoisted_3$i, [
46004
+ createElementVNode("div", _hoisted_4$d, [
46005
+ createElementVNode("img", {
46006
+ src: _ctx.rootPath + "images/login/logo.png"
46007
+ }, null, 8, _hoisted_5$6),
46008
+ createElementVNode("h2", null, toDisplayString$2(_ctx.layout.showI18n ? _ctx.$t("Front_Label_Setting_Info_Title") : _ctx.sysInfo.title), 1),
46009
+ _hoisted_6$5
46010
+ ]),
46011
+ withDirectives(createElementVNode("input", {
46012
+ type: "text",
46013
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.username = $event),
46014
+ onKeyup: _cache[1] || (_cache[1] = (...args) => $options.submit && $options.submit(...args)),
46015
+ class: "username",
46016
+ autofocus: "",
46017
+ placeholder: _ctx.$t("Front_Msg_Please_Input_Account")
46018
+ }, null, 40, _hoisted_7$4), [
46019
+ [vModelText, $data.username]
46020
+ ]),
46021
+ withDirectives(createElementVNode("input", {
46022
+ type: "password",
46023
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.password = $event),
46024
+ onKeyup: _cache[3] || (_cache[3] = (...args) => $options.submit && $options.submit(...args)),
46025
+ class: "password",
46026
+ placeholder: _ctx.$t("Front_Msg_Please_Input_Password")
46027
+ }, null, 40, _hoisted_8$4), [
46028
+ [vModelText, $data.password]
46029
+ ]),
46030
+ createCommentVNode('<div class="remenber">\r\n <label for="remenber" class="remenber1"><input type="checkbox" ng-model="remember">\u8BB0\u4F4F\u6211</label>\r\n </div>'),
46031
+ createElementVNode("button", {
46032
+ type: "button",
46033
+ onClick: _cache[4] || (_cache[4] = ($event) => $options.submit()),
46034
+ class: "sign-in"
46035
+ }, toDisplayString$2(_ctx.$t("Front_Btn_Login")), 1),
46036
+ createElementVNode("button", {
46037
+ type: "button",
46038
+ onClick: _cache[5] || (_cache[5] = (...args) => $options.close && $options.close(...args)),
46039
+ class: "exit"
46040
+ }, toDisplayString$2(_ctx.$t("Front_Btn_Exit")), 1)
46041
+ ])
46042
+ ]),
46043
+ createElementVNode("div", _hoisted_9$4, toDisplayString$2(_ctx.sysInfo.copyright), 1)
46044
+ ]);
46045
+ }
46046
+ var login = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-1c48c1b3"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/account/login.vue"]]);
46047
+ var __glob_24_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46048
+ __proto__: null,
46049
+ "default": login
46050
+ }, Symbol.toStringTag, { value: "Module" }));
46051
+ var home_vue_vue_type_style_index_0_scoped_true_lang = "";
46052
+ const _sfc_main$W = {
46053
+ name: "home",
46054
+ mixins: [mixinPage],
46055
+ components: { noticeList, shortcut },
46056
+ data() {
46057
+ return {
46058
+ grid: {
46059
+ xl: 12,
46060
+ lg: 12,
46061
+ md: 12,
46062
+ sm: 12,
46063
+ xs: 12
46064
+ }
46065
+ };
46066
+ },
46067
+ async mounted() {
46068
+ },
46069
+ methods: {}
46070
+ };
46071
+ const _withScopeId = (n2) => (pushScopeId("data-v-9f6133a2"), n2 = n2(), popScopeId(), n2);
46072
+ const _hoisted_1$M = { class: "stat" };
46073
+ const _hoisted_2$m = { class: "icon" };
46074
+ const _hoisted_3$h = { class: "content" };
46075
+ const _hoisted_4$c = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
46076
+ const _hoisted_5$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
46077
+ const _hoisted_6$4 = { class: "stat" };
46078
+ const _hoisted_7$3 = { class: "icon" };
46079
+ const _hoisted_8$3 = { class: "content" };
46080
+ const _hoisted_9$3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
46081
+ const _hoisted_10$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
46082
+ const _hoisted_11$1 = { class: "stat" };
46083
+ const _hoisted_12$1 = { class: "icon" };
46084
+ const _hoisted_13$1 = { class: "content" };
46085
+ const _hoisted_14$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
46086
+ const _hoisted_15$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
46087
+ const _hoisted_16$1 = { class: "stat" };
46088
+ const _hoisted_17$1 = { class: "icon" };
46089
+ const _hoisted_18$1 = { class: "content" };
46090
+ const _hoisted_19$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
46091
+ const _hoisted_20$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
46092
+ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
46093
+ const _component_Icon = resolveComponent("Icon");
46094
+ const _component_Numeral = resolveComponent("Numeral");
46095
+ const _component_Card = resolveComponent("Card");
46096
+ const _component_Col = resolveComponent("Col");
46097
+ const _component_Row = resolveComponent("Row");
46098
+ const _component_notice_list = resolveComponent("notice-list");
46099
+ const _component_shortcut = resolveComponent("shortcut");
46100
+ const _directive_font = resolveDirective("font");
46101
+ return openBlock(), createElementBlock("div", null, [
46102
+ createVNode$1(_component_Row, {
46103
+ gutter: 12,
46104
+ class: "ivu-mt"
46105
+ }, {
46106
+ default: withCtx(() => [
46107
+ createVNode$1(_component_Col, {
46108
+ xxl: 8,
46109
+ xl: 12,
46110
+ lg: 12,
46111
+ md: 12,
46112
+ sm: 24,
46113
+ xs: 24
46114
+ }, {
46115
+ default: withCtx(() => [
46116
+ createElementVNode("div", null, [
46117
+ createVNode$1(_component_Row, { gutter: 12 }, {
46118
+ default: withCtx(() => [
46119
+ createVNode$1(_component_Col, mergeProps($data.grid, { class: "ivu-mb" }), {
46120
+ default: withCtx(() => [
46121
+ createVNode$1(_component_Card, { bordered: false }, {
46122
+ title: withCtx(() => [
46123
+ createTextVNode("\u68C0\u6D4B\u4EFB\u52A1")
46124
+ ]),
46125
+ default: withCtx(() => [
46126
+ createElementVNode("div", _hoisted_1$M, [
46127
+ createElementVNode("div", _hoisted_2$m, [
46128
+ createVNode$1(_component_Icon, {
46129
+ type: "md-speedometer",
46130
+ color: "rgb(24, 144, 255)"
46131
+ })
46132
+ ]),
46133
+ createElementVNode("div", _hoisted_3$h, [
46134
+ createElementVNode("div", null, [
46135
+ withDirectives(createVNode$1(_component_Numeral, {
46136
+ value: "85",
46137
+ format: "0,0"
46138
+ }, null, 512), [
46139
+ [_directive_font, 30]
46140
+ ]),
46141
+ _hoisted_4$c
46142
+ ]),
46143
+ createElementVNode("div", null, [
46144
+ withDirectives(createVNode$1(_component_Numeral, {
46145
+ value: "85",
46146
+ format: "0,0"
46147
+ }, null, 512), [
46148
+ [_directive_font, 20]
46149
+ ]),
46150
+ _hoisted_5$5
46151
+ ])
46152
+ ])
46153
+ ])
46154
+ ]),
46155
+ _: 1
46156
+ })
46157
+ ]),
46158
+ _: 1
46159
+ }, 16),
46160
+ createVNode$1(_component_Col, mergeProps($data.grid, { class: "ivu-mb" }), {
46161
+ default: withCtx(() => [
46162
+ createVNode$1(_component_Card, { bordered: false }, {
46163
+ title: withCtx(() => [
46164
+ createTextVNode("\u539F\u59CB\u8BB0\u5F55")
46165
+ ]),
46166
+ default: withCtx(() => [
46167
+ createElementVNode("div", _hoisted_6$4, [
46168
+ createElementVNode("div", _hoisted_7$3, [
46169
+ createVNode$1(_component_Icon, {
46170
+ type: "md-list-box",
46171
+ color: "rgb(250, 173, 20)"
46172
+ })
46173
+ ]),
46174
+ createElementVNode("div", _hoisted_8$3, [
46175
+ createElementVNode("div", null, [
46176
+ withDirectives(createVNode$1(_component_Numeral, {
46177
+ value: "85",
46178
+ format: "0,0"
46179
+ }, null, 512), [
46180
+ [_directive_font, 30]
46181
+ ]),
46182
+ _hoisted_9$3
46183
+ ]),
46184
+ createElementVNode("div", null, [
46185
+ withDirectives(createVNode$1(_component_Numeral, {
46186
+ value: "85",
46187
+ format: "0,0"
46188
+ }, null, 512), [
46189
+ [_directive_font, 20]
46190
+ ]),
46191
+ _hoisted_10$2
46192
+ ])
46193
+ ])
46194
+ ])
46195
+ ]),
46196
+ _: 1
46197
+ })
46198
+ ]),
46199
+ _: 1
46200
+ }, 16),
46201
+ createVNode$1(_component_Col, mergeProps($data.grid, { class: "ivu-mb" }), {
46202
+ default: withCtx(() => [
46203
+ createVNode$1(_component_Card, { bordered: false }, {
46204
+ title: withCtx(() => [
46205
+ createTextVNode("\u68C0\u6D4B\u62A5\u544A")
46206
+ ]),
46207
+ default: withCtx(() => [
46208
+ createElementVNode("div", _hoisted_11$1, [
46209
+ createElementVNode("div", _hoisted_12$1, [
46210
+ createVNode$1(_component_Icon, {
46211
+ type: "md-print",
46212
+ color: "rgb(19, 194, 194)"
46213
+ })
46214
+ ]),
46215
+ createElementVNode("div", _hoisted_13$1, [
46216
+ createElementVNode("div", null, [
46217
+ withDirectives(createVNode$1(_component_Numeral, {
46218
+ value: "85",
46219
+ format: "0,0"
46220
+ }, null, 512), [
46221
+ [_directive_font, 30]
46222
+ ]),
46223
+ _hoisted_14$1
46224
+ ]),
46225
+ createElementVNode("div", null, [
46226
+ withDirectives(createVNode$1(_component_Numeral, {
46227
+ value: "85",
46228
+ format: "0,0"
46229
+ }, null, 512), [
46230
+ [_directive_font, 20]
46231
+ ]),
46232
+ _hoisted_15$1
46233
+ ])
46234
+ ])
46235
+ ])
46236
+ ]),
46237
+ _: 1
46238
+ })
46239
+ ]),
46240
+ _: 1
46241
+ }, 16),
46242
+ createVNode$1(_component_Col, mergeProps($data.grid, { class: "ivu-mb" }), {
46243
+ default: withCtx(() => [
46244
+ createVNode$1(_component_Card, { bordered: false }, {
46245
+ title: withCtx(() => [
46246
+ createTextVNode("\u68C0\u6D4B\u6837\u4EF6")
46247
+ ]),
46248
+ default: withCtx(() => [
46249
+ createElementVNode("div", _hoisted_16$1, [
46250
+ createElementVNode("div", _hoisted_17$1, [
46251
+ createVNode$1(_component_Icon, {
46252
+ type: "md-analytics",
46253
+ color: "#b37feb"
46254
+ })
46255
+ ]),
46256
+ createElementVNode("div", _hoisted_18$1, [
46257
+ createElementVNode("div", null, [
46258
+ withDirectives(createVNode$1(_component_Numeral, {
46259
+ value: "85",
46260
+ format: "0,0"
46261
+ }, null, 512), [
46262
+ [_directive_font, 30]
46263
+ ]),
46264
+ _hoisted_19$1
46265
+ ]),
46266
+ createElementVNode("div", null, [
46267
+ withDirectives(createVNode$1(_component_Numeral, {
46268
+ value: "85",
46269
+ format: "0,0"
46270
+ }, null, 512), [
46271
+ [_directive_font, 20]
46272
+ ]),
46273
+ _hoisted_20$1
46274
+ ])
46275
+ ])
46276
+ ])
46277
+ ]),
46278
+ _: 1
46279
+ })
46280
+ ]),
46281
+ _: 1
46282
+ }, 16)
46283
+ ]),
46284
+ _: 1
46285
+ })
46286
+ ])
46287
+ ]),
46288
+ _: 1
46289
+ }),
46290
+ createVNode$1(_component_Col, {
46291
+ xl: 10,
46292
+ lg: 8,
46293
+ md: 8,
46294
+ sm: 12,
46295
+ xs: 24
46296
+ }, {
46297
+ default: withCtx(() => [
46298
+ createVNode$1(_component_notice_list)
46299
+ ]),
46300
+ _: 1
46301
+ }),
46302
+ createVNode$1(_component_Col, {
46303
+ xl: 6,
46304
+ lg: 8,
46305
+ md: 8,
46306
+ sm: 12,
46307
+ xs: 24
46308
+ }, {
46309
+ default: withCtx(() => [
46310
+ createVNode$1(_component_shortcut)
46311
+ ]),
46312
+ _: 1
46313
+ })
46314
+ ]),
46315
+ _: 1
46316
+ })
46317
+ ]);
46318
+ }
46319
+ var home = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-9f6133a2"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/common/home.vue"]]);
46320
+ var __glob_24_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46321
+ __proto__: null,
46322
+ "default": home
46323
+ }, Symbol.toStringTag, { value: "Module" }));
46324
46324
  const _sfc_main$V = {
46325
46325
  name: "common-myTask",
46326
46326
  mixins: [mixinPage],
46327
- components: { taskForm },
46327
+ components: {},
46328
46328
  data() {
46329
46329
  return {};
46330
46330
  },
@@ -46385,7 +46385,7 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
46385
46385
  ]);
46386
46386
  }
46387
46387
  var todo = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/common/todo.vue"]]);
46388
- var __glob_24_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46388
+ var __glob_24_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46389
46389
  __proto__: null,
46390
46390
  "default": todo
46391
46391
  }, Symbol.toStringTag, { value: "Module" }));
@@ -46534,7 +46534,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
46534
46534
  ]);
46535
46535
  }
46536
46536
  var apiLog = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/apiLog.vue"]]);
46537
- var __glob_24_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46537
+ var __glob_24_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46538
46538
  __proto__: null,
46539
46539
  "default": apiLog
46540
46540
  }, Symbol.toStringTag, { value: "Module" }));
@@ -46683,7 +46683,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
46683
46683
  ]);
46684
46684
  }
46685
46685
  var apiOutLog = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/apiOutLog.vue"]]);
46686
- var __glob_24_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46686
+ var __glob_24_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46687
46687
  __proto__: null,
46688
46688
  "default": apiOutLog
46689
46689
  }, Symbol.toStringTag, { value: "Module" }));
@@ -46952,7 +46952,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
46952
46952
  ]);
46953
46953
  }
46954
46954
  var applicationType = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/applicationType.vue"]]);
46955
- var __glob_24_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46955
+ var __glob_24_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46956
46956
  __proto__: null,
46957
46957
  "default": applicationType
46958
46958
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47066,7 +47066,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
47066
47066
  ]);
47067
47067
  }
47068
47068
  var customPage = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/customPage.vue"]]);
47069
- var __glob_24_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47069
+ var __glob_24_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47070
47070
  __proto__: null,
47071
47071
  "default": customPage
47072
47072
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47206,7 +47206,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
47206
47206
  ]);
47207
47207
  }
47208
47208
  var customTable = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/customTable.vue"]]);
47209
- var __glob_24_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47209
+ var __glob_24_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47210
47210
  __proto__: null,
47211
47211
  "default": customTable
47212
47212
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47269,7 +47269,7 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
47269
47269
  ]);
47270
47270
  }
47271
47271
  var dict = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/dict.vue"]]);
47272
- var __glob_24_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47272
+ var __glob_24_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47273
47273
  __proto__: null,
47274
47274
  "default": dict
47275
47275
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47396,7 +47396,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
47396
47396
  ]);
47397
47397
  }
47398
47398
  var dictType = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/dictType.vue"]]);
47399
- var __glob_24_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47399
+ var __glob_24_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47400
47400
  __proto__: null,
47401
47401
  "default": dictType
47402
47402
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47475,7 +47475,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
47475
47475
  ]);
47476
47476
  }
47477
47477
  var entityView = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/entityView.vue"]]);
47478
- var __glob_24_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47478
+ var __glob_24_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47479
47479
  __proto__: null,
47480
47480
  "default": entityView
47481
47481
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47611,7 +47611,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
47611
47611
  ]);
47612
47612
  }
47613
47613
  var extendColumn = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/extendColumn.vue"]]);
47614
- var __glob_24_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47614
+ var __glob_24_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47615
47615
  __proto__: null,
47616
47616
  "default": extendColumn
47617
47617
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47837,7 +47837,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
47837
47837
  ]);
47838
47838
  }
47839
47839
  var formView = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/formView.vue"]]);
47840
- var __glob_24_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47840
+ var __glob_24_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47841
47841
  __proto__: null,
47842
47842
  "default": formView
47843
47843
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47983,7 +47983,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
47983
47983
  ]);
47984
47984
  }
47985
47985
  var i18nText = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/i18nText.vue"]]);
47986
- var __glob_24_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47986
+ var __glob_24_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47987
47987
  __proto__: null,
47988
47988
  "default": i18nText
47989
47989
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48089,7 +48089,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
48089
48089
  ]);
48090
48090
  }
48091
48091
  var log$1 = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/log.vue"]]);
48092
- var __glob_24_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48092
+ var __glob_24_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48093
48093
  __proto__: null,
48094
48094
  "default": log$1
48095
48095
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48216,7 +48216,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
48216
48216
  ]);
48217
48217
  }
48218
48218
  var mailTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/mailTemplate.vue"]]);
48219
- var __glob_24_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48219
+ var __glob_24_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48220
48220
  __proto__: null,
48221
48221
  "default": mailTemplate
48222
48222
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48269,7 +48269,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
48269
48269
  ]);
48270
48270
  }
48271
48271
  var notice = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/notice.vue"]]);
48272
- var __glob_24_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48272
+ var __glob_24_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48273
48273
  __proto__: null,
48274
48274
  "default": notice
48275
48275
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48322,7 +48322,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
48322
48322
  ]);
48323
48323
  }
48324
48324
  var openApi = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/openApi.vue"]]);
48325
- var __glob_24_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48325
+ var __glob_24_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48326
48326
  __proto__: null,
48327
48327
  "default": openApi
48328
48328
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48485,7 +48485,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
48485
48485
  ]);
48486
48486
  }
48487
48487
  var openUser = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/openUser.vue"]]);
48488
- var __glob_24_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48488
+ var __glob_24_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48489
48489
  __proto__: null,
48490
48490
  "default": openUser
48491
48491
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48604,7 +48604,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
48604
48604
  ]);
48605
48605
  }
48606
48606
  var organization = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/organization.vue"]]);
48607
- var __glob_24_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48607
+ var __glob_24_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48608
48608
  __proto__: null,
48609
48609
  "default": organization
48610
48610
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48657,7 +48657,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
48657
48657
  ]);
48658
48658
  }
48659
48659
  var organizationType = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/organizationType.vue"]]);
48660
- var __glob_24_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48660
+ var __glob_24_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48661
48661
  __proto__: null,
48662
48662
  "default": organizationType
48663
48663
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48910,7 +48910,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
48910
48910
  ]);
48911
48911
  }
48912
48912
  var permission = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/permission.vue"]]);
48913
- var __glob_24_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48913
+ var __glob_24_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48914
48914
  __proto__: null,
48915
48915
  "default": permission
48916
48916
  }, Symbol.toStringTag, { value: "Module" }));
@@ -48995,7 +48995,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
48995
48995
  ]);
48996
48996
  }
48997
48997
  var planJob = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/planJob.vue"]]);
48998
- var __glob_24_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48998
+ var __glob_24_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48999
48999
  __proto__: null,
49000
49000
  "default": planJob
49001
49001
  }, Symbol.toStringTag, { value: "Module" }));
@@ -49069,7 +49069,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
49069
49069
  ]);
49070
49070
  }
49071
49071
  var printTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/printTemplate.vue"]]);
49072
- var __glob_24_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49072
+ var __glob_24_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49073
49073
  __proto__: null,
49074
49074
  "default": printTemplate
49075
49075
  }, Symbol.toStringTag, { value: "Module" }));
@@ -49245,7 +49245,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
49245
49245
  ]);
49246
49246
  }
49247
49247
  var process$1 = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/process.vue"]]);
49248
- var __glob_24_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49248
+ var __glob_24_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49249
49249
  __proto__: null,
49250
49250
  "default": process$1
49251
49251
  }, Symbol.toStringTag, { value: "Module" }));
@@ -49298,7 +49298,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
49298
49298
  ]);
49299
49299
  }
49300
49300
  var processType = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/processType.vue"]]);
49301
- var __glob_24_26 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49301
+ var __glob_24_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49302
49302
  __proto__: null,
49303
49303
  "default": processType
49304
49304
  }, Symbol.toStringTag, { value: "Module" }));
@@ -50169,7 +50169,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
50169
50169
  ]);
50170
50170
  }
50171
50171
  var rolePropertyEdit = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/rolePropertyEdit.vue"]]);
50172
- var __glob_24_28 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50172
+ var __glob_24_27 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50173
50173
  __proto__: null,
50174
50174
  "default": rolePropertyEdit
50175
50175
  }, Symbol.toStringTag, { value: "Module" }));
@@ -50709,7 +50709,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
50709
50709
  ]);
50710
50710
  }
50711
50711
  var role = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/role.vue"]]);
50712
- var __glob_24_27 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50712
+ var __glob_24_26 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50713
50713
  __proto__: null,
50714
50714
  "default": role
50715
50715
  }, Symbol.toStringTag, { value: "Module" }));
@@ -50762,7 +50762,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
50762
50762
  ]);
50763
50763
  }
50764
50764
  var sequenceSetting = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/sequenceSetting.vue"]]);
50765
- var __glob_24_29 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50765
+ var __glob_24_28 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50766
50766
  __proto__: null,
50767
50767
  "default": sequenceSetting
50768
50768
  }, Symbol.toStringTag, { value: "Module" }));
@@ -50815,7 +50815,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
50815
50815
  ]);
50816
50816
  }
50817
50817
  var setting$1 = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/setting.vue"]]);
50818
- var __glob_24_30 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50818
+ var __glob_24_29 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50819
50819
  __proto__: null,
50820
50820
  "default": setting$1
50821
50821
  }, Symbol.toStringTag, { value: "Module" }));
@@ -50927,7 +50927,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
50927
50927
  ]);
50928
50928
  }
50929
50929
  var systemData = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/systemData.vue"]]);
50930
- var __glob_24_31 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50930
+ var __glob_24_30 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50931
50931
  __proto__: null,
50932
50932
  "default": systemData
50933
50933
  }, Symbol.toStringTag, { value: "Module" }));
@@ -51451,7 +51451,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
51451
51451
  ]);
51452
51452
  }
51453
51453
  var tableView = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/tableView.vue"]]);
51454
- var __glob_24_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
51454
+ var __glob_24_31 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
51455
51455
  __proto__: null,
51456
51456
  "default": tableView
51457
51457
  }, Symbol.toStringTag, { value: "Module" }));
@@ -51670,7 +51670,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
51670
51670
  ]);
51671
51671
  }
51672
51672
  var taskQueue = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/taskQueue.vue"]]);
51673
- var __glob_24_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
51673
+ var __glob_24_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
51674
51674
  __proto__: null,
51675
51675
  "default": taskQueue
51676
51676
  }, Symbol.toStringTag, { value: "Module" }));
@@ -52057,7 +52057,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
52057
52057
  ]);
52058
52058
  }
52059
52059
  var user = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/user.vue"]]);
52060
- var __glob_24_34 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52060
+ var __glob_24_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52061
52061
  __proto__: null,
52062
52062
  "default": user
52063
52063
  }, Symbol.toStringTag, { value: "Module" }));
@@ -52455,7 +52455,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
52455
52455
  ]);
52456
52456
  }
52457
52457
  var processPage = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/template/processPage.vue"]]);
52458
- var __glob_24_35 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52458
+ var __glob_24_34 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52459
52459
  __proto__: null,
52460
52460
  "default": processPage
52461
52461
  }, Symbol.toStringTag, { value: "Module" }));
@@ -52529,7 +52529,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
52529
52529
  ]);
52530
52530
  }
52531
52531
  var reportPage = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/template/reportPage.vue"]]);
52532
- var __glob_24_36 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52532
+ var __glob_24_35 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52533
52533
  __proto__: null,
52534
52534
  "default": reportPage
52535
52535
  }, Symbol.toStringTag, { value: "Module" }));
@@ -52703,7 +52703,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
52703
52703
  ]);
52704
52704
  }
52705
52705
  var viewPage = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/template/viewPage.vue"]]);
52706
- var __glob_24_37 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52706
+ var __glob_24_36 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52707
52707
  __proto__: null,
52708
52708
  "default": viewPage
52709
52709
  }, Symbol.toStringTag, { value: "Module" }));
@@ -52720,7 +52720,7 @@ function _sfc_render$m(_ctx, _cache) {
52720
52720
  ]);
52721
52721
  }
52722
52722
  var _404 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/error/404.vue"]]);
52723
- var __glob_24_38 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52723
+ var __glob_24_37 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52724
52724
  __proto__: null,
52725
52725
  "default": _404
52726
52726
  }, Symbol.toStringTag, { value: "Module" }));
@@ -54062,7 +54062,7 @@ var notificationApi = {
54062
54062
  const _sfc_main$6 = {
54063
54063
  name: "iHeaderNotice",
54064
54064
  mixins: [mixinPage],
54065
- components: { taskForm },
54065
+ components: {},
54066
54066
  data() {
54067
54067
  return {
54068
54068
  badgeProps: {
@@ -127638,12 +127638,12 @@ const install = function(app) {
127638
127638
  const API = {
127639
127639
  install
127640
127640
  };
127641
- const files = { "./pages/account/login.vue": __glob_24_0, "./pages/common/home.vue": __glob_24_1, "./pages/common/task-form.vue": __glob_24_2, "./pages/common/todo.vue": __glob_24_3, "./pages/system/apiLog.vue": __glob_24_4, "./pages/system/apiOutLog.vue": __glob_24_5, "./pages/system/applicationType.vue": __glob_24_6, "./pages/system/customPage.vue": __glob_24_7, "./pages/system/customTable.vue": __glob_24_8, "./pages/system/dict.vue": __glob_24_9, "./pages/system/dictType.vue": __glob_24_10, "./pages/system/entityView.vue": __glob_24_11, "./pages/system/extendColumn.vue": __glob_24_12, "./pages/system/formView.vue": __glob_24_13, "./pages/system/i18nText.vue": __glob_24_14, "./pages/system/log.vue": __glob_24_15, "./pages/system/mailTemplate.vue": __glob_24_16, "./pages/system/notice.vue": __glob_24_17, "./pages/system/openApi.vue": __glob_24_18, "./pages/system/openUser.vue": __glob_24_19, "./pages/system/organization.vue": __glob_24_20, "./pages/system/organizationType.vue": __glob_24_21, "./pages/system/permission.vue": __glob_24_22, "./pages/system/planJob.vue": __glob_24_23, "./pages/system/printTemplate.vue": __glob_24_24, "./pages/system/process.vue": __glob_24_25, "./pages/system/processType.vue": __glob_24_26, "./pages/system/role.vue": __glob_24_27, "./pages/system/rolePropertyEdit.vue": __glob_24_28, "./pages/system/sequenceSetting.vue": __glob_24_29, "./pages/system/setting.vue": __glob_24_30, "./pages/system/systemData.vue": __glob_24_31, "./pages/system/tableView.vue": __glob_24_32, "./pages/system/taskQueue.vue": __glob_24_33, "./pages/system/user.vue": __glob_24_34, "./pages/template/processPage.vue": __glob_24_35, "./pages/template/reportPage.vue": __glob_24_36, "./pages/template/viewPage.vue": __glob_24_37, "./pages/system/error/404.vue": __glob_24_38 };
127641
+ const files = { "./pages/account/login.vue": __glob_24_0, "./pages/common/home.vue": __glob_24_1, "./pages/common/todo.vue": __glob_24_2, "./pages/system/apiLog.vue": __glob_24_3, "./pages/system/apiOutLog.vue": __glob_24_4, "./pages/system/applicationType.vue": __glob_24_5, "./pages/system/customPage.vue": __glob_24_6, "./pages/system/customTable.vue": __glob_24_7, "./pages/system/dict.vue": __glob_24_8, "./pages/system/dictType.vue": __glob_24_9, "./pages/system/entityView.vue": __glob_24_10, "./pages/system/extendColumn.vue": __glob_24_11, "./pages/system/formView.vue": __glob_24_12, "./pages/system/i18nText.vue": __glob_24_13, "./pages/system/log.vue": __glob_24_14, "./pages/system/mailTemplate.vue": __glob_24_15, "./pages/system/notice.vue": __glob_24_16, "./pages/system/openApi.vue": __glob_24_17, "./pages/system/openUser.vue": __glob_24_18, "./pages/system/organization.vue": __glob_24_19, "./pages/system/organizationType.vue": __glob_24_20, "./pages/system/permission.vue": __glob_24_21, "./pages/system/planJob.vue": __glob_24_22, "./pages/system/printTemplate.vue": __glob_24_23, "./pages/system/process.vue": __glob_24_24, "./pages/system/processType.vue": __glob_24_25, "./pages/system/role.vue": __glob_24_26, "./pages/system/rolePropertyEdit.vue": __glob_24_27, "./pages/system/sequenceSetting.vue": __glob_24_28, "./pages/system/setting.vue": __glob_24_29, "./pages/system/systemData.vue": __glob_24_30, "./pages/system/tableView.vue": __glob_24_31, "./pages/system/taskQueue.vue": __glob_24_32, "./pages/system/user.vue": __glob_24_33, "./pages/template/processPage.vue": __glob_24_34, "./pages/template/reportPage.vue": __glob_24_35, "./pages/template/viewPage.vue": __glob_24_36, "./pages/system/error/404.vue": __glob_24_37 };
127642
127642
  const pages = {};
127643
127643
  Object.keys(files).forEach((key) => {
127644
127644
  pages[key.replace(/(\.\/pages\/)/g, "")] = files[key].default;
127645
127645
  });
127646
- const componentFiles = { "./components/copyright/index.vue": __glob_25_0, "./components/home/notice-list.vue": __glob_25_1, "./components/home/shortcut.vue": __glob_25_2, "./components/input/check-group.vue": __glob_25_3, "./components/input/combo-select.vue": __glob_25_4, "./components/input/dialog-select.vue": __glob_25_5, "./components/input/item-select.vue": __glob_25_6, "./components/link/i-link.vue": __glob_25_7, "./components/loader/index.vue": __glob_25_8, "./components/richEditor/index.vue": __glob_25_9, "./components/upload/file-upload.vue": __glob_25_10, "./components/upload/upload-attachment.vue": __glob_25_11, "./components/upload/upload-image.vue": __glob_25_12, "./components/view/column-check.vue": __glob_25_13, "./components/view/column-edit.vue": __glob_25_14, "./components/view/column-select.vue": __glob_25_15, "./components/view/condition-edit.vue": __glob_25_16, "./components/view/filter-edit.vue": __glob_25_17, "./components/view/filter-setting.vue": __glob_25_18, "./components/view/form-setting-layout.vue": __glob_25_19, "./components/view/form-setting.vue": __glob_25_20, "./components/view/group-column.vue": __glob_25_21, "./components/view/group-method.vue": __glob_25_22, "./components/view/modal-form-filter.vue": __glob_25_23, "./components/view/modal-form-sort.vue": __glob_25_24, "./components/view/modal-form.vue": __glob_25_25, "./components/view/modal-table.vue": __glob_25_26, "./components/view/table-filter.vue": __glob_25_27, "./components/view/table-setting.vue": __glob_25_28, "./components/view/view-chart.vue": __glob_25_29, "./components/view/view-form-draggable.vue": __glob_25_30, "./components/view/view-form.vue": __glob_25_31, "./components/view/view-table.vue": __glob_25_32, "./components/workflow/flow-chart.vue": __glob_25_33 };
127646
+ const componentFiles = { "./components/copyright/index.vue": __glob_25_0, "./components/home/notice-list.vue": __glob_25_1, "./components/home/shortcut.vue": __glob_25_2, "./components/input/check-group.vue": __glob_25_3, "./components/input/combo-select.vue": __glob_25_4, "./components/input/dialog-select.vue": __glob_25_5, "./components/input/item-select.vue": __glob_25_6, "./components/link/i-link.vue": __glob_25_7, "./components/loader/index.vue": __glob_25_8, "./components/richEditor/index.vue": __glob_25_9, "./components/upload/file-upload.vue": __glob_25_10, "./components/upload/upload-attachment.vue": __glob_25_11, "./components/upload/upload-image.vue": __glob_25_12, "./components/view/column-check.vue": __glob_25_13, "./components/view/column-edit.vue": __glob_25_14, "./components/view/column-select.vue": __glob_25_15, "./components/view/condition-edit.vue": __glob_25_16, "./components/view/filter-edit.vue": __glob_25_17, "./components/view/filter-setting.vue": __glob_25_18, "./components/view/form-setting-layout.vue": __glob_25_19, "./components/view/form-setting.vue": __glob_25_20, "./components/view/group-column.vue": __glob_25_21, "./components/view/group-method.vue": __glob_25_22, "./components/view/modal-form-filter.vue": __glob_25_23, "./components/view/modal-form-sort.vue": __glob_25_24, "./components/view/modal-form.vue": __glob_25_25, "./components/view/modal-table.vue": __glob_25_26, "./components/view/table-filter.vue": __glob_25_27, "./components/view/table-setting.vue": __glob_25_28, "./components/view/view-chart.vue": __glob_25_29, "./components/view/view-form-draggable.vue": __glob_25_30, "./components/view/view-form.vue": __glob_25_31, "./components/view/view-table.vue": __glob_25_32, "./components/workflow/flow-chart.vue": __glob_25_33, "./components/workflow/task-form.vue": __glob_25_34 };
127647
127647
  const components = {};
127648
127648
  Object.keys(componentFiles).forEach((key) => {
127649
127649
  components[key.replace(/(\.\/pages\/)/g, "").split("/").pop().split(".")[0]] = componentFiles[key].default;
@@ -127662,6 +127662,7 @@ const created = async (app, routes, files2, componentFiles2) => {
127662
127662
  });
127663
127663
  }
127664
127664
  Object.keys(components).forEach((key) => {
127665
+ console.log("key", key);
127665
127666
  app.component(key, components[key]);
127666
127667
  });
127667
127668
  Object.keys(files2).forEach((key) => {