eoss-ui 0.6.20 → 0.6.21

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.
Files changed (100) hide show
  1. package/lib/eoss-ui.common.js +362 -355
  2. package/lib/flow.js +118 -118
  3. package/lib/form.js +3 -3
  4. package/lib/index.js +1 -1
  5. package/lib/login.js +2 -3
  6. package/lib/main.js +210 -202
  7. package/lib/qr-code.js +13 -13
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/lib/theme-chalk/login.css +1 -1
  10. package/lib/theme-chalk/selector.css +1 -1
  11. package/package.json +157 -157
  12. package/packages/.DS_Store +0 -0
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/src/main.vue +298 -298
  15. package/packages/checkbox-group/.DS_Store +0 -0
  16. package/packages/checkbox-group/src/main.vue +333 -333
  17. package/packages/clients/src/main.vue +144 -144
  18. package/packages/data-table/.DS_Store +0 -0
  19. package/packages/data-table/src/children.vue +39 -39
  20. package/packages/data-table/src/column.vue +983 -983
  21. package/packages/data-table/src/main.vue +1812 -1812
  22. package/packages/data-table/src/sizer.vue +195 -195
  23. package/packages/date-picker/src/main.vue +236 -236
  24. package/packages/dialog/.DS_Store +0 -0
  25. package/packages/flow/src/main.vue +2731 -2731
  26. package/packages/flow-group/src/main.vue +684 -684
  27. package/packages/form/src/main.vue +3582 -3582
  28. package/packages/form/src/table.vue +1420 -1420
  29. package/packages/handle-user/src/main.vue +134 -134
  30. package/packages/handler/.DS_Store +0 -0
  31. package/packages/handler/src/main.vue +374 -374
  32. package/packages/icon/src/main.vue +101 -101
  33. package/packages/input/src/main.vue +356 -356
  34. package/packages/login/.DS_Store +0 -0
  35. package/packages/login/src/main.vue +1850 -1851
  36. package/packages/login/src/resetPassword.vue +557 -557
  37. package/packages/main/.DS_Store +0 -0
  38. package/packages/main/src/.DS_Store +0 -0
  39. package/packages/main/src/default/message.vue +249 -249
  40. package/packages/main/src/default/notice.vue +157 -157
  41. package/packages/main/src/default/userinfo.vue +494 -494
  42. package/packages/main/src/main.vue +65 -57
  43. package/packages/main/src/public/online.vue +89 -89
  44. package/packages/main/src/public/search.vue +454 -454
  45. package/packages/main/src/public/settings.vue +221 -221
  46. package/packages/main/src/simplicity/apps.vue +388 -388
  47. package/packages/main/src/simplicity/avatar.vue +82 -82
  48. package/packages/main/src/simplicity/handler.vue +183 -183
  49. package/packages/main/src/simplicity/index.vue +1931 -1930
  50. package/packages/main/src/simplicity/lists.vue +84 -84
  51. package/packages/main/src/simplicity/menu-list.vue +128 -128
  52. package/packages/main/src/simplicity/message.vue +259 -259
  53. package/packages/main/src/simplicity/notice.vue +190 -190
  54. package/packages/main/src/simplicity/router-page.vue +45 -45
  55. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  56. package/packages/main/src/simplicity/user.vue +248 -248
  57. package/packages/main/src/simplicity/userinfo.vue +304 -304
  58. package/packages/menu/src/main.vue +536 -536
  59. package/packages/pagination/src/main.vue +96 -96
  60. package/packages/qr-code/src/main.vue +170 -170
  61. package/packages/radio-group/src/main.vue +319 -319
  62. package/packages/select/src/main.vue +761 -761
  63. package/packages/selector/src/main.vue +677 -677
  64. package/packages/selector-panel/src/main.vue +1020 -1020
  65. package/packages/selector-panel/src/selection.vue +160 -160
  66. package/packages/tabs/src/main.vue +788 -788
  67. package/packages/theme-chalk/lib/index.css +1 -1
  68. package/packages/theme-chalk/lib/login.css +1 -1
  69. package/packages/theme-chalk/lib/selector.css +1 -1
  70. package/packages/theme-chalk/src/.DS_Store +0 -0
  71. package/packages/theme-chalk/src/base.scss +260 -260
  72. package/packages/theme-chalk/src/button-group.scss +175 -175
  73. package/packages/theme-chalk/src/calendar.scss +113 -113
  74. package/packages/theme-chalk/src/clients.scss +87 -87
  75. package/packages/theme-chalk/src/common/var.scss +4 -1
  76. package/packages/theme-chalk/src/data-table.scss +276 -276
  77. package/packages/theme-chalk/src/dialog.scss +77 -77
  78. package/packages/theme-chalk/src/flow-group.scss +110 -110
  79. package/packages/theme-chalk/src/form.scss +496 -496
  80. package/packages/theme-chalk/src/handler.scss +133 -133
  81. package/packages/theme-chalk/src/icon.scss +1745 -1745
  82. package/packages/theme-chalk/src/icons.scss +99 -99
  83. package/packages/theme-chalk/src/login.scss +926 -917
  84. package/packages/theme-chalk/src/main.scss +632 -632
  85. package/packages/theme-chalk/src/menu.scss +222 -222
  86. package/packages/theme-chalk/src/nav.scss +125 -125
  87. package/packages/theme-chalk/src/pagination.scss +29 -29
  88. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  89. package/packages/theme-chalk/src/selector.scss +1 -1
  90. package/packages/theme-chalk/src/simplicity.scss +1246 -1246
  91. package/packages/theme-chalk/src/tabs.scss +87 -87
  92. package/packages/theme-chalk/src/toolbar.scss +179 -179
  93. package/packages/theme-chalk/src/tree-group.scss +72 -72
  94. package/packages/theme-chalk/src/tree.scss +165 -165
  95. package/packages/upload/src/main.vue +1313 -1313
  96. package/packages/wujie/src/main.vue +145 -145
  97. package/src/.DS_Store +0 -0
  98. package/src/config/api.js +236 -236
  99. package/src/config/image.js +2 -2
  100. package/src/index.js +157 -157
@@ -14780,8 +14780,8 @@ error_page_src_main.install = function (Vue) {
14780
14780
  };
14781
14781
 
14782
14782
  /* harmony default export */ var error_page = (error_page_src_main);
14783
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=58ccba00&
14784
- var mainvue_type_template_id_58ccba00_render = function () {
14783
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=5fc1e786&
14784
+ var mainvue_type_template_id_5fc1e786_render = function () {
14785
14785
  var _vm = this
14786
14786
  var _h = _vm.$createElement
14787
14787
  var _c = _vm._self._c || _h
@@ -20790,11 +20790,11 @@ var mainvue_type_template_id_58ccba00_render = function () {
20790
20790
  )
20791
20791
  : _vm._e()
20792
20792
  }
20793
- var mainvue_type_template_id_58ccba00_staticRenderFns = []
20794
- mainvue_type_template_id_58ccba00_render._withStripped = true
20793
+ var mainvue_type_template_id_5fc1e786_staticRenderFns = []
20794
+ mainvue_type_template_id_5fc1e786_render._withStripped = true
20795
20795
 
20796
20796
 
20797
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=58ccba00&
20797
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=5fc1e786&
20798
20798
 
20799
20799
  // CONCATENATED MODULE: ./src/utils/rules.js
20800
20800
  // 手机号
@@ -23764,7 +23764,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
23764
23764
  }
23765
23765
  } else if (res.event === 'submit' || res.event === 'confirm' || res.type === 'submit') {
23766
23766
  if (this.action) {
23767
- this.submitData(res);
23767
+ this.submitData(res).catch(function (err) {});
23768
23768
  } else {
23769
23769
  this.$refs.esForm.validate(function () {
23770
23770
  var _ref2 = src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(valid, fields, triggers) {
@@ -24331,8 +24331,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
24331
24331
 
24332
24332
  var form_src_main_component = normalizeComponent(
24333
24333
  packages_form_src_mainvue_type_script_lang_js_,
24334
- mainvue_type_template_id_58ccba00_render,
24335
- mainvue_type_template_id_58ccba00_staticRenderFns,
24334
+ mainvue_type_template_id_5fc1e786_render,
24335
+ mainvue_type_template_id_5fc1e786_staticRenderFns,
24336
24336
  false,
24337
24337
  null,
24338
24338
  null,
@@ -34691,11 +34691,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34691
34691
  });
34692
34692
  },
34693
34693
 
34694
- /**
34695
- * saveInfo
34696
- * @desc:暂存
34697
- * @author liufan
34698
- * @date 2022年9月9日
34694
+ /**
34695
+ * saveInfo
34696
+ * @desc:暂存
34697
+ * @author liufan
34698
+ * @date 2022年9月9日
34699
34699
  **/
34700
34700
  saveInfo: function saveInfo(type, btn) {
34701
34701
  var _this6 = this;
@@ -34757,11 +34757,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34757
34757
  });
34758
34758
  },
34759
34759
 
34760
- /**
34761
- * rejectBtn
34762
- * @desc:点击驳回
34763
- * @author liufan
34764
- * @date 2022年5月25日
34760
+ /**
34761
+ * rejectBtn
34762
+ * @desc:点击驳回
34763
+ * @author liufan
34764
+ * @date 2022年5月25日
34765
34765
  **/
34766
34766
  rejectBtn: function rejectBtn() {
34767
34767
  var _this8 = this;
@@ -34779,11 +34779,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34779
34779
  }
34780
34780
  },
34781
34781
 
34782
- /**
34783
- * taskReadBtn
34784
- * @desc:点击分阅
34785
- * @author liufan
34786
- * @date 2022年5月25日
34782
+ /**
34783
+ * taskReadBtn
34784
+ * @desc:点击分阅
34785
+ * @author liufan
34786
+ * @date 2022年5月25日
34787
34787
  **/
34788
34788
  taskReadBtn: function taskReadBtn() {
34789
34789
  var _this9 = this;
@@ -34802,11 +34802,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34802
34802
  }
34803
34803
  },
34804
34804
 
34805
- /**
34806
- * getFind
34807
- * @desc:获取通知方式
34808
- * @author liufan
34809
- * @date 2022年5月25日
34805
+ /**
34806
+ * getFind
34807
+ * @desc:获取通知方式
34808
+ * @author liufan
34809
+ * @date 2022年5月25日
34810
34810
  **/
34811
34811
  getFind: function getFind() {
34812
34812
  var _this10 = this;
@@ -34836,12 +34836,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34836
34836
  });
34837
34837
  },
34838
34838
 
34839
- /**
34840
- * endFlows
34841
- * @desc:直接办结
34842
- * @author liufan
34843
- * @param {Object} res 直接办结数据
34844
- * @date 2022年5月25日
34839
+ /**
34840
+ * endFlows
34841
+ * @desc:直接办结
34842
+ * @author liufan
34843
+ * @param {Object} res 直接办结数据
34844
+ * @date 2022年5月25日
34845
34845
  **/
34846
34846
  endFlows: function endFlows(res) {
34847
34847
  var _this11 = this;
@@ -34895,12 +34895,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34895
34895
  }).catch(function (e) {});
34896
34896
  },
34897
34897
 
34898
- /**
34899
- * goView
34900
- * @desc:更多流程按钮操作
34901
- * @author liufan
34902
- * @param {Object} res 当前点击操作按钮数据
34903
- * @date 2022年5月25日
34898
+ /**
34899
+ * goView
34900
+ * @desc:更多流程按钮操作
34901
+ * @author liufan
34902
+ * @param {Object} res 当前点击操作按钮数据
34903
+ * @date 2022年5月25日
34904
34904
  **/
34905
34905
  goView: function goView(res) {
34906
34906
  // 驳回并办结:rejectAndEndHtml
@@ -34977,11 +34977,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34977
34977
  // isCanStartSubFlow
34978
34978
  },
34979
34979
 
34980
- /**
34981
- * toTakeAdvice
34982
- * @desc:征求意见
34983
- * @author liufan
34984
- * @date 2022年9月29日
34980
+ /**
34981
+ * toTakeAdvice
34982
+ * @desc:征求意见
34983
+ * @author liufan
34984
+ * @date 2022年9月29日
34985
34985
  **/
34986
34986
  toTakeAdvice: function toTakeAdvice(res) {
34987
34987
  var _this13 = this;
@@ -35025,11 +35025,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35025
35025
  });
35026
35026
  },
35027
35027
 
35028
- /**
35029
- * toStartDraf
35030
- * @desc: 稿件递送、联合审核、复核
35031
- * @author liufan
35032
- * @date 2022年9月29日
35028
+ /**
35029
+ * toStartDraf
35030
+ * @desc: 稿件递送、联合审核、复核
35031
+ * @author liufan
35032
+ * @date 2022年9月29日
35033
35033
  **/
35034
35034
  toStartDraf: function toStartDraf(res) {
35035
35035
  var _this15 = this;
@@ -35043,11 +35043,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35043
35043
  }
35044
35044
  },
35045
35045
 
35046
- /**
35047
- * toSendMsg
35048
- * @desc:核稿通知
35049
- * @author liufan
35050
- * @date 2022年9月29日
35046
+ /**
35047
+ * toSendMsg
35048
+ * @desc:核稿通知
35049
+ * @author liufan
35050
+ * @date 2022年9月29日
35051
35051
  **/
35052
35052
  toSendMsg: function toSendMsg(res) {
35053
35053
  var _this16 = this;
@@ -35061,11 +35061,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35061
35061
  }
35062
35062
  },
35063
35063
 
35064
- /**
35065
- * toTaskReadAndEnd
35066
- * @desc:分阅并办结
35067
- * @author liufan
35068
- * @date 2022年9月29日
35064
+ /**
35065
+ * toTaskReadAndEnd
35066
+ * @desc:分阅并办结
35067
+ * @author liufan
35068
+ * @date 2022年9月29日
35069
35069
  **/
35070
35070
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
35071
35071
  var _this17 = this;
@@ -35083,11 +35083,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35083
35083
  }
35084
35084
  },
35085
35085
 
35086
- /**
35087
- * rejectAndEnd
35088
- * @desc:驳回并办结
35089
- * @author liufan
35090
- * @date 2022年9月29日
35086
+ /**
35087
+ * rejectAndEnd
35088
+ * @desc:驳回并办结
35089
+ * @author liufan
35090
+ * @date 2022年9月29日
35091
35091
  **/
35092
35092
  rejectAndEnd: function rejectAndEnd(res) {
35093
35093
  var _this18 = this;
@@ -35142,11 +35142,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35142
35142
  });
35143
35143
  },
35144
35144
 
35145
- /**
35146
- * toTransfer
35147
- * @desc:转办
35148
- * @author liufan
35149
- * @date 2022年9月29日
35145
+ /**
35146
+ * toTransfer
35147
+ * @desc:转办
35148
+ * @author liufan
35149
+ * @date 2022年9月29日
35150
35150
  **/
35151
35151
  toTransfer: function toTransfer(res) {
35152
35152
  var _this20 = this;
@@ -35162,11 +35162,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35162
35162
  }
35163
35163
  },
35164
35164
 
35165
- /**
35166
- * getNodeInfo
35167
- * @desc:获取节点信息
35168
- * @author liufan
35169
- * @date 2022年5月25日
35165
+ /**
35166
+ * getNodeInfo
35167
+ * @desc:获取节点信息
35168
+ * @author liufan
35169
+ * @date 2022年5月25日
35170
35170
  **/
35171
35171
  getNodeInfo: function getNodeInfo() {
35172
35172
  var _this21 = this;
@@ -35263,12 +35263,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35263
35263
  });
35264
35264
  },
35265
35265
 
35266
- /**
35267
- * selecNext
35268
- * @desc:下步节点变化时更新数据
35269
- * @author liufan
35270
- * @param {String} val 当前选中值
35271
- * @date 2022年5月25日
35266
+ /**
35267
+ * selecNext
35268
+ * @desc:下步节点变化时更新数据
35269
+ * @author liufan
35270
+ * @param {String} val 当前选中值
35271
+ * @date 2022年5月25日
35272
35272
  **/
35273
35273
  selecNext: function selecNext(val, type, isDef) {
35274
35274
  var _this22 = this;
@@ -35377,11 +35377,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35377
35377
  if (isDef !== true) this.getNodeInfo();
35378
35378
  },
35379
35379
 
35380
- /**
35381
- * isMultiple
35382
- * @desc:是否多选
35383
- * @author liufan
35384
- * @date 2022年9月13日
35380
+ /**
35381
+ * isMultiple
35382
+ * @desc:是否多选
35383
+ * @author liufan
35384
+ * @date 2022年9月13日
35385
35385
  **/
35386
35386
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35387
35387
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -35413,11 +35413,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35413
35413
  }
35414
35414
  },
35415
35415
 
35416
- /**
35417
- * getHedInfo
35418
- * @desc:获取审核页面数据
35419
- * @author liufan
35420
- * @date 2022年5月25日
35416
+ /**
35417
+ * getHedInfo
35418
+ * @desc:获取审核页面数据
35419
+ * @author liufan
35420
+ * @date 2022年5月25日
35421
35421
  **/
35422
35422
  getHedInfo: function getHedInfo() {
35423
35423
  var _this23 = this;
@@ -35651,13 +35651,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35651
35651
  });
35652
35652
  },
35653
35653
 
35654
- /**
35655
- * closeProcess
35656
- * @desc:关闭弹窗
35657
- * @author liufan
35658
- * @param {boolean} val 当前是否办理流程
35659
- * @param {String} type 当前点击的弹窗类型
35660
- * @date 2022年5月25日
35654
+ /**
35655
+ * closeProcess
35656
+ * @desc:关闭弹窗
35657
+ * @author liufan
35658
+ * @param {boolean} val 当前是否办理流程
35659
+ * @param {String} type 当前点击的弹窗类型
35660
+ * @date 2022年5月25日
35661
35661
  **/
35662
35662
  closeProcess: function closeProcess(val, type, closeParent) {
35663
35663
  if (closeParent) {
@@ -35670,23 +35670,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35670
35670
  }
35671
35671
  },
35672
35672
 
35673
- /**
35674
- * selectChange
35675
- * @desc:常用语选择
35676
- * @author liufan
35677
- * @param {String} val 选中值
35678
- * @date 2022年5月25日
35673
+ /**
35674
+ * selectChange
35675
+ * @desc:常用语选择
35676
+ * @author liufan
35677
+ * @param {String} val 选中值
35678
+ * @date 2022年5月25日
35679
35679
  **/
35680
35680
  selectChange: function selectChange(val) {
35681
35681
  this.value = val;
35682
35682
  },
35683
35683
 
35684
- /**
35685
- * upDate
35686
- * @desc:修改常用语
35687
- * @author liufan
35688
- * @param {Object} val 修改值
35689
- * @date 2022年5月25日
35684
+ /**
35685
+ * upDate
35686
+ * @desc:修改常用语
35687
+ * @author liufan
35688
+ * @param {Object} val 修改值
35689
+ * @date 2022年5月25日
35690
35690
  **/
35691
35691
  upDate: function upDate(val) {
35692
35692
  this.FormData.id = val.id;
@@ -35694,11 +35694,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35694
35694
  },
35695
35695
 
35696
35696
 
35697
- /**
35698
- * getProcess
35699
- * @desc:获取选择流程
35700
- * @author liufan
35701
- * @date 2022年5月25日
35697
+ /**
35698
+ * getProcess
35699
+ * @desc:获取选择流程
35700
+ * @author liufan
35701
+ * @date 2022年5月25日
35702
35702
  **/
35703
35703
  getProcess: function getProcess() {
35704
35704
  var _this24 = this;
@@ -35751,11 +35751,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35751
35751
  });
35752
35752
  },
35753
35753
 
35754
- /**
35755
- * getPendedhistoryList
35756
- * @desc:获取流程列表
35757
- * @author liufan
35758
- * @date 2022年5月25日
35754
+ /**
35755
+ * getPendedhistoryList
35756
+ * @desc:获取流程列表
35757
+ * @author liufan
35758
+ * @date 2022年5月25日
35759
35759
  **/
35760
35760
  getPendedhistoryList: function getPendedhistoryList() {
35761
35761
  var _this25 = this;
@@ -35787,12 +35787,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35787
35787
  },
35788
35788
 
35789
35789
  // 提交流程
35790
- /**
35791
- * subProcess
35792
- * @desc:提交流程
35793
- * @author liufan
35794
- * @param {String} formName 当前form表单ref值
35795
- * @date 2022年5月25日
35790
+ /**
35791
+ * subProcess
35792
+ * @desc:提交流程
35793
+ * @author liufan
35794
+ * @param {String} formName 当前form表单ref值
35795
+ * @date 2022年5月25日
35796
35796
  **/
35797
35797
  subProcess: function subProcess(val) {
35798
35798
  var _this26 = this;
@@ -41686,8 +41686,8 @@ layout_src_main.install = function (Vue) {
41686
41686
  };
41687
41687
 
41688
41688
  /* harmony default export */ var packages_layout = (layout_src_main);
41689
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=d63cd28c&
41690
- var mainvue_type_template_id_d63cd28c_render = function () {
41689
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=3086e0dc&
41690
+ var mainvue_type_template_id_3086e0dc_render = function () {
41691
41691
  var _vm = this
41692
41692
  var _h = _vm.$createElement
41693
41693
  var _c = _vm._self._c || _h
@@ -42807,7 +42807,7 @@ var mainvue_type_template_id_d63cd28c_render = function () {
42807
42807
  )
42808
42808
  : _vm._e()
42809
42809
  }
42810
- var mainvue_type_template_id_d63cd28c_staticRenderFns = [
42810
+ var mainvue_type_template_id_3086e0dc_staticRenderFns = [
42811
42811
  function () {
42812
42812
  var _vm = this
42813
42813
  var _h = _vm.$createElement
@@ -42822,10 +42822,10 @@ var mainvue_type_template_id_d63cd28c_staticRenderFns = [
42822
42822
  ])
42823
42823
  },
42824
42824
  ]
42825
- mainvue_type_template_id_d63cd28c_render._withStripped = true
42825
+ mainvue_type_template_id_3086e0dc_render._withStripped = true
42826
42826
 
42827
42827
 
42828
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=d63cd28c&
42828
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=3086e0dc&
42829
42829
 
42830
42830
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=cab38660&
42831
42831
  var resetPasswordvue_type_template_id_cab38660_render = function () {
@@ -44969,7 +44969,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
44969
44969
  useCaseCodes: results.resourceCodes
44970
44970
  }
44971
44971
  });
44972
- console.log(this.doorIndex, 9999999);
44973
44972
  if (this.launchShow) {
44974
44973
  this.$message({
44975
44974
  message: '登录成功!',
@@ -45152,8 +45151,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
45152
45151
 
45153
45152
  var login_src_main_component = normalizeComponent(
45154
45153
  packages_login_src_mainvue_type_script_lang_js_,
45155
- mainvue_type_template_id_d63cd28c_render,
45156
- mainvue_type_template_id_d63cd28c_staticRenderFns,
45154
+ mainvue_type_template_id_3086e0dc_render,
45155
+ mainvue_type_template_id_3086e0dc_staticRenderFns,
45157
45156
  false,
45158
45157
  null,
45159
45158
  null,
@@ -45170,8 +45169,8 @@ login_src_main.install = function (Vue) {
45170
45169
  };
45171
45170
 
45172
45171
  /* harmony default export */ var login = (login_src_main);
45173
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=b17beeee&
45174
- var mainvue_type_template_id_b17beeee_render = function () {
45172
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=43324a71&
45173
+ var mainvue_type_template_id_43324a71_render = function () {
45175
45174
  var _vm = this
45176
45175
  var _h = _vm.$createElement
45177
45176
  var _c = _vm._self._c || _h
@@ -45264,14 +45263,14 @@ var mainvue_type_template_id_b17beeee_render = function () {
45264
45263
  )
45265
45264
  : _vm._e()
45266
45265
  }
45267
- var mainvue_type_template_id_b17beeee_staticRenderFns = []
45268
- mainvue_type_template_id_b17beeee_render._withStripped = true
45266
+ var mainvue_type_template_id_43324a71_staticRenderFns = []
45267
+ mainvue_type_template_id_43324a71_render._withStripped = true
45269
45268
 
45270
45269
 
45271
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b17beeee&
45270
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=43324a71&
45272
45271
 
45273
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=5bef793e&scoped=true&
45274
- var simplicityvue_type_template_id_5bef793e_scoped_true_render = function () {
45272
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=b8c4b516&scoped=true&
45273
+ var simplicityvue_type_template_id_b8c4b516_scoped_true_render = function () {
45275
45274
  var _vm = this
45276
45275
  var _h = _vm.$createElement
45277
45276
  var _c = _vm._self._c || _h
@@ -45776,7 +45775,7 @@ var simplicityvue_type_template_id_5bef793e_scoped_true_render = function () {
45776
45775
  src: item.url,
45777
45776
  },
45778
45777
  })
45779
- : item.method === "wujie"
45778
+ : item.method === "wujie" && item.url
45780
45779
  ? _c("es-wujie", {
45781
45780
  attrs: {
45782
45781
  host: _vm.host,
@@ -45901,11 +45900,11 @@ var simplicityvue_type_template_id_5bef793e_scoped_true_render = function () {
45901
45900
  ),
45902
45901
  ])
45903
45902
  }
45904
- var simplicityvue_type_template_id_5bef793e_scoped_true_staticRenderFns = []
45905
- simplicityvue_type_template_id_5bef793e_scoped_true_render._withStripped = true
45903
+ var simplicityvue_type_template_id_b8c4b516_scoped_true_staticRenderFns = []
45904
+ simplicityvue_type_template_id_b8c4b516_scoped_true_render._withStripped = true
45906
45905
 
45907
45906
 
45908
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=5bef793e&scoped=true&
45907
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=b8c4b516&scoped=true&
45909
45908
 
45910
45909
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
45911
45910
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -47801,10 +47800,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
47801
47800
  this.$emit('click', res);
47802
47801
  },
47803
47802
 
47804
- /**
47805
- * @desc:获取气泡提醒
47806
- * @author huangbo
47807
- * @date 2024年9月7日
47803
+ /**
47804
+ * @desc:获取气泡提醒
47805
+ * @author huangbo
47806
+ * @date 2024年9月7日
47808
47807
  **/
47809
47808
  getBadge: function getBadge(res) {
47810
47809
  var num = res.tips || 0;
@@ -51412,12 +51411,15 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
51412
51411
  var simplicityvue_type_script_lang_js_systemMode = utils_util["a" /* default */].win.systemMode || 'default';
51413
51412
  var events = [function (tabs, index, that) {
51414
51413
  var tab = tabs[index];
51415
-
51416
51414
  if (tab.method == 'iframe') {
51417
51415
  tabs[index].url = utils_util["a" /* default */].handlerUrl(tab.url);
51418
51416
  }
51419
51417
  if (tab.method === 'wujie' && tab.appCode) {
51420
- window.document.querySelector('iframe[name=' + tab.appCode + ']').contentWindow.location.reload(true);
51418
+ var url = tab.url;
51419
+ tab.url = '';
51420
+ that.$nextTick(function () {
51421
+ tab.url = url;
51422
+ });
51421
51423
  }
51422
51424
  if (tab.method === 'router') {
51423
51425
  that.$set(tabs[index], 'keys', utils_util["a" /* default */].uuid());
@@ -51757,10 +51759,10 @@ var events = [function (tabs, index, that) {
51757
51759
  },
51758
51760
 
51759
51761
  methods: {
51760
- /**
51761
- * @desc:匹配路由
51762
- * @author huangbo
51763
- * @date 2024年9月7日
51762
+ /**
51763
+ * @desc:匹配路由
51764
+ * @author huangbo
51765
+ * @date 2024年9月7日
51764
51766
  **/
51765
51767
  hasRouter: function hasRouter(res, url, code) {
51766
51768
  if (!url) {
@@ -51804,10 +51806,10 @@ var events = [function (tabs, index, that) {
51804
51806
  return false;
51805
51807
  },
51806
51808
 
51807
- /**
51808
- * @desc:获取初始数据
51809
- * @author huangbo
51810
- * @date 2024年9月7日
51809
+ /**
51810
+ * @desc:获取初始数据
51811
+ * @author huangbo
51812
+ * @date 2024年9月7日
51811
51813
  **/
51812
51814
  init: function init(results, first) {
51813
51815
  this.setConfig(results);
@@ -51816,10 +51818,10 @@ var events = [function (tabs, index, that) {
51816
51818
  }
51817
51819
  },
51818
51820
 
51819
- /**
51820
- * @desc:设置用户配置及信息
51821
- * @author huangbo
51822
- * @date 2024年9月7日
51821
+ /**
51822
+ * @desc:设置用户配置及信息
51823
+ * @author huangbo
51824
+ * @date 2024年9月7日
51823
51825
  **/
51824
51826
  setConfig: function setConfig(results) {
51825
51827
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -51930,10 +51932,10 @@ var events = [function (tabs, index, that) {
51930
51932
  }
51931
51933
  },
51932
51934
 
51933
- /**
51934
- * @desc:获取所有应用
51935
- * @author huangbo
51936
- * @date 2024年9月7日
51935
+ /**
51936
+ * @desc:获取所有应用
51937
+ * @author huangbo
51938
+ * @date 2024年9月7日
51937
51939
  **/
51938
51940
  getApplications: function getApplications() {
51939
51941
  var _this = this;
@@ -51981,10 +51983,10 @@ var events = [function (tabs, index, that) {
51981
51983
  });
51982
51984
  },
51983
51985
 
51984
- /**
51985
- * @desc:获取菜单列表
51986
- * @author huangbo
51987
- * @date 2024年9月7日
51986
+ /**
51987
+ * @desc:获取菜单列表
51988
+ * @author huangbo
51989
+ * @date 2024年9月7日
51988
51990
  **/
51989
51991
  getMenus: function getMenus(loading) {
51990
51992
  var _this2 = this;
@@ -52017,10 +52019,10 @@ var events = [function (tabs, index, that) {
52017
52019
  });
52018
52020
  },
52019
52021
 
52020
- /**
52021
- * @desc:处理菜单列表
52022
- * @author huangbo
52023
- * @date 2024年9月7日
52022
+ /**
52023
+ * @desc:处理菜单列表
52024
+ * @author huangbo
52025
+ * @date 2024年9月7日
52024
52026
  **/
52025
52027
  renderMenus: function renderMenus(res) {
52026
52028
  this.menus = res;
@@ -52110,10 +52112,10 @@ var events = [function (tabs, index, that) {
52110
52112
  }
52111
52113
  },
52112
52114
 
52113
- /**
52114
- * @desc:设置页面加载类型
52115
- * @author huangbo
52116
- * @date 2024年9月7日
52115
+ /**
52116
+ * @desc:设置页面加载类型
52117
+ * @author huangbo
52118
+ * @date 2024年9月7日
52117
52119
  **/
52118
52120
  setIframeType: function setIframeType(res) {
52119
52121
  var url = res.url;
@@ -52169,10 +52171,10 @@ var events = [function (tabs, index, that) {
52169
52171
  return res;
52170
52172
  },
52171
52173
 
52172
- /**
52173
- * @desc:获取菜单
52174
- * @author huangbo
52175
- * @date 2024年9月7日
52174
+ /**
52175
+ * @desc:获取菜单
52176
+ * @author huangbo
52177
+ * @date 2024年9月7日
52176
52178
  **/
52177
52179
  getMenu: function getMenu(menus, res, key) {
52178
52180
  if (Array.isArray(menus)) {
@@ -52201,10 +52203,10 @@ var events = [function (tabs, index, that) {
52201
52203
  return false;
52202
52204
  },
52203
52205
 
52204
- /**
52205
- * @desc:获取菜单第一条数据
52206
- * @author huangbo
52207
- * @date 2024年9月7日
52206
+ /**
52207
+ * @desc:获取菜单第一条数据
52208
+ * @author huangbo
52209
+ * @date 2024年9月7日
52208
52210
  **/
52209
52211
  getFirst: function getFirst(obj) {
52210
52212
  if (!obj) {
@@ -52223,10 +52225,10 @@ var events = [function (tabs, index, that) {
52223
52225
  }
52224
52226
  },
52225
52227
 
52226
- /**
52227
- * @desc:遍历设置菜单气泡提醒
52228
- * @author huangbo
52229
- * @date 2024年9月7日
52228
+ /**
52229
+ * @desc:遍历设置菜单气泡提醒
52230
+ * @author huangbo
52231
+ * @date 2024年9月7日
52230
52232
  **/
52231
52233
  setTips: function setTips(obj) {
52232
52234
  var _this3 = this;
@@ -52270,10 +52272,10 @@ var events = [function (tabs, index, that) {
52270
52272
  return false;
52271
52273
  },
52272
52274
 
52273
- /**
52274
- * @desc:获取气泡提醒
52275
- * @author huangbo
52276
- * @date 2024年9月7日
52275
+ /**
52276
+ * @desc:获取气泡提醒
52277
+ * @author huangbo
52278
+ * @date 2024年9月7日
52277
52279
  **/
52278
52280
  getBadge: function getBadge(res) {
52279
52281
  var num = res.tips || 0;
@@ -52287,10 +52289,10 @@ var events = [function (tabs, index, that) {
52287
52289
  };
52288
52290
  },
52289
52291
 
52290
- /**
52291
- * @desc:开启weosocket
52292
- * @author huangbo
52293
- * @date 2024年9月7日
52292
+ /**
52293
+ * @desc:开启weosocket
52294
+ * @author huangbo
52295
+ * @date 2024年9月7日
52294
52296
  **/
52295
52297
  initWebSocket: function initWebSocket() {
52296
52298
  var _this4 = this;
@@ -52338,10 +52340,10 @@ var events = [function (tabs, index, that) {
52338
52340
  });
52339
52341
  },
52340
52342
 
52341
- /**
52342
- * @desc:显示用户信息
52343
- * @author huangbo
52344
- * @date 2024年9月7日
52343
+ /**
52344
+ * @desc:显示用户信息
52345
+ * @author huangbo
52346
+ * @date 2024年9月7日
52345
52347
  **/
52346
52348
  showUserInfo: function showUserInfo() {
52347
52349
  if (this.showUser === false) {
@@ -52349,19 +52351,19 @@ var events = [function (tabs, index, that) {
52349
52351
  }
52350
52352
  },
52351
52353
 
52352
- /**
52353
- * @desc:删除更多应用菜单点击
52354
- * @author huangbo
52355
- * @date 2024年9月7日
52354
+ /**
52355
+ * @desc:删除更多应用菜单点击
52356
+ * @author huangbo
52357
+ * @date 2024年9月7日
52356
52358
  **/
52357
52359
  handleDelete: function handleDelete(index) {
52358
52360
  this.newApps.splice(index, 1);
52359
52361
  },
52360
52362
 
52361
- /**
52362
- * @desc:储存更多应用菜单点击
52363
- * @author huangbo
52364
- * @date 2024年9月7日
52363
+ /**
52364
+ * @desc:储存更多应用菜单点击
52365
+ * @author huangbo
52366
+ * @date 2024年9月7日
52365
52367
  **/
52366
52368
  handlerClickApps: function handlerClickApps(res) {
52367
52369
  if (res.permission === false) {
@@ -52374,10 +52376,10 @@ var events = [function (tabs, index, that) {
52374
52376
  this.handlerClickApp(res);
52375
52377
  },
52376
52378
 
52377
- /**
52378
- * @desc:侧边应用菜单点击
52379
- * @author huangbo
52380
- * @date 2024年9月7日
52379
+ /**
52380
+ * @desc:侧边应用菜单点击
52381
+ * @author huangbo
52382
+ * @date 2024年9月7日
52381
52383
  **/
52382
52384
  handlerClickApp: function handlerClickApp(res) {
52383
52385
  this.showMsg = false;
@@ -52460,10 +52462,10 @@ var events = [function (tabs, index, that) {
52460
52462
  }
52461
52463
  },
52462
52464
 
52463
- /**
52464
- * @desc:显示Drawer界面
52465
- * @author huangbo
52466
- * @date 2024年9月7日
52465
+ /**
52466
+ * @desc:显示Drawer界面
52467
+ * @author huangbo
52468
+ * @date 2024年9月7日
52467
52469
  **/
52468
52470
  handlerSetDrawer: function handlerSetDrawer(res) {
52469
52471
  this.drawer.visible = !this.drawer.visible;
@@ -52474,19 +52476,19 @@ var events = [function (tabs, index, that) {
52474
52476
  }
52475
52477
  },
52476
52478
 
52477
- /**
52478
- * @desc:关闭Drawer界面
52479
- * @author huangbo
52480
- * @date 2024年9月7日
52479
+ /**
52480
+ * @desc:关闭Drawer界面
52481
+ * @author huangbo
52482
+ * @date 2024年9月7日
52481
52483
  **/
52482
52484
  handleCloseDrawer: function handleCloseDrawer() {
52483
52485
  this.drawer = { visible: false };
52484
52486
  },
52485
52487
 
52486
- /**
52487
- * @desc:菜单点击
52488
- * @author huangbo
52489
- * @date 2024年9月7日
52488
+ /**
52489
+ * @desc:菜单点击
52490
+ * @author huangbo
52491
+ * @date 2024年9月7日
52490
52492
  **/
52491
52493
  handlerClickMenu: function handlerClickMenu(res) {
52492
52494
  utils_util["a" /* default */].ajax({
@@ -52521,19 +52523,19 @@ var events = [function (tabs, index, that) {
52521
52523
  },
52522
52524
 
52523
52525
 
52524
- /**
52525
- * @desc:用户详情请求成功
52526
- * @author huangbo
52527
- * @date 2024年9月7日
52526
+ /**
52527
+ * @desc:用户详情请求成功
52528
+ * @author huangbo
52529
+ * @date 2024年9月7日
52528
52530
  **/
52529
52531
  handleSuccess: function handleSuccess(res) {
52530
52532
  this.simpleUserInfo = res.simpleUserInfo;
52531
52533
  },
52532
52534
 
52533
- /**
52534
- * @desc:修改用户配置
52535
- * @author huangbo
52536
- * @date 2024年9月7日
52535
+ /**
52536
+ * @desc:修改用户配置
52537
+ * @author huangbo
52538
+ * @date 2024年9月7日
52537
52539
  **/
52538
52540
  handleChangeConfig: function handleChangeConfig(name, res) {
52539
52541
  if (name == 'userHeadUrl') {
@@ -52549,10 +52551,10 @@ var events = [function (tabs, index, that) {
52549
52551
  }
52550
52552
  },
52551
52553
 
52552
- /**
52553
- * @desc:关闭webSocket
52554
- * @author huangbo
52555
- * @date 2024年9月7日
52554
+ /**
52555
+ * @desc:关闭webSocket
52556
+ * @author huangbo
52557
+ * @date 2024年9月7日
52556
52558
  **/
52557
52559
  handlerClose: function handlerClose() {
52558
52560
  if (this.webSocket) {
@@ -52560,10 +52562,10 @@ var events = [function (tabs, index, that) {
52560
52562
  }
52561
52563
  },
52562
52564
 
52563
- /**
52564
- * @desc:刷新选中iframe页签
52565
- * @author huangbo
52566
- * @date 2024年9月7日
52565
+ /**
52566
+ * @desc:刷新选中iframe页签
52567
+ * @author huangbo
52568
+ * @date 2024年9月7日
52567
52569
  **/
52568
52570
  handleRefresh: function handleRefresh() {
52569
52571
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -52584,10 +52586,10 @@ var events = [function (tabs, index, that) {
52584
52586
  }
52585
52587
  },
52586
52588
 
52587
- /**
52588
- * @desc:删除iframe
52589
- * @author huangbo
52590
- * @date 2024年9月7日
52589
+ /**
52590
+ * @desc:删除iframe
52591
+ * @author huangbo
52592
+ * @date 2024年9月7日
52591
52593
  **/
52592
52594
  handleRemove: function handleRemove(name) {
52593
52595
  var len = this.tabs.length - 1;
@@ -52604,10 +52606,10 @@ var events = [function (tabs, index, that) {
52604
52606
  }
52605
52607
  },
52606
52608
 
52607
- /**
52608
- * @desc:tabs鼠标右键事件
52609
- * @author huangbo
52610
- * @date 2024年9月7日
52609
+ /**
52610
+ * @desc:tabs鼠标右键事件
52611
+ * @author huangbo
52612
+ * @date 2024年9月7日
52611
52613
  **/
52612
52614
  handleContextmenu: function handleContextmenu(tabs, e) {
52613
52615
  var disabled = {};
@@ -52632,10 +52634,10 @@ var events = [function (tabs, index, that) {
52632
52634
  window.addEventListener('click', this.closeTabsEvents);
52633
52635
  },
52634
52636
 
52635
- /**
52636
- * @desc:tabs页签事件
52637
- * @author huangbo
52638
- * @date 2024年9月7日
52637
+ /**
52638
+ * @desc:tabs页签事件
52639
+ * @author huangbo
52640
+ * @date 2024年9月7日
52639
52641
  **/
52640
52642
  handleTabsEvents: function handleTabsEvents(num) {
52641
52643
  if (this.pane !== null) {
@@ -52653,10 +52655,10 @@ var events = [function (tabs, index, that) {
52653
52655
  window.removeEventListener('click', this.closeTabsEvents);
52654
52656
  },
52655
52657
 
52656
- /**
52657
- * @desc:handler工具栏点击事件
52658
- * @author huangbo
52659
- * @date 2024年9月7日
52658
+ /**
52659
+ * @desc:handler工具栏点击事件
52660
+ * @author huangbo
52661
+ * @date 2024年9月7日
52660
52662
  **/
52661
52663
  handleClick: function handleClick(res) {
52662
52664
  var type = res.type,
@@ -52732,10 +52734,10 @@ var events = [function (tabs, index, that) {
52732
52734
  this.$emit('handler-click', res);
52733
52735
  },
52734
52736
 
52735
- /**
52736
- * @desc:退出登录
52737
- * @author huangbo
52738
- * @date 2024年9月7日
52737
+ /**
52738
+ * @desc:退出登录
52739
+ * @author huangbo
52740
+ * @date 2024年9月7日
52739
52741
  **/
52740
52742
  handleQuit: function handleQuit() {
52741
52743
  var _this5 = this;
@@ -52793,10 +52795,10 @@ var events = [function (tabs, index, that) {
52793
52795
  }).catch(function (e) {});
52794
52796
  },
52795
52797
 
52796
- /**
52797
- * @desc:主题、消息回调
52798
- * @author huangbo
52799
- * @date 2024年9月7日
52798
+ /**
52799
+ * @desc:主题、消息回调
52800
+ * @author huangbo
52801
+ * @date 2024年9月7日
52800
52802
  **/
52801
52803
  handleChange: function handleChange(res) {
52802
52804
  var type = res.type,
@@ -52812,10 +52814,10 @@ var events = [function (tabs, index, that) {
52812
52814
  }
52813
52815
  },
52814
52816
 
52815
- /**
52816
- * @desc:菜单布局样式切换
52817
- * @author huangbo
52818
- * @date 2024年9月7日
52817
+ /**
52818
+ * @desc:菜单布局样式切换
52819
+ * @author huangbo
52820
+ * @date 2024年9月7日
52819
52821
  **/
52820
52822
  handleLayout: function handleLayout(res, active) {
52821
52823
  if (active) {
@@ -52824,10 +52826,10 @@ var events = [function (tabs, index, that) {
52824
52826
  this.$emit('chang-layout', res, active);
52825
52827
  },
52826
52828
 
52827
- /**
52828
- * @desc:消息修改总数
52829
- * @author huangbo
52830
- * @date 2024年9月7日
52829
+ /**
52830
+ * @desc:消息修改总数
52831
+ * @author huangbo
52832
+ * @date 2024年9月7日
52831
52833
  **/
52832
52834
  handleMenuTips: function handleMenuTips(id, num) {
52833
52835
  if (num) {
@@ -52838,10 +52840,10 @@ var events = [function (tabs, index, that) {
52838
52840
  }
52839
52841
  },
52840
52842
 
52841
- /**
52842
- * @desc:处理即时消息
52843
- * @author huangbo
52844
- * @date 2024年9月7日
52843
+ /**
52844
+ * @desc:处理即时消息
52845
+ * @author huangbo
52846
+ * @date 2024年9月7日
52845
52847
  **/
52846
52848
  handleOpened: function handleOpened(res) {
52847
52849
  var _this6 = this;
@@ -52939,11 +52941,11 @@ var events = [function (tabs, index, that) {
52939
52941
 
52940
52942
  var simplicity_component = normalizeComponent(
52941
52943
  src_simplicityvue_type_script_lang_js_,
52942
- simplicityvue_type_template_id_5bef793e_scoped_true_render,
52943
- simplicityvue_type_template_id_5bef793e_scoped_true_staticRenderFns,
52944
+ simplicityvue_type_template_id_b8c4b516_scoped_true_render,
52945
+ simplicityvue_type_template_id_b8c4b516_scoped_true_staticRenderFns,
52944
52946
  false,
52945
52947
  null,
52946
- "5bef793e",
52948
+ "b8c4b516",
52947
52949
  null
52948
52950
 
52949
52951
  )
@@ -56674,73 +56676,78 @@ var default_component = normalizeComponent(
56674
56676
  this.params = utils_util["a" /* default */].getParams() || {};
56675
56677
  this.sysCode = this.params.sysCode;
56676
56678
  this.appCode = this.params.appCode;
56679
+ if (this.params.cookie && (this.params.cookie == true || this.params.cookie == 1)) {
56680
+ this.isLogin = true;
56681
+ }
56677
56682
  this.getConfig(this.params);
56678
56683
  // 主应用监听事件
56679
56684
  },
56680
56685
  mounted: function mounted() {
56681
56686
  var _this = this;
56682
56687
 
56683
- if (utils_util["a" /* default */].win.$wujie) {
56684
- utils_util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
56685
- utils_util["a" /* default */].updateTheme(res);
56686
- });
56687
- }
56688
+ if (this.isLogin) {
56689
+ if (utils_util["a" /* default */].win.$wujie) {
56690
+ utils_util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
56691
+ utils_util["a" /* default */].updateTheme(res);
56692
+ });
56693
+ }
56688
56694
 
56689
- var bus = this.bus || this.$root.Bus;
56690
- if (bus) {
56691
- bus.$on('reLogin', this.handleReLogin);
56692
- bus.$on('refresh', this.$refs.main.handleRefresh);
56693
- bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56694
- bus.$on('emit', function (method, args) {
56695
+ var bus = this.bus || this.$root.Bus;
56696
+ if (bus) {
56697
+ bus.$on('reLogin', this.handleReLogin);
56698
+ bus.$on('refresh', this.$refs.main.handleRefresh);
56699
+ bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56700
+ bus.$on('emit', function (method, args) {
56701
+ // 主应用发送事件
56702
+ bus.$emit(method, args);
56703
+ });
56704
+ }
56705
+ utils_util["a" /* default */].win.reLogin = this.handleReLogin;
56706
+ utils_util["a" /* default */].win.windowOpen = this.openPage;
56707
+ utils_util["a" /* default */].win.refresh = this.$refs.main.handleRefresh;
56708
+ utils_util["a" /* default */].win.jumpMenu = this.$refs.main.jumpMenu;
56709
+ external_wujie_vue2_default.a.bus.$on('reLogin', this.handleReLogin);
56710
+ external_wujie_vue2_default.a.bus.$on('refresh', this.$refs.main.handleRefresh);
56711
+ external_wujie_vue2_default.a.bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56712
+ external_wujie_vue2_default.a.bus.$on('emit', function (method, args) {
56695
56713
  // 主应用发送事件
56696
- bus.$emit(method, args);
56714
+ external_wujie_vue2_default.a.bus.$emit(method, args);
56697
56715
  });
56698
- }
56699
- utils_util["a" /* default */].win.reLogin = this.handleReLogin;
56700
- utils_util["a" /* default */].win.windowOpen = this.openPage;
56701
- utils_util["a" /* default */].win.refresh = this.$refs.main.handleRefresh;
56702
- utils_util["a" /* default */].win.jumpMenu = this.$refs.main.jumpMenu;
56703
- external_wujie_vue2_default.a.bus.$on('reLogin', this.handleReLogin);
56704
- external_wujie_vue2_default.a.bus.$on('refresh', this.$refs.main.handleRefresh);
56705
- external_wujie_vue2_default.a.bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56706
- external_wujie_vue2_default.a.bus.$on('emit', function (method, args) {
56707
- // 主应用发送事件
56708
- external_wujie_vue2_default.a.bus.$emit(method, args);
56709
- });
56710
56716
 
56711
- window.addEventListener('message', function (method, args) {
56712
- switch (method) {
56713
- case 'reLogin':
56714
- _this.handleReLogin(args);
56715
- break;
56716
- case 'refresh':
56717
- _this.$refs.main.handleRefresh(args);
56718
- break;
56719
- case 'jumpMenu':
56720
- _this.$refs.main.jumpMenu(args);
56721
- break;
56722
- case 'emit':
56723
- var origin = args.origin || '*';
56724
- window.postMessage(args, origin);
56725
- break;
56726
- case 'openDialog':
56727
- _this.dialogs.push(args);
56728
- var index = _this.visibles.length;
56729
- _this.visibles.push(false);
56730
- _this.$nextTick(function () {
56731
- _this.$set(_this.visibles, index, true);
56732
- });
56733
- break;
56734
- case 'closeDialog':
56735
- for (var i = 0; i < _this.dialogs.length; i++) {
56736
- var item = _this.dialogs[i];
56737
- if (item.url == args.url) {
56738
- _this.$set(_this.visibles, i, false);
56717
+ window.addEventListener('message', function (method, args) {
56718
+ switch (method) {
56719
+ case 'reLogin':
56720
+ _this.handleReLogin(args);
56721
+ break;
56722
+ case 'refresh':
56723
+ _this.$refs.main.handleRefresh(args);
56724
+ break;
56725
+ case 'jumpMenu':
56726
+ _this.$refs.main.jumpMenu(args);
56727
+ break;
56728
+ case 'emit':
56729
+ var origin = args.origin || '*';
56730
+ window.postMessage(args, origin);
56731
+ break;
56732
+ case 'openDialog':
56733
+ _this.dialogs.push(args);
56734
+ var index = _this.visibles.length;
56735
+ _this.visibles.push(false);
56736
+ _this.$nextTick(function () {
56737
+ _this.$set(_this.visibles, index, true);
56738
+ });
56739
+ break;
56740
+ case 'closeDialog':
56741
+ for (var i = 0; i < _this.dialogs.length; i++) {
56742
+ var item = _this.dialogs[i];
56743
+ if (item.url == args.url) {
56744
+ _this.$set(_this.visibles, i, false);
56745
+ }
56739
56746
  }
56740
- }
56741
- break;
56742
- }
56743
- });
56747
+ break;
56748
+ }
56749
+ });
56750
+ }
56744
56751
  },
56745
56752
 
56746
56753
  methods: {
@@ -56860,7 +56867,7 @@ var default_component = normalizeComponent(
56860
56867
  var _this4 = this;
56861
56868
 
56862
56869
  var token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
56863
- this.isLogin = token ? true : false;
56870
+ this.isLogin = token ? true : this.isLogin;
56864
56871
  if (!token && Object.prototype.hasOwnProperty.call(query, 'serverId') && Object.prototype.hasOwnProperty.call(query, 'authType')) {
56865
56872
  return false;
56866
56873
  }
@@ -56966,8 +56973,8 @@ var default_component = normalizeComponent(
56966
56973
 
56967
56974
  var main_src_main_component = normalizeComponent(
56968
56975
  packages_main_src_mainvue_type_script_lang_js_,
56969
- mainvue_type_template_id_b17beeee_render,
56970
- mainvue_type_template_id_b17beeee_staticRenderFns,
56976
+ mainvue_type_template_id_43324a71_render,
56977
+ mainvue_type_template_id_43324a71_staticRenderFns,
56971
56978
  false,
56972
56979
  null,
56973
56980
  null,
@@ -59572,19 +59579,19 @@ var QRCode = __webpack_require__(22);
59572
59579
  //设置logo大小
59573
59580
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
59574
59581
  //设置获取的logo将其变为圆角以及添加白色背景
59575
- /* ctx.fillStyle = "#fff";
59576
- ctx.beginPath();
59577
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
59578
- let w = 46; //圆角宽
59579
- let x = logoPosition - 5;
59580
- let y = logoPosition - 5;
59581
- let r = 5; //圆角半径
59582
- ctx.moveTo(x + r, y);
59583
- ctx.arcTo(x + w, y, x + w, y + h, r);
59584
- ctx.arcTo(x + w, y + h, x, y + h, r);
59585
- ctx.arcTo(x, y + h, x, y, r);
59586
- ctx.arcTo(x, y, x + w, y, r);
59587
- ctx.closePath();
59582
+ /* ctx.fillStyle = "#fff";
59583
+ ctx.beginPath();
59584
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
59585
+ let w = 46; //圆角宽
59586
+ let x = logoPosition - 5;
59587
+ let y = logoPosition - 5;
59588
+ let r = 5; //圆角半径
59589
+ ctx.moveTo(x + r, y);
59590
+ ctx.arcTo(x + w, y, x + w, y + h, r);
59591
+ ctx.arcTo(x + w, y + h, x, y + h, r);
59592
+ ctx.arcTo(x, y + h, x, y, r);
59593
+ ctx.arcTo(x, y, x + w, y, r);
59594
+ ctx.closePath();
59588
59595
  ctx.fill(); */
59589
59596
  logo.onload = function () {
59590
59597
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -77385,7 +77392,7 @@ if (typeof window !== 'undefined' && window.Vue) {
77385
77392
  }
77386
77393
 
77387
77394
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
77388
- version: '0.6.20',
77395
+ version: '0.6.21',
77389
77396
  install: install,
77390
77397
  Button: packages_button,
77391
77398
  ButtonGroup: button_group,