eoss-ui 0.7.71 → 0.7.72

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 (82) hide show
  1. package/lib/eoss-ui.common.js +130 -134
  2. package/lib/flow.js +9 -8
  3. package/lib/index.js +1 -1
  4. package/lib/login.js +3 -3
  5. package/lib/main.js +107 -112
  6. package/lib/theme-chalk/index.css +1 -1
  7. package/lib/theme-chalk/main.css +1 -1
  8. package/lib/theme-chalk/simplicity-top.css +1 -1
  9. package/package.json +1 -1
  10. package/packages/flow/src/freeStartFlow.vue +2 -1
  11. package/packages/login/src/main.vue +3 -1
  12. package/packages/main/src/main.vue +6 -18
  13. package/packages/main/src/simplicity/handler.vue +1 -3
  14. package/packages/main/src/simplicity/index.vue +13 -3
  15. package/packages/main/src/simplicityTop/handler.vue +1 -4
  16. package/packages/main/src/simplicityTop/index.vue +14 -9
  17. package/packages/theme-chalk/gulpfile.js +25 -0
  18. package/packages/theme-chalk/src/common/var.scss +1 -1
  19. package/packages/theme-chalk/src/simplicity-top.scss +2 -2
  20. package/src/index.js +1 -1
  21. package/packages/theme-chalk/lib/base.css +0 -1
  22. package/packages/theme-chalk/lib/button-group.css +0 -1
  23. package/packages/theme-chalk/lib/button.css +0 -1
  24. package/packages/theme-chalk/lib/calendar.css +0 -1
  25. package/packages/theme-chalk/lib/calogin.css +0 -0
  26. package/packages/theme-chalk/lib/card.css +0 -1
  27. package/packages/theme-chalk/lib/cascader.css +0 -0
  28. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  29. package/packages/theme-chalk/lib/clients.css +0 -1
  30. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  31. package/packages/theme-chalk/lib/data-table.css +0 -1
  32. package/packages/theme-chalk/lib/date-picker.css +0 -1
  33. package/packages/theme-chalk/lib/dialog.css +0 -1
  34. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  35. package/packages/theme-chalk/lib/enterprise.css +0 -1
  36. package/packages/theme-chalk/lib/error-page.css +0 -1
  37. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  38. package/packages/theme-chalk/lib/flow-group.css +0 -1
  39. package/packages/theme-chalk/lib/flow-list.css +0 -1
  40. package/packages/theme-chalk/lib/flow.css +0 -1
  41. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  42. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  43. package/packages/theme-chalk/lib/form.css +0 -1
  44. package/packages/theme-chalk/lib/handle-user.css +0 -1
  45. package/packages/theme-chalk/lib/handler.css +0 -1
  46. package/packages/theme-chalk/lib/icon.css +0 -1
  47. package/packages/theme-chalk/lib/icons.css +0 -1
  48. package/packages/theme-chalk/lib/index.css +0 -1
  49. package/packages/theme-chalk/lib/input-number.css +0 -0
  50. package/packages/theme-chalk/lib/input.css +0 -1
  51. package/packages/theme-chalk/lib/label.css +0 -1
  52. package/packages/theme-chalk/lib/layout.css +0 -1
  53. package/packages/theme-chalk/lib/login.css +0 -1
  54. package/packages/theme-chalk/lib/main.css +0 -1
  55. package/packages/theme-chalk/lib/menu.css +0 -1
  56. package/packages/theme-chalk/lib/nav.css +0 -1
  57. package/packages/theme-chalk/lib/notify.css +0 -0
  58. package/packages/theme-chalk/lib/page.css +0 -1
  59. package/packages/theme-chalk/lib/pagination.css +0 -1
  60. package/packages/theme-chalk/lib/player.css +0 -1
  61. package/packages/theme-chalk/lib/qr-code.css +0 -1
  62. package/packages/theme-chalk/lib/radio-group.css +0 -1
  63. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  64. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  65. package/packages/theme-chalk/lib/select.css +0 -1
  66. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  67. package/packages/theme-chalk/lib/selector.css +0 -1
  68. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  69. package/packages/theme-chalk/lib/simplicity.css +0 -1
  70. package/packages/theme-chalk/lib/sizer.css +0 -1
  71. package/packages/theme-chalk/lib/steps.css +0 -1
  72. package/packages/theme-chalk/lib/switch.css +0 -1
  73. package/packages/theme-chalk/lib/table-form.css +0 -0
  74. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  75. package/packages/theme-chalk/lib/tabs.css +0 -1
  76. package/packages/theme-chalk/lib/tips.css +0 -1
  77. package/packages/theme-chalk/lib/toolbar.css +0 -1
  78. package/packages/theme-chalk/lib/tree-group.css +0 -1
  79. package/packages/theme-chalk/lib/tree.css +0 -1
  80. package/packages/theme-chalk/lib/upload.css +0 -1
  81. package/packages/theme-chalk/lib/wujie.css +0 -0
  82. package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/login.js CHANGED
@@ -4588,7 +4588,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
4588
4588
  // ESM COMPAT FLAG
4589
4589
  __webpack_require__.r(__webpack_exports__);
4590
4590
 
4591
- // 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=6eee97de&
4591
+ // 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=7774c1e2&
4592
4592
  var render = function () {
4593
4593
  var _vm = this
4594
4594
  var _h = _vm.$createElement
@@ -5881,7 +5881,7 @@ var staticRenderFns = [
5881
5881
  render._withStripped = true
5882
5882
 
5883
5883
 
5884
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=6eee97de&
5884
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=7774c1e2&
5885
5885
 
5886
5886
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5887
5887
  var regenerator_ = __webpack_require__(4);
@@ -7340,7 +7340,7 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7340
7340
  return { 'background-image': 'url(' + img + ')' };
7341
7341
  },
7342
7342
  showForget: function showForget() {
7343
- return this.forgetUrl && typeof this.forgetUrl === 'string' ? true : this.forgetUrl === true && this.loginModel.indexOf('0') > -1;
7343
+ return this.forgetUrl && typeof this.forgetUrl === 'string' ? true : this.forgetUrl === true && this.loginModel.indexOf('0') > -1 && this.showVerifyCode;
7344
7344
  },
7345
7345
  isCeshi: function isCeshi() {
7346
7346
  return this.ceshi ? mainvue_type_script_lang_js_params[this.ceshi] : false;
package/lib/main.js CHANGED
@@ -5193,7 +5193,7 @@ module.exports = function (css) {
5193
5193
  // ESM COMPAT FLAG
5194
5194
  __webpack_require__.r(__webpack_exports__);
5195
5195
 
5196
- // 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=7129ff3e&
5196
+ // 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=0fbde292&
5197
5197
  var render = function () {
5198
5198
  var _vm = this
5199
5199
  var _h = _vm.$createElement
@@ -5341,13 +5341,13 @@ var staticRenderFns = []
5341
5341
  render._withStripped = true
5342
5342
 
5343
5343
 
5344
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=7129ff3e&
5344
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=0fbde292&
5345
5345
 
5346
5346
  // EXTERNAL MODULE: ./src/config/image.js
5347
5347
  var config_image = __webpack_require__(19);
5348
5348
 
5349
- // 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=429559f0&scoped=true&
5350
- var simplicityvue_type_template_id_429559f0_scoped_true_render = function () {
5349
+ // 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=c4919c58&scoped=true&
5350
+ var simplicityvue_type_template_id_c4919c58_scoped_true_render = function () {
5351
5351
  var _vm = this
5352
5352
  var _h = _vm.$createElement
5353
5353
  var _c = _vm._self._c || _h
@@ -5381,7 +5381,9 @@ var simplicityvue_type_template_id_429559f0_scoped_true_render = function () {
5381
5381
  ),
5382
5382
  ]
5383
5383
  ),
5384
- _vm.user.identityList && _vm.user.identityList.length > 1
5384
+ _vm.jobExplicited &&
5385
+ _vm.user.identityList &&
5386
+ _vm.user.identityList.length > 1
5385
5387
  ? _c(
5386
5388
  "el-dropdown",
5387
5389
  {
@@ -6111,11 +6113,11 @@ var simplicityvue_type_template_id_429559f0_scoped_true_render = function () {
6111
6113
  ),
6112
6114
  ])
6113
6115
  }
6114
- var simplicityvue_type_template_id_429559f0_scoped_true_staticRenderFns = []
6115
- simplicityvue_type_template_id_429559f0_scoped_true_render._withStripped = true
6116
+ var simplicityvue_type_template_id_c4919c58_scoped_true_staticRenderFns = []
6117
+ simplicityvue_type_template_id_c4919c58_scoped_true_render._withStripped = true
6116
6118
 
6117
6119
 
6118
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=429559f0&scoped=true&
6120
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=c4919c58&scoped=true&
6119
6121
 
6120
6122
  // 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&
6121
6123
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -6275,8 +6277,8 @@ var component = Object(componentNormalizer["a" /* default */])(
6275
6277
  )
6276
6278
 
6277
6279
  /* harmony default export */ var avatar = (component.exports);
6278
- // 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/handler.vue?vue&type=template&id=4332e6c6&scoped=true&
6279
- var handlervue_type_template_id_4332e6c6_scoped_true_render = function () {
6280
+ // 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/handler.vue?vue&type=template&id=f2c8221c&scoped=true&
6281
+ var handlervue_type_template_id_f2c8221c_scoped_true_render = function () {
6280
6282
  var _vm = this
6281
6283
  var _h = _vm.$createElement
6282
6284
  var _c = _vm._self._c || _h
@@ -6431,11 +6433,11 @@ var handlervue_type_template_id_4332e6c6_scoped_true_render = function () {
6431
6433
  2
6432
6434
  )
6433
6435
  }
6434
- var handlervue_type_template_id_4332e6c6_scoped_true_staticRenderFns = []
6435
- handlervue_type_template_id_4332e6c6_scoped_true_render._withStripped = true
6436
+ var handlervue_type_template_id_f2c8221c_scoped_true_staticRenderFns = []
6437
+ handlervue_type_template_id_f2c8221c_scoped_true_render._withStripped = true
6436
6438
 
6437
6439
 
6438
- // CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=4332e6c6&scoped=true&
6440
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=f2c8221c&scoped=true&
6439
6441
 
6440
6442
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=script&lang=js&
6441
6443
  var _data;
@@ -6571,9 +6573,7 @@ var _data;
6571
6573
  data: (_data = {
6572
6574
  handler: 'deep',
6573
6575
  immediate: true
6574
- }, _data['handler'] = function handler(newVal, oldVal) {
6575
- console.log(newVal, 122221212);
6576
- }, _data)
6576
+ }, _data['handler'] = function handler(newVal, oldVal) {}, _data)
6577
6577
  },
6578
6578
  created: function created() {
6579
6579
  //this.time = util.timeCycle() + '好!';
@@ -6612,11 +6612,11 @@ var _data;
6612
6612
 
6613
6613
  var handler_component = Object(componentNormalizer["a" /* default */])(
6614
6614
  simplicity_handlervue_type_script_lang_js_,
6615
- handlervue_type_template_id_4332e6c6_scoped_true_render,
6616
- handlervue_type_template_id_4332e6c6_scoped_true_staticRenderFns,
6615
+ handlervue_type_template_id_f2c8221c_scoped_true_render,
6616
+ handlervue_type_template_id_f2c8221c_scoped_true_staticRenderFns,
6617
6617
  false,
6618
6618
  null,
6619
- "4332e6c6",
6619
+ "f2c8221c",
6620
6620
  null
6621
6621
 
6622
6622
  )
@@ -12119,6 +12119,8 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
12119
12119
  //
12120
12120
  //
12121
12121
  //
12122
+ //
12123
+ //
12122
12124
 
12123
12125
 
12124
12126
 
@@ -12362,7 +12364,8 @@ var events = [function (tabs, index, that) {
12362
12364
  validator: function validator(val) {
12363
12365
  return ['tooltip', 'text'].includes(val);
12364
12366
  }
12365
- }
12367
+ },
12368
+ jobExplicit: Boolean
12366
12369
  },
12367
12370
  data: function data() {
12368
12371
  return {
@@ -12484,7 +12487,8 @@ var events = [function (tabs, index, that) {
12484
12487
  //单点退出地址
12485
12488
  singleLogout: null,
12486
12489
  //展示系统操作按钮标题类型
12487
- showTitleType: this.showHandlerTitleType
12490
+ showTitleType: this.showHandlerTitleType,
12491
+ jobExplicited: this.jobExplicit
12488
12492
  };
12489
12493
  },
12490
12494
 
@@ -12789,6 +12793,10 @@ var events = [function (tabs, index, that) {
12789
12793
  if (results[i].menuCollapse !== undefined) {
12790
12794
  this.isCollapse = results[i].menuCollapse !== false && results[i].menuCollapse !== 'false';
12791
12795
  }
12796
+ //是否显示岗位
12797
+ if (results[i].jobExplicit !== undefined) {
12798
+ this.jobExplicited = results[i].jobExplicit !== false && results[i].jobExplicit !== 'false';
12799
+ }
12792
12800
  }
12793
12801
  if (i === 'userModel' && results[i]) {
12794
12802
  if (results[i].userHeadUrl) {
@@ -13965,18 +13973,18 @@ var events = [function (tabs, index, that) {
13965
13973
 
13966
13974
  var simplicity_component = Object(componentNormalizer["a" /* default */])(
13967
13975
  src_simplicityvue_type_script_lang_js_,
13968
- simplicityvue_type_template_id_429559f0_scoped_true_render,
13969
- simplicityvue_type_template_id_429559f0_scoped_true_staticRenderFns,
13976
+ simplicityvue_type_template_id_c4919c58_scoped_true_render,
13977
+ simplicityvue_type_template_id_c4919c58_scoped_true_staticRenderFns,
13970
13978
  false,
13971
13979
  null,
13972
- "429559f0",
13980
+ "c4919c58",
13973
13981
  null
13974
13982
 
13975
13983
  )
13976
13984
 
13977
13985
  /* harmony default export */ var simplicity = (simplicity_component.exports);
13978
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=36df8573&scoped=true&
13979
- var simplicityTopvue_type_template_id_36df8573_scoped_true_render = function () {
13986
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=4a8a8fcc&scoped=true&
13987
+ var simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_render = function () {
13980
13988
  var _vm = this
13981
13989
  var _h = _vm.$createElement
13982
13990
  var _c = _vm._self._c || _h
@@ -14557,7 +14565,7 @@ var simplicityTopvue_type_template_id_36df8573_scoped_true_render = function ()
14557
14565
  1
14558
14566
  )
14559
14567
  }
14560
- var simplicityTopvue_type_template_id_36df8573_scoped_true_staticRenderFns = [
14568
+ var simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_staticRenderFns = [
14561
14569
  function () {
14562
14570
  var _vm = this
14563
14571
  var _h = _vm.$createElement
@@ -14569,10 +14577,10 @@ var simplicityTopvue_type_template_id_36df8573_scoped_true_staticRenderFns = [
14569
14577
  ])
14570
14578
  },
14571
14579
  ]
14572
- simplicityTopvue_type_template_id_36df8573_scoped_true_render._withStripped = true
14580
+ simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_render._withStripped = true
14573
14581
 
14574
14582
 
14575
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=36df8573&scoped=true&
14583
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=4a8a8fcc&scoped=true&
14576
14584
 
14577
14585
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/avatar.vue?vue&type=template&id=30391b69&scoped=true&
14578
14586
  var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
@@ -14723,8 +14731,8 @@ var avatar_component = Object(componentNormalizer["a" /* default */])(
14723
14731
  )
14724
14732
 
14725
14733
  /* harmony default export */ var simplicityTop_avatar = (avatar_component.exports);
14726
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=76d9de37&scoped=true&
14727
- var handlervue_type_template_id_76d9de37_scoped_true_render = function () {
14734
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=63cde61d&scoped=true&
14735
+ var handlervue_type_template_id_63cde61d_scoped_true_render = function () {
14728
14736
  var _vm = this
14729
14737
  var _h = _vm.$createElement
14730
14738
  var _c = _vm._self._c || _h
@@ -14825,11 +14833,11 @@ var handlervue_type_template_id_76d9de37_scoped_true_render = function () {
14825
14833
  2
14826
14834
  )
14827
14835
  }
14828
- var handlervue_type_template_id_76d9de37_scoped_true_staticRenderFns = []
14829
- handlervue_type_template_id_76d9de37_scoped_true_render._withStripped = true
14836
+ var handlervue_type_template_id_63cde61d_scoped_true_staticRenderFns = []
14837
+ handlervue_type_template_id_63cde61d_scoped_true_render._withStripped = true
14830
14838
 
14831
14839
 
14832
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=76d9de37&scoped=true&
14840
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=63cde61d&scoped=true&
14833
14841
 
14834
14842
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=script&lang=js&
14835
14843
  var handlervue_type_script_lang_js_data;
@@ -14957,14 +14965,11 @@ var handlervue_type_script_lang_js_data;
14957
14965
  data: (handlervue_type_script_lang_js_data = {
14958
14966
  handler: 'deep',
14959
14967
  immediate: true
14960
- }, handlervue_type_script_lang_js_data['handler'] = function handler(newVal, oldVal) {
14961
- console.log(newVal, 122221212);
14962
- }, handlervue_type_script_lang_js_data)
14968
+ }, handlervue_type_script_lang_js_data['handler'] = function handler(newVal, oldVal) {}, handlervue_type_script_lang_js_data)
14963
14969
  },
14964
14970
  created: function created() {
14965
14971
  //this.time = util.timeCycle() + '好!';
14966
14972
  this.date = util["a" /* default */].formatDate('', 'yyyy年M月d日');
14967
- console.log(this.data, 'this.data');
14968
14973
  },
14969
14974
  mounted: function mounted() {
14970
14975
  this.getTime();
@@ -15042,11 +15047,11 @@ var handlervue_type_script_lang_js_data;
15042
15047
 
15043
15048
  var simplicityTop_handler_component = Object(componentNormalizer["a" /* default */])(
15044
15049
  src_simplicityTop_handlervue_type_script_lang_js_,
15045
- handlervue_type_template_id_76d9de37_scoped_true_render,
15046
- handlervue_type_template_id_76d9de37_scoped_true_staticRenderFns,
15050
+ handlervue_type_template_id_63cde61d_scoped_true_render,
15051
+ handlervue_type_template_id_63cde61d_scoped_true_staticRenderFns,
15047
15052
  false,
15048
15053
  null,
15049
- "76d9de37",
15054
+ "63cde61d",
15050
15055
  null
15051
15056
 
15052
15057
  )
@@ -19351,7 +19356,9 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
19351
19356
  children: [],
19352
19357
  method: 'iframe',
19353
19358
  loading: false
19354
- }]
19359
+ }],
19360
+ myRemindMenu: [],
19361
+ myShortcut: []
19355
19362
  };
19356
19363
  },
19357
19364
 
@@ -19474,8 +19481,8 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
19474
19481
  console.log(res.results, 'res.results');
19475
19482
  var tree = _this2.flatToNestedTree(res.results);
19476
19483
  console.log(tree, 'tree');
19477
- // this.myRemind = tree[0];
19478
- // this.myShortcut = tree[1];
19484
+ _this2.myRemindMenu = tree[0];
19485
+ _this2.myShortcut = tree[1];
19479
19486
  }
19480
19487
  });
19481
19488
  },
@@ -19699,13 +19706,13 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
19699
19706
  * @author huangbo
19700
19707
  * @date 2024年9月7日
19701
19708
  **/
19702
- init: function init(results, first) {
19709
+ init: function init(results) {
19703
19710
  this.setConfig(results);
19704
- if (this.remote && first) {
19705
- this.getApplications();
19706
- // 此处的快捷 是用户自定义的 不是系统配置的快捷菜单 所以注释掉
19707
- // this.getUseCommonMenu();
19708
- }
19711
+ // if (this.remote && first) {
19712
+ this.getApplications();
19713
+ // 此处的快捷 是用户自定义的 不是系统配置的快捷菜单 所以注释掉
19714
+ // this.getUseCommonMenu();
19715
+ // }
19709
19716
  },
19710
19717
 
19711
19718
  /**
@@ -20520,6 +20527,9 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
20520
20527
  **/
20521
20528
  handleRefresh: function handleRefresh() {
20522
20529
  this.getNums();
20530
+ if (window.top.refreshList) {
20531
+ window.top.refreshList();
20532
+ }
20523
20533
  },
20524
20534
 
20525
20535
  /**
@@ -21007,11 +21017,11 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
21007
21017
 
21008
21018
  var simplicityTop_component = Object(componentNormalizer["a" /* default */])(
21009
21019
  src_simplicityTopvue_type_script_lang_js_,
21010
- simplicityTopvue_type_template_id_36df8573_scoped_true_render,
21011
- simplicityTopvue_type_template_id_36df8573_scoped_true_staticRenderFns,
21020
+ simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_render,
21021
+ simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_staticRenderFns,
21012
21022
  false,
21013
21023
  null,
21014
- "36df8573",
21024
+ "4a8a8fcc",
21015
21025
  null
21016
21026
 
21017
21027
  )
@@ -25163,26 +25173,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25163
25173
  isIE: /MSIE|Trident/.test(navigator.userAgent)
25164
25174
  };
25165
25175
  },
25166
-
25167
- watch: {
25168
- layoutType: function layoutType() {
25169
- var _this = this;
25170
-
25171
- console.log('layoutType', this.layoutType);
25172
-
25173
- // 先解绑事件,以免弹出多次
25174
- this.unbindEvent();
25175
- this.$nextTick(function () {
25176
- // 当主题变化时,重新绑定一次事件 防止事件丢失 或者绑定错误
25177
- _this.bindEvent();
25178
- });
25179
- }
25180
- },
25181
25176
  created: function created() {
25182
- var layoutType = localStorage.getItem('layoutType');
25183
- if (layoutType) {
25184
- this.layoutType = layoutType;
25185
- }
25186
25177
  this.params = util["a" /* default */].getParams() || {};
25187
25178
  this.sysCode = this.params.sysCode;
25188
25179
  this.appCode = this.params.appCode || this.params.appcode;
@@ -25191,18 +25182,20 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25191
25182
  }
25192
25183
  },
25193
25184
  mounted: function mounted() {
25194
- var _this2 = this;
25185
+ var _this = this;
25195
25186
 
25196
25187
  var token = util["a" /* default */].getStorage('token') || util["a" /* default */].getStorage('Authorization');
25197
25188
  this.isLogin = token ? true : this.isLogin;
25198
25189
  if (!token && Object.prototype.hasOwnProperty.call(this.params, 'serverId') && Object.prototype.hasOwnProperty.call(this.params, 'authType')) {
25199
25190
  return false;
25200
25191
  }
25201
- // 先解绑事件,以免弹出多次
25202
- this.unbindEvent();
25203
25192
  this.$nextTick(function () {
25204
25193
  // 当主题变化时,重新绑定一次事件 防止事件丢失 或者绑定错误
25205
- _this2.bindEvent();
25194
+ _this.bindEvent();
25195
+ var layoutType = localStorage.getItem('layoutType');
25196
+ if (layoutType) {
25197
+ _this.layoutType = layoutType;
25198
+ }
25206
25199
  });
25207
25200
  },
25208
25201
 
@@ -25211,8 +25204,10 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25211
25204
  * @desc: 绑定事件
25212
25205
  **/
25213
25206
  bindEvent: function bindEvent() {
25214
- var _this3 = this;
25207
+ var _this2 = this;
25215
25208
 
25209
+ // 先解绑事件,以免弹出多次
25210
+ this.unbindEvent();
25216
25211
  if (this.isLogin) {
25217
25212
  if (util["a" /* default */].win.$wujie) {
25218
25213
  util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
@@ -25220,38 +25215,38 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25220
25215
  });
25221
25216
  }
25222
25217
  this.$nextTick(function () {
25223
- _this3.getConfig();
25224
- var bus = _this3.bus || _this3.$root.Bus;
25218
+ _this2.getConfig();
25219
+ var bus = _this2.bus || _this2.$root.Bus;
25225
25220
  if (bus) {
25226
- bus.$on('reLogin', _this3.handleReLogin);
25227
- bus.$on('refresh', _this3.$refs.main.handleRefresh);
25228
- bus.$on('menuRefresh', _this3.$refs.main.handleRefresh);
25229
- bus.$on('windowOpen', _this3.winOpen);
25230
- bus.$on('windowClose', _this3.winClose);
25231
- bus.$on('jumpMenu', _this3.$refs.main.jumpMenu);
25221
+ bus.$on('reLogin', _this2.handleReLogin);
25222
+ bus.$on('refresh', _this2.$refs.main.handleRefresh);
25223
+ bus.$on('menuRefresh', _this2.$refs.main.handleRefresh);
25224
+ bus.$on('windowOpen', _this2.winOpen);
25225
+ bus.$on('windowClose', _this2.winClose);
25226
+ bus.$on('jumpMenu', _this2.$refs.main.jumpMenu);
25232
25227
  bus.$on('emit', function (method, args) {
25233
25228
  // 主应用发送事件
25234
25229
  bus.$emit(method, args);
25235
25230
  });
25236
25231
  }
25237
- util["a" /* default */].win.reLogin = _this3.handleReLogin;
25238
- util["a" /* default */].win.windowOpen = _this3.winOpen;
25239
- util["a" /* default */].win.windowClose = _this3.winClose;
25240
- util["a" /* default */].win.refresh = _this3.$refs.main.handleRefresh;
25241
- util["a" /* default */].win.menuRefresh = _this3.$refs.main.handleRefresh;
25242
- util["a" /* default */].win.jumpMenu = _this3.$refs.main.jumpMenu;
25243
- external_wujie_vue2_default.a.bus.$on('reLogin', _this3.handleReLogin);
25244
- external_wujie_vue2_default.a.bus.$on('refresh', _this3.$refs.main.handleRefresh);
25245
- external_wujie_vue2_default.a.bus.$on('menuRefresh', _this3.$refs.main.handleRefresh);
25246
- external_wujie_vue2_default.a.bus.$on('jumpMenu', _this3.$refs.main.jumpMenu);
25247
- external_wujie_vue2_default.a.bus.$on('windowOpen', _this3.winOpen);
25248
- external_wujie_vue2_default.a.bus.$on('windowClose', _this3.winClose);
25232
+ util["a" /* default */].win.reLogin = _this2.handleReLogin;
25233
+ util["a" /* default */].win.windowOpen = _this2.winOpen;
25234
+ util["a" /* default */].win.windowClose = _this2.winClose;
25235
+ util["a" /* default */].win.refresh = _this2.$refs.main.handleRefresh;
25236
+ util["a" /* default */].win.menuRefresh = _this2.$refs.main.handleRefresh;
25237
+ util["a" /* default */].win.jumpMenu = _this2.$refs.main.jumpMenu;
25238
+ external_wujie_vue2_default.a.bus.$on('reLogin', _this2.handleReLogin);
25239
+ external_wujie_vue2_default.a.bus.$on('refresh', _this2.$refs.main.handleRefresh);
25240
+ external_wujie_vue2_default.a.bus.$on('menuRefresh', _this2.$refs.main.handleRefresh);
25241
+ external_wujie_vue2_default.a.bus.$on('jumpMenu', _this2.$refs.main.jumpMenu);
25242
+ external_wujie_vue2_default.a.bus.$on('windowOpen', _this2.winOpen);
25243
+ external_wujie_vue2_default.a.bus.$on('windowClose', _this2.winClose);
25249
25244
  external_wujie_vue2_default.a.bus.$on('emit', function (method, args) {
25250
25245
  // 主应用发送事件
25251
25246
  external_wujie_vue2_default.a.bus.$emit(method, args);
25252
25247
  });
25253
25248
 
25254
- window.addEventListener('message', _this3.handleMessage);
25249
+ window.addEventListener('message', _this2.handleMessage);
25255
25250
  });
25256
25251
  } else {
25257
25252
  var loginPage = util["a" /* default */].getStorage('login') || util["a" /* default */].getStorage('loginPage');
@@ -25302,7 +25297,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25302
25297
  * @date 2024年9月7日
25303
25298
  **/
25304
25299
  changLayout: function changLayout(res, active) {
25305
- var _this4 = this;
25300
+ var _this3 = this;
25306
25301
 
25307
25302
  this.layoutType = res;
25308
25303
  localStorage.setItem('layoutType', res);
@@ -25313,14 +25308,14 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25313
25308
  if (mainConfig) {
25314
25309
  mainConfig = JSON.parse(mainConfig);
25315
25310
  this.$nextTick(function () {
25316
- _this4.$refs.main.init(mainConfig, true);
25311
+ _this3.$refs.main.init(mainConfig, true);
25317
25312
  util["a" /* default */].getMainConfig(function (res) {
25318
- _this4.$refs.main.init(res, false);
25313
+ _this3.$refs.main.init(res, false);
25319
25314
  });
25320
25315
  });
25321
25316
  } else {
25322
25317
  util["a" /* default */].getMainConfig(function (res) {
25323
- _this4.$refs.main.init(res, true);
25318
+ _this3.$refs.main.init(res, true);
25324
25319
  });
25325
25320
  }
25326
25321
  },
@@ -25331,7 +25326,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25331
25326
  * @date 2024年9月7日
25332
25327
  **/
25333
25328
  handleReLogin: function handleReLogin(res) {
25334
- var _this5 = this;
25329
+ var _this4 = this;
25335
25330
 
25336
25331
  if (res && typeof res == 'string') {
25337
25332
  res = JSON.parse(res);
@@ -25362,7 +25357,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25362
25357
  this.timer = setTimeout(function () {
25363
25358
  console.log('handleReLogin');
25364
25359
  sessionStorage.setItem('remind', 1);
25365
- _this5.$confirm(msg, btn).then(function () {
25360
+ _this4.$confirm(msg, btn).then(function () {
25366
25361
  util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
25367
25362
  var loginPage = util["a" /* default */].getStorage('login') || util["a" /* default */].getStorage('loginPage');
25368
25363
  try {
@@ -25407,18 +25402,18 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25407
25402
  * @date 2024年9月7日
25408
25403
  **/
25409
25404
  getConfig: function getConfig() {
25410
- var _this6 = this;
25405
+ var _this5 = this;
25411
25406
 
25412
25407
  var mainConfig = util["a" /* default */].getStorage('mainConfig');
25413
25408
  if (mainConfig) {
25414
25409
  mainConfig = JSON.parse(mainConfig);
25415
25410
  this.$refs.main.init(mainConfig, true);
25416
25411
  util["a" /* default */].getMainConfig(function (res) {
25417
- _this6.$refs.main.init(res, false);
25412
+ _this5.$refs.main.init(res, false);
25418
25413
  });
25419
25414
  } else {
25420
25415
  util["a" /* default */].getMainConfig(function (res) {
25421
- _this6.$refs.main.init(res, true);
25416
+ _this5.$refs.main.init(res, true);
25422
25417
  });
25423
25418
  }
25424
25419
  },
@@ -25429,7 +25424,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25429
25424
  * @date 2024年9月7日
25430
25425
  **/
25431
25426
  winOpen: function winOpen(_ref) {
25432
- var _this7 = this;
25427
+ var _this6 = this;
25433
25428
 
25434
25429
  var url = _ref.url,
25435
25430
  name = _ref.name,
@@ -25468,8 +25463,8 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25468
25463
  }, config);
25469
25464
  var n = this.dialogs.push(_dialog);
25470
25465
  this.$nextTick(function () {
25471
- _this7.$set(_dialog, 'index', n - 1);
25472
- _this7.$set(_dialog, 'visible', true);
25466
+ _this6.$set(_dialog, 'index', n - 1);
25467
+ _this6.$set(_dialog, 'visible', true);
25473
25468
  });
25474
25469
  return _dialog;
25475
25470
  }
@@ -25623,14 +25618,14 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25623
25618
  * @date 2024年9月7日
25624
25619
  **/
25625
25620
  handleClosed: function handleClosed(res, index) {
25626
- var _this8 = this;
25621
+ var _this7 = this;
25627
25622
 
25628
25623
  // 在关闭弹窗后更新数量
25629
25624
  if (this.layoutType == 'simplicityTop') {
25630
25625
  this.$refs.main.getNums();
25631
25626
  }
25632
25627
  this.$nextTick(function () {
25633
- _this8.dialogs.splice(index, 1);
25628
+ _this7.dialogs.splice(index, 1);
25634
25629
  });
25635
25630
  },
25636
25631