eoss-ui 0.6.20 → 0.6.22

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 +439 -420
  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 +69 -60
  6. package/lib/main.js +220 -210
  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 +1857 -1851
  36. package/packages/login/src/resetPassword.vue +562 -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 +306 -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 +928 -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=5b545408&
41690
+ var mainvue_type_template_id_5b545408_render = function () {
41691
41691
  var _vm = this
41692
41692
  var _h = _vm.$createElement
41693
41693
  var _c = _vm._self._c || _h
@@ -42198,8 +42198,8 @@ var mainvue_type_template_id_d63cd28c_render = function () {
42198
42198
  {
42199
42199
  name: "show",
42200
42200
  rawName: "v-show",
42201
- value: _vm.forget,
42202
- expression: "forget",
42201
+ value: _vm.showForget,
42202
+ expression: "showForget",
42203
42203
  },
42204
42204
  ],
42205
42205
  staticClass: "es-password-forget",
@@ -42210,7 +42210,7 @@ var mainvue_type_template_id_d63cd28c_render = function () {
42210
42210
  {
42211
42211
  on: { click: _vm.handleForget },
42212
42212
  },
42213
- [_vm._v("修改密码")]
42213
+ [_vm._v("忘记密码")]
42214
42214
  ),
42215
42215
  ]
42216
42216
  ),
@@ -42594,8 +42594,8 @@ var mainvue_type_template_id_d63cd28c_render = function () {
42594
42594
  {
42595
42595
  name: "show",
42596
42596
  rawName: "v-show",
42597
- value: _vm.forget,
42598
- expression: "forget",
42597
+ value: _vm.showForget,
42598
+ expression: "showForget",
42599
42599
  },
42600
42600
  ],
42601
42601
  staticClass: "es-password-forget",
@@ -42603,7 +42603,7 @@ var mainvue_type_template_id_d63cd28c_render = function () {
42603
42603
  },
42604
42604
  [
42605
42605
  _vm._v(
42606
- "\n 修改密码\n "
42606
+ "\n 忘记密码\n "
42607
42607
  ),
42608
42608
  ]
42609
42609
  ),
@@ -42690,7 +42690,7 @@ var mainvue_type_template_id_d63cd28c_render = function () {
42690
42690
  "es-dialog",
42691
42691
  {
42692
42692
  attrs: {
42693
- title: "修改密码",
42693
+ title: _vm.operationCheckCode ? "修改密码" : "密码重置",
42694
42694
  width: "680px",
42695
42695
  height: "auto",
42696
42696
  visible: _vm.showResetPassword,
@@ -42704,7 +42704,7 @@ var mainvue_type_template_id_d63cd28c_render = function () {
42704
42704
  [
42705
42705
  _vm.showResetPassword
42706
42706
  ? _vm._t(
42707
- "user",
42707
+ "resetPassword",
42708
42708
  [
42709
42709
  _c("reset-password", {
42710
42710
  attrs: {
@@ -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_5b545408_staticRenderFns = [
42811
42811
  function () {
42812
42812
  var _vm = this
42813
42813
  var _h = _vm.$createElement
@@ -42822,13 +42822,13 @@ 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_5b545408_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=5b545408&
42829
42829
 
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
- var resetPasswordvue_type_template_id_cab38660_render = function () {
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=45dccfdc&
42831
+ var resetPasswordvue_type_template_id_45dccfdc_render = function () {
42832
42832
  var _vm = this
42833
42833
  var _h = _vm.$createElement
42834
42834
  var _c = _vm._self._c || _h
@@ -42874,7 +42874,7 @@ var resetPasswordvue_type_template_id_cab38660_render = function () {
42874
42874
  },
42875
42875
  ],
42876
42876
  ref: "pwdForm",
42877
- staticClass: "es-user-info",
42877
+ staticClass: "es-rest-password",
42878
42878
  attrs: {
42879
42879
  "element-loading-text": "修改中...",
42880
42880
  "element-loading-spinner": "el-icon-loading",
@@ -42889,11 +42889,11 @@ var resetPasswordvue_type_template_id_cab38660_render = function () {
42889
42889
  1
42890
42890
  )
42891
42891
  }
42892
- var resetPasswordvue_type_template_id_cab38660_staticRenderFns = []
42893
- resetPasswordvue_type_template_id_cab38660_render._withStripped = true
42892
+ var resetPasswordvue_type_template_id_45dccfdc_staticRenderFns = []
42893
+ resetPasswordvue_type_template_id_45dccfdc_render._withStripped = true
42894
42894
 
42895
42895
 
42896
- // CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=cab38660&
42896
+ // CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
42897
42897
 
42898
42898
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=script&lang=js&
42899
42899
  var resetPasswordvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -43173,14 +43173,21 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
43173
43173
  };
43174
43174
  },
43175
43175
  created: function created() {
43176
+ var _this = this;
43177
+
43176
43178
  this.getInitModifyPassword();
43177
43179
  if (this.type) {
43178
43180
  var types = this.type.split(',');
43179
43181
  if (types.length) {
43180
- this.activeIndex = types[0];
43182
+ types.forEach(function (item) {
43183
+ if (item != '0' && (item == '11' || item == '6')) {
43184
+ _this.activeIndex = item;
43185
+ return;
43186
+ }
43187
+ });
43181
43188
  }
43182
43189
  } else {
43183
- this.activeIndex = '0';
43190
+ this.activeIndex = this.operationCheckCode ? '0' : '';
43184
43191
  }
43185
43192
  },
43186
43193
  destroyed: function destroyed() {
@@ -43197,7 +43204,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
43197
43204
  }
43198
43205
  },
43199
43206
  getInitModifyPassword: function getInitModifyPassword() {
43200
- var _this = this;
43207
+ var _this2 = this;
43201
43208
 
43202
43209
  utils_util["a" /* default */].ajax({
43203
43210
  url: api["Y" /* initModifyPassword */]
@@ -43205,23 +43212,23 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
43205
43212
  if (res.rCode === 0) {
43206
43213
  var results = JSON.parse(JSON.stringify(res.results));
43207
43214
  if (results.checkPassword) {
43208
- _this.checkPassword = new RegExp(results.checkPassword);
43215
+ _this2.checkPassword = new RegExp(results.checkPassword);
43209
43216
  }
43210
43217
  if (results.checkPasswordMsg) {
43211
- _this.checkPasswordMsg = results.checkPasswordMsg;
43218
+ _this2.checkPasswordMsg = results.checkPasswordMsg;
43212
43219
  }
43213
43220
  } else {
43214
43221
  var msg = res.msg || '系统错误,请联系管理员!';
43215
- _this.$message.error(msg);
43222
+ _this2.$message.error(msg);
43216
43223
  }
43217
43224
  }).catch(function (err) {
43218
43225
  if (err.message && err.message !== 'canceled') {
43219
- _this.$message.error(err.message);
43226
+ _this2.$message.error(err.message);
43220
43227
  }
43221
43228
  });
43222
43229
  },
43223
43230
  getVerificationCode: function getVerificationCode() {
43224
- var _this2 = this;
43231
+ var _this3 = this;
43225
43232
 
43226
43233
  if (this.countdown) {
43227
43234
  return false;
@@ -43244,45 +43251,45 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
43244
43251
  this.countdown = 60;
43245
43252
  this.getCode(data);
43246
43253
  this.timer = setInterval(function () {
43247
- if (_this2.countdown > 0) {
43248
- _this2.countdown--;
43249
- _this2.disabled = true;
43250
- _this2.btnText = '重新获取' + _this2.countdown + 's';
43254
+ if (_this3.countdown > 0) {
43255
+ _this3.countdown--;
43256
+ _this3.disabled = true;
43257
+ _this3.btnText = '重新获取' + _this3.countdown + 's';
43251
43258
  } else {
43252
- _this2.btnText = '获取验证码';
43253
- _this2.disabled = false;
43254
- clearInterval(_this2.timer);
43259
+ _this3.btnText = '获取验证码';
43260
+ _this3.disabled = false;
43261
+ clearInterval(_this3.timer);
43255
43262
  }
43256
43263
  }, 1000);
43257
43264
  }
43258
43265
  },
43259
43266
  getCode: function getCode(params) {
43260
- var _this3 = this;
43267
+ var _this4 = this;
43261
43268
 
43262
43269
  utils_util["a" /* default */].ajax({
43263
43270
  url: api["G" /* getModifyPassCode */],
43264
43271
  params: params
43265
43272
  }).then(function (res) {
43266
43273
  if (res.rCode === 0) {
43267
- _this3.$message.success(res.msg);
43274
+ _this4.$message.success(res.msg);
43268
43275
  } else {
43269
43276
  var msg = res.msg || '系统错误,请联系管理员!';
43270
43277
  if (res.rCode === 2) {
43271
- _this3.btnText = '获取验证码';
43272
- _this3.disabled = false;
43273
- _this3.countdown = 0;
43274
- clearInterval(_this3.timer);
43278
+ _this4.btnText = '获取验证码';
43279
+ _this4.disabled = false;
43280
+ _this4.countdown = 0;
43281
+ clearInterval(_this4.timer);
43275
43282
  }
43276
- _this3.$message.error(msg);
43283
+ _this4.$message.error(msg);
43277
43284
  }
43278
43285
  }).catch(function (err) {
43279
43286
  if (err.message && err.message !== 'canceled') {
43280
- _this3.$message.error(err.message);
43287
+ _this4.$message.error(err.message);
43281
43288
  }
43282
43289
  });
43283
43290
  },
43284
43291
  handleSubmit: function handleSubmit(res) {
43285
- var _this4 = this;
43292
+ var _this5 = this;
43286
43293
 
43287
43294
  this.submit = true;
43288
43295
 
@@ -43308,20 +43315,20 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
43308
43315
  url: api["cb" /* loginModifyPassword */],
43309
43316
  data: data
43310
43317
  }).then(function (res) {
43311
- _this4.submit = false;
43318
+ _this5.submit = false;
43312
43319
  if (res.rCode === 0) {
43313
- _this4.$message.success(res.msg);
43314
- _this4.$emit('success');
43320
+ _this5.$message.success(res.msg);
43321
+ _this5.$emit('success');
43315
43322
  } else {
43316
43323
  var msg = res.msg || '系统错误,请联系管理员!';
43317
- _this4.$message.error(msg);
43318
- _this4.disabled = false;
43319
- delete _this4.formData.verificationCode;
43320
- clearInterval(_this4.timer);
43324
+ _this5.$message.error(msg);
43325
+ _this5.disabled = false;
43326
+ delete _this5.formData.verificationCode;
43327
+ clearInterval(_this5.timer);
43321
43328
  }
43322
43329
  }).catch(function (err) {
43323
43330
  if (err.message && err.message !== 'canceled') {
43324
- _this4.$message.error(err.message);
43331
+ _this5.$message.error(err.message);
43325
43332
  }
43326
43333
  });
43327
43334
  } else {
@@ -43335,21 +43342,21 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
43335
43342
  url: api["d" /* codeModifyPass */],
43336
43343
  data: data
43337
43344
  }).then(function (res) {
43338
- _this4.submit = false;
43345
+ _this5.submit = false;
43339
43346
  if (res.rCode === 0) {
43340
- _this4.$message.success(res.msg);
43341
- _this4.$emit('success');
43347
+ _this5.$message.success(res.msg);
43348
+ _this5.$emit('success');
43342
43349
  } else {
43343
43350
  var msg = res.msg || '系统错误,请联系管理员!';
43344
- _this4.btnText = '获取验证码';
43345
- _this4.disabled = false;
43346
- clearInterval(_this4.timer);
43347
- delete _this4.formData.verificationCode;
43348
- _this4.$message.error(msg);
43351
+ _this5.btnText = '获取验证码';
43352
+ _this5.disabled = false;
43353
+ clearInterval(_this5.timer);
43354
+ delete _this5.formData.verificationCode;
43355
+ _this5.$message.error(msg);
43349
43356
  }
43350
43357
  }).catch(function (err) {
43351
43358
  if (err.message && err.message !== 'canceled') {
43352
- _this4.$message.error(err.message);
43359
+ _this5.$message.error(err.message);
43353
43360
  }
43354
43361
  });
43355
43362
  }
@@ -43375,8 +43382,8 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
43375
43382
 
43376
43383
  var resetPassword_component = normalizeComponent(
43377
43384
  src_resetPasswordvue_type_script_lang_js_,
43378
- resetPasswordvue_type_template_id_cab38660_render,
43379
- resetPasswordvue_type_template_id_cab38660_staticRenderFns,
43385
+ resetPasswordvue_type_template_id_45dccfdc_render,
43386
+ resetPasswordvue_type_template_id_45dccfdc_staticRenderFns,
43380
43387
  false,
43381
43388
  null,
43382
43389
  null,
@@ -44166,6 +44173,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
44166
44173
  _launchImage: function _launchImage() {
44167
44174
  var img = utils_util["a" /* default */].isObject(this.launchImages) ? this.launchImages[this.launchKey] : this.launchImages;
44168
44175
  return { 'background-image': 'url(' + img + ')' };
44176
+ },
44177
+ showForget: function showForget() {
44178
+ return this.forget === true && (this.loginModel.indexOf('11') > -1 || this.loginModel.indexOf('6') > -1);
44169
44179
  }
44170
44180
  },
44171
44181
  watch: {
@@ -44969,7 +44979,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
44969
44979
  useCaseCodes: results.resourceCodes
44970
44980
  }
44971
44981
  });
44972
- console.log(this.doorIndex, 9999999);
44973
44982
  if (this.launchShow) {
44974
44983
  this.$message({
44975
44984
  message: '登录成功!',
@@ -45152,8 +45161,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
45152
45161
 
45153
45162
  var login_src_main_component = normalizeComponent(
45154
45163
  packages_login_src_mainvue_type_script_lang_js_,
45155
- mainvue_type_template_id_d63cd28c_render,
45156
- mainvue_type_template_id_d63cd28c_staticRenderFns,
45164
+ mainvue_type_template_id_5b545408_render,
45165
+ mainvue_type_template_id_5b545408_staticRenderFns,
45157
45166
  false,
45158
45167
  null,
45159
45168
  null,
@@ -45170,8 +45179,8 @@ login_src_main.install = function (Vue) {
45170
45179
  };
45171
45180
 
45172
45181
  /* 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 () {
45182
+ // 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&
45183
+ var mainvue_type_template_id_43324a71_render = function () {
45175
45184
  var _vm = this
45176
45185
  var _h = _vm.$createElement
45177
45186
  var _c = _vm._self._c || _h
@@ -45264,14 +45273,14 @@ var mainvue_type_template_id_b17beeee_render = function () {
45264
45273
  )
45265
45274
  : _vm._e()
45266
45275
  }
45267
- var mainvue_type_template_id_b17beeee_staticRenderFns = []
45268
- mainvue_type_template_id_b17beeee_render._withStripped = true
45276
+ var mainvue_type_template_id_43324a71_staticRenderFns = []
45277
+ mainvue_type_template_id_43324a71_render._withStripped = true
45269
45278
 
45270
45279
 
45271
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b17beeee&
45280
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=43324a71&
45272
45281
 
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 () {
45282
+ // 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&
45283
+ var simplicityvue_type_template_id_b8c4b516_scoped_true_render = function () {
45275
45284
  var _vm = this
45276
45285
  var _h = _vm.$createElement
45277
45286
  var _c = _vm._self._c || _h
@@ -45776,7 +45785,7 @@ var simplicityvue_type_template_id_5bef793e_scoped_true_render = function () {
45776
45785
  src: item.url,
45777
45786
  },
45778
45787
  })
45779
- : item.method === "wujie"
45788
+ : item.method === "wujie" && item.url
45780
45789
  ? _c("es-wujie", {
45781
45790
  attrs: {
45782
45791
  host: _vm.host,
@@ -45901,11 +45910,11 @@ var simplicityvue_type_template_id_5bef793e_scoped_true_render = function () {
45901
45910
  ),
45902
45911
  ])
45903
45912
  }
45904
- var simplicityvue_type_template_id_5bef793e_scoped_true_staticRenderFns = []
45905
- simplicityvue_type_template_id_5bef793e_scoped_true_render._withStripped = true
45913
+ var simplicityvue_type_template_id_b8c4b516_scoped_true_staticRenderFns = []
45914
+ simplicityvue_type_template_id_b8c4b516_scoped_true_render._withStripped = true
45906
45915
 
45907
45916
 
45908
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=5bef793e&scoped=true&
45917
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=b8c4b516&scoped=true&
45909
45918
 
45910
45919
  // 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
45920
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -47801,10 +47810,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
47801
47810
  this.$emit('click', res);
47802
47811
  },
47803
47812
 
47804
- /**
47805
- * @desc:获取气泡提醒
47806
- * @author huangbo
47807
- * @date 2024年9月7日
47813
+ /**
47814
+ * @desc:获取气泡提醒
47815
+ * @author huangbo
47816
+ * @date 2024年9月7日
47808
47817
  **/
47809
47818
  getBadge: function getBadge(res) {
47810
47819
  var num = res.tips || 0;
@@ -48008,8 +48017,8 @@ uservue_type_template_id_edaa0dc4_scoped_true_render._withStripped = true
48008
48017
 
48009
48018
  // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=edaa0dc4&scoped=true&
48010
48019
 
48011
- // 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/userinfo.vue?vue&type=template&id=9a76ed7c&
48012
- var userinfovue_type_template_id_9a76ed7c_render = function () {
48020
+ // 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/userinfo.vue?vue&type=template&id=9d115418&
48021
+ var userinfovue_type_template_id_9d115418_render = function () {
48013
48022
  var _vm = this
48014
48023
  var _h = _vm.$createElement
48015
48024
  var _c = _vm._self._c || _h
@@ -48025,11 +48034,11 @@ var userinfovue_type_template_id_9a76ed7c_render = function () {
48025
48034
  2
48026
48035
  )
48027
48036
  }
48028
- var userinfovue_type_template_id_9a76ed7c_staticRenderFns = []
48029
- userinfovue_type_template_id_9a76ed7c_render._withStripped = true
48037
+ var userinfovue_type_template_id_9d115418_staticRenderFns = []
48038
+ userinfovue_type_template_id_9d115418_render._withStripped = true
48030
48039
 
48031
48040
 
48032
- // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=9a76ed7c&
48041
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=9d115418&
48033
48042
 
48034
48043
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
48035
48044
  //
@@ -48121,7 +48130,7 @@ userinfovue_type_template_id_9a76ed7c_render._withStripped = true
48121
48130
  },
48122
48131
  col: 6
48123
48132
  }, {
48124
- name: 'officetel',
48133
+ name: 'officeTel',
48125
48134
  placeholder: '座机号',
48126
48135
  label: '座机号',
48127
48136
  type: 'text',
@@ -48259,6 +48268,8 @@ userinfovue_type_template_id_9a76ed7c_render._withStripped = true
48259
48268
  utils_util["a" /* default */].win.postMessage({ type: 1 }, '*');
48260
48269
  }
48261
48270
  }).catch(function (e) {});
48271
+ } else {
48272
+ _this2.$message.success(res.msg);
48262
48273
  }
48263
48274
  } else {
48264
48275
  var msg = res.msg || '系统错误,请联系管理员!';
@@ -48288,8 +48299,8 @@ userinfovue_type_template_id_9a76ed7c_render._withStripped = true
48288
48299
 
48289
48300
  var userinfo_component = normalizeComponent(
48290
48301
  simplicity_userinfovue_type_script_lang_js_,
48291
- userinfovue_type_template_id_9a76ed7c_render,
48292
- userinfovue_type_template_id_9a76ed7c_staticRenderFns,
48302
+ userinfovue_type_template_id_9d115418_render,
48303
+ userinfovue_type_template_id_9d115418_staticRenderFns,
48293
48304
  false,
48294
48305
  null,
48295
48306
  null,
@@ -51412,12 +51423,15 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
51412
51423
  var simplicityvue_type_script_lang_js_systemMode = utils_util["a" /* default */].win.systemMode || 'default';
51413
51424
  var events = [function (tabs, index, that) {
51414
51425
  var tab = tabs[index];
51415
-
51416
51426
  if (tab.method == 'iframe') {
51417
51427
  tabs[index].url = utils_util["a" /* default */].handlerUrl(tab.url);
51418
51428
  }
51419
51429
  if (tab.method === 'wujie' && tab.appCode) {
51420
- window.document.querySelector('iframe[name=' + tab.appCode + ']').contentWindow.location.reload(true);
51430
+ var url = tab.url;
51431
+ tab.url = '';
51432
+ that.$nextTick(function () {
51433
+ tab.url = url;
51434
+ });
51421
51435
  }
51422
51436
  if (tab.method === 'router') {
51423
51437
  that.$set(tabs[index], 'keys', utils_util["a" /* default */].uuid());
@@ -51757,10 +51771,10 @@ var events = [function (tabs, index, that) {
51757
51771
  },
51758
51772
 
51759
51773
  methods: {
51760
- /**
51761
- * @desc:匹配路由
51762
- * @author huangbo
51763
- * @date 2024年9月7日
51774
+ /**
51775
+ * @desc:匹配路由
51776
+ * @author huangbo
51777
+ * @date 2024年9月7日
51764
51778
  **/
51765
51779
  hasRouter: function hasRouter(res, url, code) {
51766
51780
  if (!url) {
@@ -51804,10 +51818,10 @@ var events = [function (tabs, index, that) {
51804
51818
  return false;
51805
51819
  },
51806
51820
 
51807
- /**
51808
- * @desc:获取初始数据
51809
- * @author huangbo
51810
- * @date 2024年9月7日
51821
+ /**
51822
+ * @desc:获取初始数据
51823
+ * @author huangbo
51824
+ * @date 2024年9月7日
51811
51825
  **/
51812
51826
  init: function init(results, first) {
51813
51827
  this.setConfig(results);
@@ -51816,10 +51830,10 @@ var events = [function (tabs, index, that) {
51816
51830
  }
51817
51831
  },
51818
51832
 
51819
- /**
51820
- * @desc:设置用户配置及信息
51821
- * @author huangbo
51822
- * @date 2024年9月7日
51833
+ /**
51834
+ * @desc:设置用户配置及信息
51835
+ * @author huangbo
51836
+ * @date 2024年9月7日
51823
51837
  **/
51824
51838
  setConfig: function setConfig(results) {
51825
51839
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -51930,10 +51944,10 @@ var events = [function (tabs, index, that) {
51930
51944
  }
51931
51945
  },
51932
51946
 
51933
- /**
51934
- * @desc:获取所有应用
51935
- * @author huangbo
51936
- * @date 2024年9月7日
51947
+ /**
51948
+ * @desc:获取所有应用
51949
+ * @author huangbo
51950
+ * @date 2024年9月7日
51937
51951
  **/
51938
51952
  getApplications: function getApplications() {
51939
51953
  var _this = this;
@@ -51981,10 +51995,10 @@ var events = [function (tabs, index, that) {
51981
51995
  });
51982
51996
  },
51983
51997
 
51984
- /**
51985
- * @desc:获取菜单列表
51986
- * @author huangbo
51987
- * @date 2024年9月7日
51998
+ /**
51999
+ * @desc:获取菜单列表
52000
+ * @author huangbo
52001
+ * @date 2024年9月7日
51988
52002
  **/
51989
52003
  getMenus: function getMenus(loading) {
51990
52004
  var _this2 = this;
@@ -52017,10 +52031,10 @@ var events = [function (tabs, index, that) {
52017
52031
  });
52018
52032
  },
52019
52033
 
52020
- /**
52021
- * @desc:处理菜单列表
52022
- * @author huangbo
52023
- * @date 2024年9月7日
52034
+ /**
52035
+ * @desc:处理菜单列表
52036
+ * @author huangbo
52037
+ * @date 2024年9月7日
52024
52038
  **/
52025
52039
  renderMenus: function renderMenus(res) {
52026
52040
  this.menus = res;
@@ -52110,10 +52124,10 @@ var events = [function (tabs, index, that) {
52110
52124
  }
52111
52125
  },
52112
52126
 
52113
- /**
52114
- * @desc:设置页面加载类型
52115
- * @author huangbo
52116
- * @date 2024年9月7日
52127
+ /**
52128
+ * @desc:设置页面加载类型
52129
+ * @author huangbo
52130
+ * @date 2024年9月7日
52117
52131
  **/
52118
52132
  setIframeType: function setIframeType(res) {
52119
52133
  var url = res.url;
@@ -52169,10 +52183,10 @@ var events = [function (tabs, index, that) {
52169
52183
  return res;
52170
52184
  },
52171
52185
 
52172
- /**
52173
- * @desc:获取菜单
52174
- * @author huangbo
52175
- * @date 2024年9月7日
52186
+ /**
52187
+ * @desc:获取菜单
52188
+ * @author huangbo
52189
+ * @date 2024年9月7日
52176
52190
  **/
52177
52191
  getMenu: function getMenu(menus, res, key) {
52178
52192
  if (Array.isArray(menus)) {
@@ -52201,10 +52215,10 @@ var events = [function (tabs, index, that) {
52201
52215
  return false;
52202
52216
  },
52203
52217
 
52204
- /**
52205
- * @desc:获取菜单第一条数据
52206
- * @author huangbo
52207
- * @date 2024年9月7日
52218
+ /**
52219
+ * @desc:获取菜单第一条数据
52220
+ * @author huangbo
52221
+ * @date 2024年9月7日
52208
52222
  **/
52209
52223
  getFirst: function getFirst(obj) {
52210
52224
  if (!obj) {
@@ -52223,10 +52237,10 @@ var events = [function (tabs, index, that) {
52223
52237
  }
52224
52238
  },
52225
52239
 
52226
- /**
52227
- * @desc:遍历设置菜单气泡提醒
52228
- * @author huangbo
52229
- * @date 2024年9月7日
52240
+ /**
52241
+ * @desc:遍历设置菜单气泡提醒
52242
+ * @author huangbo
52243
+ * @date 2024年9月7日
52230
52244
  **/
52231
52245
  setTips: function setTips(obj) {
52232
52246
  var _this3 = this;
@@ -52270,10 +52284,10 @@ var events = [function (tabs, index, that) {
52270
52284
  return false;
52271
52285
  },
52272
52286
 
52273
- /**
52274
- * @desc:获取气泡提醒
52275
- * @author huangbo
52276
- * @date 2024年9月7日
52287
+ /**
52288
+ * @desc:获取气泡提醒
52289
+ * @author huangbo
52290
+ * @date 2024年9月7日
52277
52291
  **/
52278
52292
  getBadge: function getBadge(res) {
52279
52293
  var num = res.tips || 0;
@@ -52287,10 +52301,10 @@ var events = [function (tabs, index, that) {
52287
52301
  };
52288
52302
  },
52289
52303
 
52290
- /**
52291
- * @desc:开启weosocket
52292
- * @author huangbo
52293
- * @date 2024年9月7日
52304
+ /**
52305
+ * @desc:开启weosocket
52306
+ * @author huangbo
52307
+ * @date 2024年9月7日
52294
52308
  **/
52295
52309
  initWebSocket: function initWebSocket() {
52296
52310
  var _this4 = this;
@@ -52338,10 +52352,10 @@ var events = [function (tabs, index, that) {
52338
52352
  });
52339
52353
  },
52340
52354
 
52341
- /**
52342
- * @desc:显示用户信息
52343
- * @author huangbo
52344
- * @date 2024年9月7日
52355
+ /**
52356
+ * @desc:显示用户信息
52357
+ * @author huangbo
52358
+ * @date 2024年9月7日
52345
52359
  **/
52346
52360
  showUserInfo: function showUserInfo() {
52347
52361
  if (this.showUser === false) {
@@ -52349,19 +52363,19 @@ var events = [function (tabs, index, that) {
52349
52363
  }
52350
52364
  },
52351
52365
 
52352
- /**
52353
- * @desc:删除更多应用菜单点击
52354
- * @author huangbo
52355
- * @date 2024年9月7日
52366
+ /**
52367
+ * @desc:删除更多应用菜单点击
52368
+ * @author huangbo
52369
+ * @date 2024年9月7日
52356
52370
  **/
52357
52371
  handleDelete: function handleDelete(index) {
52358
52372
  this.newApps.splice(index, 1);
52359
52373
  },
52360
52374
 
52361
- /**
52362
- * @desc:储存更多应用菜单点击
52363
- * @author huangbo
52364
- * @date 2024年9月7日
52375
+ /**
52376
+ * @desc:储存更多应用菜单点击
52377
+ * @author huangbo
52378
+ * @date 2024年9月7日
52365
52379
  **/
52366
52380
  handlerClickApps: function handlerClickApps(res) {
52367
52381
  if (res.permission === false) {
@@ -52374,10 +52388,10 @@ var events = [function (tabs, index, that) {
52374
52388
  this.handlerClickApp(res);
52375
52389
  },
52376
52390
 
52377
- /**
52378
- * @desc:侧边应用菜单点击
52379
- * @author huangbo
52380
- * @date 2024年9月7日
52391
+ /**
52392
+ * @desc:侧边应用菜单点击
52393
+ * @author huangbo
52394
+ * @date 2024年9月7日
52381
52395
  **/
52382
52396
  handlerClickApp: function handlerClickApp(res) {
52383
52397
  this.showMsg = false;
@@ -52460,10 +52474,10 @@ var events = [function (tabs, index, that) {
52460
52474
  }
52461
52475
  },
52462
52476
 
52463
- /**
52464
- * @desc:显示Drawer界面
52465
- * @author huangbo
52466
- * @date 2024年9月7日
52477
+ /**
52478
+ * @desc:显示Drawer界面
52479
+ * @author huangbo
52480
+ * @date 2024年9月7日
52467
52481
  **/
52468
52482
  handlerSetDrawer: function handlerSetDrawer(res) {
52469
52483
  this.drawer.visible = !this.drawer.visible;
@@ -52474,19 +52488,19 @@ var events = [function (tabs, index, that) {
52474
52488
  }
52475
52489
  },
52476
52490
 
52477
- /**
52478
- * @desc:关闭Drawer界面
52479
- * @author huangbo
52480
- * @date 2024年9月7日
52491
+ /**
52492
+ * @desc:关闭Drawer界面
52493
+ * @author huangbo
52494
+ * @date 2024年9月7日
52481
52495
  **/
52482
52496
  handleCloseDrawer: function handleCloseDrawer() {
52483
52497
  this.drawer = { visible: false };
52484
52498
  },
52485
52499
 
52486
- /**
52487
- * @desc:菜单点击
52488
- * @author huangbo
52489
- * @date 2024年9月7日
52500
+ /**
52501
+ * @desc:菜单点击
52502
+ * @author huangbo
52503
+ * @date 2024年9月7日
52490
52504
  **/
52491
52505
  handlerClickMenu: function handlerClickMenu(res) {
52492
52506
  utils_util["a" /* default */].ajax({
@@ -52521,19 +52535,19 @@ var events = [function (tabs, index, that) {
52521
52535
  },
52522
52536
 
52523
52537
 
52524
- /**
52525
- * @desc:用户详情请求成功
52526
- * @author huangbo
52527
- * @date 2024年9月7日
52538
+ /**
52539
+ * @desc:用户详情请求成功
52540
+ * @author huangbo
52541
+ * @date 2024年9月7日
52528
52542
  **/
52529
52543
  handleSuccess: function handleSuccess(res) {
52530
52544
  this.simpleUserInfo = res.simpleUserInfo;
52531
52545
  },
52532
52546
 
52533
- /**
52534
- * @desc:修改用户配置
52535
- * @author huangbo
52536
- * @date 2024年9月7日
52547
+ /**
52548
+ * @desc:修改用户配置
52549
+ * @author huangbo
52550
+ * @date 2024年9月7日
52537
52551
  **/
52538
52552
  handleChangeConfig: function handleChangeConfig(name, res) {
52539
52553
  if (name == 'userHeadUrl') {
@@ -52549,10 +52563,10 @@ var events = [function (tabs, index, that) {
52549
52563
  }
52550
52564
  },
52551
52565
 
52552
- /**
52553
- * @desc:关闭webSocket
52554
- * @author huangbo
52555
- * @date 2024年9月7日
52566
+ /**
52567
+ * @desc:关闭webSocket
52568
+ * @author huangbo
52569
+ * @date 2024年9月7日
52556
52570
  **/
52557
52571
  handlerClose: function handlerClose() {
52558
52572
  if (this.webSocket) {
@@ -52560,10 +52574,10 @@ var events = [function (tabs, index, that) {
52560
52574
  }
52561
52575
  },
52562
52576
 
52563
- /**
52564
- * @desc:刷新选中iframe页签
52565
- * @author huangbo
52566
- * @date 2024年9月7日
52577
+ /**
52578
+ * @desc:刷新选中iframe页签
52579
+ * @author huangbo
52580
+ * @date 2024年9月7日
52567
52581
  **/
52568
52582
  handleRefresh: function handleRefresh() {
52569
52583
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -52584,10 +52598,10 @@ var events = [function (tabs, index, that) {
52584
52598
  }
52585
52599
  },
52586
52600
 
52587
- /**
52588
- * @desc:删除iframe
52589
- * @author huangbo
52590
- * @date 2024年9月7日
52601
+ /**
52602
+ * @desc:删除iframe
52603
+ * @author huangbo
52604
+ * @date 2024年9月7日
52591
52605
  **/
52592
52606
  handleRemove: function handleRemove(name) {
52593
52607
  var len = this.tabs.length - 1;
@@ -52604,10 +52618,10 @@ var events = [function (tabs, index, that) {
52604
52618
  }
52605
52619
  },
52606
52620
 
52607
- /**
52608
- * @desc:tabs鼠标右键事件
52609
- * @author huangbo
52610
- * @date 2024年9月7日
52621
+ /**
52622
+ * @desc:tabs鼠标右键事件
52623
+ * @author huangbo
52624
+ * @date 2024年9月7日
52611
52625
  **/
52612
52626
  handleContextmenu: function handleContextmenu(tabs, e) {
52613
52627
  var disabled = {};
@@ -52632,10 +52646,10 @@ var events = [function (tabs, index, that) {
52632
52646
  window.addEventListener('click', this.closeTabsEvents);
52633
52647
  },
52634
52648
 
52635
- /**
52636
- * @desc:tabs页签事件
52637
- * @author huangbo
52638
- * @date 2024年9月7日
52649
+ /**
52650
+ * @desc:tabs页签事件
52651
+ * @author huangbo
52652
+ * @date 2024年9月7日
52639
52653
  **/
52640
52654
  handleTabsEvents: function handleTabsEvents(num) {
52641
52655
  if (this.pane !== null) {
@@ -52653,10 +52667,10 @@ var events = [function (tabs, index, that) {
52653
52667
  window.removeEventListener('click', this.closeTabsEvents);
52654
52668
  },
52655
52669
 
52656
- /**
52657
- * @desc:handler工具栏点击事件
52658
- * @author huangbo
52659
- * @date 2024年9月7日
52670
+ /**
52671
+ * @desc:handler工具栏点击事件
52672
+ * @author huangbo
52673
+ * @date 2024年9月7日
52660
52674
  **/
52661
52675
  handleClick: function handleClick(res) {
52662
52676
  var type = res.type,
@@ -52732,10 +52746,10 @@ var events = [function (tabs, index, that) {
52732
52746
  this.$emit('handler-click', res);
52733
52747
  },
52734
52748
 
52735
- /**
52736
- * @desc:退出登录
52737
- * @author huangbo
52738
- * @date 2024年9月7日
52749
+ /**
52750
+ * @desc:退出登录
52751
+ * @author huangbo
52752
+ * @date 2024年9月7日
52739
52753
  **/
52740
52754
  handleQuit: function handleQuit() {
52741
52755
  var _this5 = this;
@@ -52793,10 +52807,10 @@ var events = [function (tabs, index, that) {
52793
52807
  }).catch(function (e) {});
52794
52808
  },
52795
52809
 
52796
- /**
52797
- * @desc:主题、消息回调
52798
- * @author huangbo
52799
- * @date 2024年9月7日
52810
+ /**
52811
+ * @desc:主题、消息回调
52812
+ * @author huangbo
52813
+ * @date 2024年9月7日
52800
52814
  **/
52801
52815
  handleChange: function handleChange(res) {
52802
52816
  var type = res.type,
@@ -52812,10 +52826,10 @@ var events = [function (tabs, index, that) {
52812
52826
  }
52813
52827
  },
52814
52828
 
52815
- /**
52816
- * @desc:菜单布局样式切换
52817
- * @author huangbo
52818
- * @date 2024年9月7日
52829
+ /**
52830
+ * @desc:菜单布局样式切换
52831
+ * @author huangbo
52832
+ * @date 2024年9月7日
52819
52833
  **/
52820
52834
  handleLayout: function handleLayout(res, active) {
52821
52835
  if (active) {
@@ -52824,10 +52838,10 @@ var events = [function (tabs, index, that) {
52824
52838
  this.$emit('chang-layout', res, active);
52825
52839
  },
52826
52840
 
52827
- /**
52828
- * @desc:消息修改总数
52829
- * @author huangbo
52830
- * @date 2024年9月7日
52841
+ /**
52842
+ * @desc:消息修改总数
52843
+ * @author huangbo
52844
+ * @date 2024年9月7日
52831
52845
  **/
52832
52846
  handleMenuTips: function handleMenuTips(id, num) {
52833
52847
  if (num) {
@@ -52838,10 +52852,10 @@ var events = [function (tabs, index, that) {
52838
52852
  }
52839
52853
  },
52840
52854
 
52841
- /**
52842
- * @desc:处理即时消息
52843
- * @author huangbo
52844
- * @date 2024年9月7日
52855
+ /**
52856
+ * @desc:处理即时消息
52857
+ * @author huangbo
52858
+ * @date 2024年9月7日
52845
52859
  **/
52846
52860
  handleOpened: function handleOpened(res) {
52847
52861
  var _this6 = this;
@@ -52939,11 +52953,11 @@ var events = [function (tabs, index, that) {
52939
52953
 
52940
52954
  var simplicity_component = normalizeComponent(
52941
52955
  src_simplicityvue_type_script_lang_js_,
52942
- simplicityvue_type_template_id_5bef793e_scoped_true_render,
52943
- simplicityvue_type_template_id_5bef793e_scoped_true_staticRenderFns,
52956
+ simplicityvue_type_template_id_b8c4b516_scoped_true_render,
52957
+ simplicityvue_type_template_id_b8c4b516_scoped_true_staticRenderFns,
52944
52958
  false,
52945
52959
  null,
52946
- "5bef793e",
52960
+ "b8c4b516",
52947
52961
  null
52948
52962
 
52949
52963
  )
@@ -56674,73 +56688,78 @@ var default_component = normalizeComponent(
56674
56688
  this.params = utils_util["a" /* default */].getParams() || {};
56675
56689
  this.sysCode = this.params.sysCode;
56676
56690
  this.appCode = this.params.appCode;
56691
+ if (this.params.cookie && (this.params.cookie == true || this.params.cookie == 1)) {
56692
+ this.isLogin = true;
56693
+ }
56677
56694
  this.getConfig(this.params);
56678
56695
  // 主应用监听事件
56679
56696
  },
56680
56697
  mounted: function mounted() {
56681
56698
  var _this = this;
56682
56699
 
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
- }
56700
+ if (this.isLogin) {
56701
+ if (utils_util["a" /* default */].win.$wujie) {
56702
+ utils_util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
56703
+ utils_util["a" /* default */].updateTheme(res);
56704
+ });
56705
+ }
56688
56706
 
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) {
56707
+ var bus = this.bus || this.$root.Bus;
56708
+ if (bus) {
56709
+ bus.$on('reLogin', this.handleReLogin);
56710
+ bus.$on('refresh', this.$refs.main.handleRefresh);
56711
+ bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56712
+ bus.$on('emit', function (method, args) {
56713
+ // 主应用发送事件
56714
+ bus.$emit(method, args);
56715
+ });
56716
+ }
56717
+ utils_util["a" /* default */].win.reLogin = this.handleReLogin;
56718
+ utils_util["a" /* default */].win.windowOpen = this.openPage;
56719
+ utils_util["a" /* default */].win.refresh = this.$refs.main.handleRefresh;
56720
+ utils_util["a" /* default */].win.jumpMenu = this.$refs.main.jumpMenu;
56721
+ external_wujie_vue2_default.a.bus.$on('reLogin', this.handleReLogin);
56722
+ external_wujie_vue2_default.a.bus.$on('refresh', this.$refs.main.handleRefresh);
56723
+ external_wujie_vue2_default.a.bus.$on('jumpMenu', this.$refs.main.jumpMenu);
56724
+ external_wujie_vue2_default.a.bus.$on('emit', function (method, args) {
56695
56725
  // 主应用发送事件
56696
- bus.$emit(method, args);
56726
+ external_wujie_vue2_default.a.bus.$emit(method, args);
56697
56727
  });
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
56728
 
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);
56729
+ window.addEventListener('message', function (method, args) {
56730
+ switch (method) {
56731
+ case 'reLogin':
56732
+ _this.handleReLogin(args);
56733
+ break;
56734
+ case 'refresh':
56735
+ _this.$refs.main.handleRefresh(args);
56736
+ break;
56737
+ case 'jumpMenu':
56738
+ _this.$refs.main.jumpMenu(args);
56739
+ break;
56740
+ case 'emit':
56741
+ var origin = args.origin || '*';
56742
+ window.postMessage(args, origin);
56743
+ break;
56744
+ case 'openDialog':
56745
+ _this.dialogs.push(args);
56746
+ var index = _this.visibles.length;
56747
+ _this.visibles.push(false);
56748
+ _this.$nextTick(function () {
56749
+ _this.$set(_this.visibles, index, true);
56750
+ });
56751
+ break;
56752
+ case 'closeDialog':
56753
+ for (var i = 0; i < _this.dialogs.length; i++) {
56754
+ var item = _this.dialogs[i];
56755
+ if (item.url == args.url) {
56756
+ _this.$set(_this.visibles, i, false);
56757
+ }
56739
56758
  }
56740
- }
56741
- break;
56742
- }
56743
- });
56759
+ break;
56760
+ }
56761
+ });
56762
+ }
56744
56763
  },
56745
56764
 
56746
56765
  methods: {
@@ -56860,7 +56879,7 @@ var default_component = normalizeComponent(
56860
56879
  var _this4 = this;
56861
56880
 
56862
56881
  var token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
56863
- this.isLogin = token ? true : false;
56882
+ this.isLogin = token ? true : this.isLogin;
56864
56883
  if (!token && Object.prototype.hasOwnProperty.call(query, 'serverId') && Object.prototype.hasOwnProperty.call(query, 'authType')) {
56865
56884
  return false;
56866
56885
  }
@@ -56966,8 +56985,8 @@ var default_component = normalizeComponent(
56966
56985
 
56967
56986
  var main_src_main_component = normalizeComponent(
56968
56987
  packages_main_src_mainvue_type_script_lang_js_,
56969
- mainvue_type_template_id_b17beeee_render,
56970
- mainvue_type_template_id_b17beeee_staticRenderFns,
56988
+ mainvue_type_template_id_43324a71_render,
56989
+ mainvue_type_template_id_43324a71_staticRenderFns,
56971
56990
  false,
56972
56991
  null,
56973
56992
  null,
@@ -59572,19 +59591,19 @@ var QRCode = __webpack_require__(22);
59572
59591
  //设置logo大小
59573
59592
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
59574
59593
  //设置获取的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();
59594
+ /* ctx.fillStyle = "#fff";
59595
+ ctx.beginPath();
59596
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
59597
+ let w = 46; //圆角宽
59598
+ let x = logoPosition - 5;
59599
+ let y = logoPosition - 5;
59600
+ let r = 5; //圆角半径
59601
+ ctx.moveTo(x + r, y);
59602
+ ctx.arcTo(x + w, y, x + w, y + h, r);
59603
+ ctx.arcTo(x + w, y + h, x, y + h, r);
59604
+ ctx.arcTo(x, y + h, x, y, r);
59605
+ ctx.arcTo(x, y, x + w, y, r);
59606
+ ctx.closePath();
59588
59607
  ctx.fill(); */
59589
59608
  logo.onload = function () {
59590
59609
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -77385,7 +77404,7 @@ if (typeof window !== 'undefined' && window.Vue) {
77385
77404
  }
77386
77405
 
77387
77406
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
77388
- version: '0.6.20',
77407
+ version: '0.6.22',
77389
77408
  install: install,
77390
77409
  Button: packages_button,
77391
77410
  ButtonGroup: button_group,