eoss-ui 0.8.5 → 0.8.7

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 (272) hide show
  1. package/lib/button-group.js +19 -13
  2. package/lib/button.js +19 -13
  3. package/lib/calogin.js +252 -246
  4. package/lib/checkbox-group.js +19 -13
  5. package/lib/data-table-form.js +19 -13
  6. package/lib/data-table.js +19 -13
  7. package/lib/date-picker.js +19 -13
  8. package/lib/dialog.js +19 -13
  9. package/lib/eoss-ui.common.js +686 -673
  10. package/lib/flow-group.js +19 -13
  11. package/lib/flow-list.js +19 -13
  12. package/lib/flow.js +142 -136
  13. package/lib/form.js +26 -15
  14. package/lib/handle-user.js +19 -13
  15. package/lib/handler.js +19 -13
  16. package/lib/icon.js +19 -13
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +19 -13
  19. package/lib/input.js +19 -13
  20. package/lib/login.js +19 -13
  21. package/lib/main.js +302 -296
  22. package/lib/nav.js +19 -13
  23. package/lib/page.js +19 -13
  24. package/lib/pagination.js +19 -13
  25. package/lib/player.js +19 -13
  26. package/lib/qr-code.js +32 -26
  27. package/lib/radio-group.js +19 -13
  28. package/lib/retrial-auth.js +19 -13
  29. package/lib/select-ganged.js +19 -13
  30. package/lib/select.js +21 -13
  31. package/lib/selector-panel.js +19 -13
  32. package/lib/selector.js +19 -13
  33. package/lib/sizer.js +19 -13
  34. package/lib/steps.js +19 -13
  35. package/lib/switch.js +19 -13
  36. package/lib/table-form.js +19 -13
  37. package/lib/tabs.js +19 -13
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +19 -13
  41. package/lib/tree-group.js +19 -13
  42. package/lib/tree.js +19 -13
  43. package/lib/upload.js +19 -13
  44. package/lib/utils/util.js +19 -13
  45. package/lib/wujie.js +19 -13
  46. package/lib/wxlogin.js +19 -13
  47. package/package.json +1 -1
  48. package/packages/button/index.js +5 -5
  49. package/packages/button/src/main.vue +418 -418
  50. package/packages/button-group/index.js +5 -5
  51. package/packages/calendar/index.js +5 -5
  52. package/packages/calogin/index.js +5 -5
  53. package/packages/calogin/src/plugin.js +915 -915
  54. package/packages/card/index.js +5 -5
  55. package/packages/card/src/main.vue +156 -156
  56. package/packages/cascader/index.js +5 -5
  57. package/packages/cascader/src/main.vue +168 -168
  58. package/packages/checkbox-group/index.js +5 -5
  59. package/packages/checkbox-group/src/main.vue +333 -333
  60. package/packages/clients/index.js +5 -5
  61. package/packages/data-table/index.js +5 -5
  62. package/packages/data-table/src/children.vue +46 -46
  63. package/packages/data-table/src/main.vue +1876 -1876
  64. package/packages/data-table/src/sizer.vue +195 -195
  65. package/packages/data-table-form/index.js +5 -5
  66. package/packages/data-table-form/src/checkbox.vue +101 -101
  67. package/packages/data-table-form/src/colgroup.vue +17 -17
  68. package/packages/data-table-form/src/main.vue +181 -181
  69. package/packages/data-table-form/src/radio.vue +65 -65
  70. package/packages/data-table-form/src/table.vue +233 -233
  71. package/packages/data-table-form/src/tbody.vue +336 -336
  72. package/packages/data-table-form/src/thead.vue +68 -68
  73. package/packages/date-picker/index.js +5 -5
  74. package/packages/date-picker/src/main.vue +236 -236
  75. package/packages/dialog/index.js +5 -5
  76. package/packages/enable-drag/index.js +5 -5
  77. package/packages/enterprise/index.js +5 -5
  78. package/packages/enterprise/src/main.vue +66 -66
  79. package/packages/error-page/index.js +5 -5
  80. package/packages/error-page/src/main.vue +44 -44
  81. package/packages/flow/index.js +5 -5
  82. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  83. package/packages/flow/src/component/TimeLimit.vue +190 -190
  84. package/packages/flow/src/main.vue +4165 -4165
  85. package/packages/flow/src/processForm.vue +1711 -1711
  86. package/packages/flow-group/index.js +5 -5
  87. package/packages/flow-group/src/main.vue +750 -750
  88. package/packages/flow-list/index.js +5 -5
  89. package/packages/form/index.js +5 -5
  90. package/packages/form/src/main.vue +5 -0
  91. package/packages/handle-user/index.js +5 -5
  92. package/packages/handle-user/src/main.vue +137 -137
  93. package/packages/handler/index.js +5 -5
  94. package/packages/handler/src/main.vue +499 -499
  95. package/packages/icon/index.js +5 -5
  96. package/packages/icons/index.js +5 -5
  97. package/packages/icons/src/main.vue +81 -81
  98. package/packages/input/index.js +5 -5
  99. package/packages/input/src/main.vue +356 -356
  100. package/packages/input-number/index.js +5 -5
  101. package/packages/input-number/src/main.vue +106 -106
  102. package/packages/label/index.js +5 -5
  103. package/packages/label/src/main.vue +457 -457
  104. package/packages/layout/index.js +5 -5
  105. package/packages/layout/src/item.vue +152 -152
  106. package/packages/layout/src/main.vue +31 -31
  107. package/packages/login/index.js +5 -5
  108. package/packages/login/src/main.vue +2088 -2088
  109. package/packages/main/index.js +5 -5
  110. package/packages/main/src/default/message.vue +249 -249
  111. package/packages/main/src/default/notice.vue +157 -157
  112. package/packages/main/src/default/userinfo.vue +513 -513
  113. package/packages/main/src/simplicity/index.vue +2335 -2335
  114. package/packages/main/src/simplicity/lists.vue +84 -84
  115. package/packages/main/src/simplicity/router-page.vue +45 -45
  116. package/packages/main/src/simplicity/userinfo.vue +408 -408
  117. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  118. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  119. package/packages/menu/index.js +5 -5
  120. package/packages/nav/index.js +5 -5
  121. package/packages/notify/index.js +5 -5
  122. package/packages/notify/src/main.vue +538 -538
  123. package/packages/page/index.js +5 -5
  124. package/packages/page/src/main.vue +167 -167
  125. package/packages/pagination/index.js +5 -5
  126. package/packages/pagination/src/main.vue +96 -96
  127. package/packages/player/index.js +5 -5
  128. package/packages/player/src/main.vue +194 -194
  129. package/packages/qr-code/index.js +5 -5
  130. package/packages/qr-code/src/main.vue +170 -170
  131. package/packages/radio-group/index.js +6 -6
  132. package/packages/radio-group/src/main.vue +319 -319
  133. package/packages/retrial-auth/index.js +5 -5
  134. package/packages/retrial-auth/src/main.vue +299 -299
  135. package/packages/select/index.js +5 -5
  136. package/packages/select/src/main.vue +2 -0
  137. package/packages/select-ganged/index.js +5 -5
  138. package/packages/select-ganged/src/main.vue +724 -724
  139. package/packages/selector/index.js +5 -5
  140. package/packages/selector-panel/index.js +5 -5
  141. package/packages/selector-panel/src/tree.vue +129 -129
  142. package/packages/sizer/index.js +5 -5
  143. package/packages/sizer/src/main.vue +254 -254
  144. package/packages/steps/index.js +5 -5
  145. package/packages/steps/src/main.vue +181 -181
  146. package/packages/switch/index.js +5 -5
  147. package/packages/table-form/index.js +5 -5
  148. package/packages/tabs/index.js +5 -5
  149. package/packages/tabs/src/main.vue +788 -788
  150. package/packages/tabs-panel/index.js +5 -5
  151. package/packages/tabs-panel/src/main.vue +29 -29
  152. package/packages/theme-chalk/lib/base.css +1 -0
  153. package/packages/theme-chalk/lib/button-group.css +1 -0
  154. package/packages/theme-chalk/lib/button.css +1 -0
  155. package/packages/theme-chalk/lib/calendar.css +1 -0
  156. package/packages/theme-chalk/lib/calogin.css +0 -0
  157. package/packages/theme-chalk/lib/card.css +1 -0
  158. package/packages/theme-chalk/lib/cascader.css +0 -0
  159. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  160. package/packages/theme-chalk/lib/clients.css +1 -0
  161. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  162. package/packages/theme-chalk/lib/data-table.css +1 -0
  163. package/packages/theme-chalk/lib/date-picker.css +1 -0
  164. package/packages/theme-chalk/lib/dialog.css +1 -0
  165. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  166. package/packages/theme-chalk/lib/enterprise.css +1 -0
  167. package/packages/theme-chalk/lib/error-page.css +1 -0
  168. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  169. package/packages/theme-chalk/lib/flow-group.css +1 -0
  170. package/packages/theme-chalk/lib/flow-list.css +1 -0
  171. package/packages/theme-chalk/lib/flow.css +1 -0
  172. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  173. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  174. package/packages/theme-chalk/lib/form.css +1 -0
  175. package/packages/theme-chalk/lib/handle-user.css +1 -0
  176. package/packages/theme-chalk/lib/handler.css +1 -0
  177. package/packages/theme-chalk/lib/icon.css +1 -0
  178. package/packages/theme-chalk/lib/icons.css +1 -0
  179. package/packages/theme-chalk/lib/index.css +1 -0
  180. package/packages/theme-chalk/lib/input-number.css +0 -0
  181. package/packages/theme-chalk/lib/input.css +1 -0
  182. package/packages/theme-chalk/lib/label.css +1 -0
  183. package/packages/theme-chalk/lib/layout.css +1 -0
  184. package/packages/theme-chalk/lib/login.css +1 -0
  185. package/packages/theme-chalk/lib/main.css +1 -0
  186. package/packages/theme-chalk/lib/menu.css +1 -0
  187. package/packages/theme-chalk/lib/nav.css +1 -0
  188. package/packages/theme-chalk/lib/notify.css +0 -0
  189. package/packages/theme-chalk/lib/page.css +1 -0
  190. package/packages/theme-chalk/lib/pagination.css +1 -0
  191. package/packages/theme-chalk/lib/player.css +1 -0
  192. package/packages/theme-chalk/lib/qr-code.css +1 -0
  193. package/packages/theme-chalk/lib/radio-group.css +1 -0
  194. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  195. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  196. package/packages/theme-chalk/lib/select.css +1 -0
  197. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  198. package/packages/theme-chalk/lib/selector.css +1 -0
  199. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  200. package/packages/theme-chalk/lib/simplicity.css +1 -0
  201. package/packages/theme-chalk/lib/sizer.css +1 -0
  202. package/packages/theme-chalk/lib/steps.css +1 -0
  203. package/packages/theme-chalk/lib/switch.css +1 -0
  204. package/packages/theme-chalk/lib/table-form.css +0 -0
  205. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  206. package/packages/theme-chalk/lib/tabs.css +1 -0
  207. package/packages/theme-chalk/lib/tips.css +1 -0
  208. package/packages/theme-chalk/lib/toolbar.css +1 -0
  209. package/packages/theme-chalk/lib/tree-group.css +1 -0
  210. package/packages/theme-chalk/lib/tree.css +1 -0
  211. package/packages/theme-chalk/lib/upload.css +1 -0
  212. package/packages/theme-chalk/lib/wujie.css +0 -0
  213. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  214. package/packages/theme-chalk/src/base.scss +261 -261
  215. package/packages/theme-chalk/src/button-group.scss +176 -176
  216. package/packages/theme-chalk/src/button.scss +24 -24
  217. package/packages/theme-chalk/src/calendar.scss +113 -113
  218. package/packages/theme-chalk/src/card.scss +99 -99
  219. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  220. package/packages/theme-chalk/src/clients.scss +87 -87
  221. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  222. package/packages/theme-chalk/src/date-picker.scss +7 -7
  223. package/packages/theme-chalk/src/dialog.scss +77 -77
  224. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  225. package/packages/theme-chalk/src/enterprise.scss +5 -5
  226. package/packages/theme-chalk/src/error-page.scss +18 -18
  227. package/packages/theme-chalk/src/flow-group.scss +110 -110
  228. package/packages/theme-chalk/src/handle-user.scss +40 -40
  229. package/packages/theme-chalk/src/icons.scss +99 -99
  230. package/packages/theme-chalk/src/input.scss +9 -9
  231. package/packages/theme-chalk/src/label.scss +24 -24
  232. package/packages/theme-chalk/src/layout.scss +46 -46
  233. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  234. package/packages/theme-chalk/src/nav.scss +111 -111
  235. package/packages/theme-chalk/src/page.scss +3 -3
  236. package/packages/theme-chalk/src/pagination.scss +29 -29
  237. package/packages/theme-chalk/src/player.scss +9 -9
  238. package/packages/theme-chalk/src/qr-code.scss +17 -17
  239. package/packages/theme-chalk/src/radio-group.scss +9 -9
  240. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  241. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  242. package/packages/theme-chalk/src/select.scss +8 -8
  243. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  244. package/packages/theme-chalk/src/sizer.scss +36 -36
  245. package/packages/theme-chalk/src/steps.scss +88 -88
  246. package/packages/theme-chalk/src/switch.scss +3 -3
  247. package/packages/theme-chalk/src/table-form.scss +1 -1
  248. package/packages/theme-chalk/src/tabs.scss +87 -87
  249. package/packages/theme-chalk/src/tips.scss +7 -7
  250. package/packages/theme-chalk/src/toolbar.scss +179 -179
  251. package/packages/theme-chalk/src/tree-group.scss +72 -72
  252. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  253. package/packages/tips/index.js +5 -5
  254. package/packages/toolbar/index.js +5 -5
  255. package/packages/toolbar/src/main.vue +430 -430
  256. package/packages/tree/index.js +5 -5
  257. package/packages/tree-group/index.js +5 -5
  258. package/packages/upload/index.js +5 -5
  259. package/packages/upload/src/main.vue +1344 -1344
  260. package/packages/upload/src/picture.js +15 -15
  261. package/packages/wujie/index.js +5 -5
  262. package/packages/wxlogin/index.js +5 -5
  263. package/packages/wxlogin/src/main.vue +128 -128
  264. package/src/config/image.js +2 -2
  265. package/src/index.js +1 -1
  266. package/src/utils/bus.js +3 -3
  267. package/src/utils/date-util.js +312 -312
  268. package/src/utils/http.js +50 -50
  269. package/src/utils/store.js +21 -21
  270. package/src/utils/util.js +6 -1
  271. package/src/utils/webSocket.js +107 -107
  272. package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/main.js CHANGED
@@ -286,7 +286,6 @@ var lodash = __webpack_require__(12);
286
286
 
287
287
 
288
288
  var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
289
- var winTop = getWinTop();
290
289
  var isIE = /MSIE|Trident/.test(navigator.userAgent);
291
290
  var parser = new external_ua_parser_js_["UAParser"]();
292
291
  var $hueStep = 2;
@@ -826,6 +825,7 @@ var busEmit = function busEmit(that, _ref3) {
826
825
  args = _ref3.args,
827
826
  opener = _ref3.opener;
828
827
 
828
+ var winTop = getWinTop();
829
829
  if (opener) {
830
830
  var source = opener.source,
831
831
  origin = opener.origin;
@@ -1082,6 +1082,7 @@ var delUrlParam = function delUrlParam(_ref4) {
1082
1082
  var url = _ref4.url,
1083
1083
  key = _ref4.key;
1084
1084
 
1085
+ var winTop = getWinTop();
1085
1086
  var pUrl = '';
1086
1087
  try {
1087
1088
  pUrl = winTop.location.href;
@@ -2512,18 +2513,20 @@ var isLogined = function () {
2512
2513
  cookie = _ref11.cookie,
2513
2514
  loginPage = _ref11.loginPage,
2514
2515
  redirect = _ref11.redirect;
2515
- var quit, pathname, path, token, loadingInstance, referrerUrl;
2516
+ var winTop, quit, pathname, path, token, loadingInstance, referrerUrl;
2516
2517
  return regenerator_default.a.wrap(function _callee$(_context) {
2517
2518
  while (1) {
2518
2519
  switch (_context.prev = _context.next) {
2519
2520
  case 0:
2521
+ winTop = getWinTop();
2522
+
2520
2523
  if (cookie === undefined) {
2521
2524
  cookie = getParams({ name: 'cookie' });
2522
2525
  }
2523
2526
  quit = getParams('quit') || getParams('logout');
2524
2527
 
2525
2528
  if (!quit) {
2526
- _context.next = 5;
2529
+ _context.next = 6;
2527
2530
  break;
2528
2531
  }
2529
2532
 
@@ -2534,7 +2537,7 @@ var isLogined = function () {
2534
2537
  }).catch(function () {});
2535
2538
  return _context.abrupt('return');
2536
2539
 
2537
- case 5:
2540
+ case 6:
2538
2541
  pathname = '';
2539
2542
 
2540
2543
  try {
@@ -2564,17 +2567,17 @@ var isLogined = function () {
2564
2567
  // eslint-disable-next-line eqeqeq
2565
2568
 
2566
2569
  if (!(token || cookie == true || cookie == 1)) {
2567
- _context.next = 13;
2570
+ _context.next = 14;
2568
2571
  break;
2569
2572
  }
2570
2573
 
2571
2574
  next && next();
2572
- _context.next = 20;
2575
+ _context.next = 21;
2573
2576
  break;
2574
2577
 
2575
- case 13:
2578
+ case 14:
2576
2579
  if (!(!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType'))) {
2577
- _context.next = 19;
2580
+ _context.next = 20;
2578
2581
  break;
2579
2582
  }
2580
2583
 
@@ -2583,7 +2586,7 @@ var isLogined = function () {
2583
2586
  spinner: 'el-icon-loading',
2584
2587
  background: 'rgba(0, 0, 0, 0.65)'
2585
2588
  });
2586
- _context.next = 17;
2589
+ _context.next = 18;
2587
2590
  return util_ajax({
2588
2591
  method: 'post',
2589
2592
  url: api["b" /* authCenter */],
@@ -2699,11 +2702,11 @@ var isLogined = function () {
2699
2702
  loadingInstance.close();
2700
2703
  });
2701
2704
 
2702
- case 17:
2703
- _context.next = 20;
2705
+ case 18:
2706
+ _context.next = 21;
2704
2707
  break;
2705
2708
 
2706
- case 19:
2709
+ case 20:
2707
2710
  if (token || to.path === '/' || to.path === '/404' || to.path === '/error' || typeof exclude === 'boolean' && exclude || exclude.indexOf(to.path) > -1 || exclude.indexOf(to.name) > -1 || to.path === '/login' || token && to.path === '/main') {
2708
2711
  if (redirect && (to.path === '/main' || to.path === '/login')) {
2709
2712
  window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
@@ -2734,7 +2737,7 @@ var isLogined = function () {
2734
2737
  }
2735
2738
  }
2736
2739
 
2737
- case 20:
2740
+ case 21:
2738
2741
  case 'end':
2739
2742
  return _context.stop();
2740
2743
  }
@@ -2852,6 +2855,7 @@ var loadJs = function loadJs(_ref13) {
2852
2855
  * @param {String} [text] - 显示的文本内容
2853
2856
  **/
2854
2857
  var util_loading = function loading($loading, res) {
2858
+ var winTop = getWinTop();
2855
2859
  if (!$loading) {
2856
2860
  $loading = external_eoss_element_["Loading"].service;
2857
2861
  }
@@ -3008,6 +3012,7 @@ var replenish = function replenish(_ref15) {
3008
3012
  * @param {object} [data] - 数字或字符串型数字
3009
3013
  **/
3010
3014
  var util_responses = function responses(data) {
3015
+ var winTop = getWinTop();
3011
3016
  if (data.rCode === 64 || data.rCode === 65 || data.rCode === 67 || data.rCode === 69) {
3012
3017
  removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
3013
3018
  var href = '';
@@ -3876,6 +3881,7 @@ var removeCookie = function removeCookie(key) {
3876
3881
  };
3877
3882
 
3878
3883
  var winTopOpen = function winTopOpen(config) {
3884
+ var winTop = getWinTop();
3879
3885
  if (isIE) {
3880
3886
  if (winTop !== win.self) {
3881
3887
  try {
@@ -12735,10 +12741,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12735
12741
  this.$refs.user.handleSelect(res);
12736
12742
  },
12737
12743
 
12738
- /**
12739
- * @desc:匹配路由
12740
- * @author huangbo
12741
- * @date 2024年9月7日
12744
+ /**
12745
+ * @desc:匹配路由
12746
+ * @author huangbo
12747
+ * @date 2024年9月7日
12742
12748
  **/
12743
12749
  hasRouter: function hasRouter(res, url, code) {
12744
12750
  if (!url) {
@@ -12782,10 +12788,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12782
12788
  return false;
12783
12789
  },
12784
12790
 
12785
- /**
12786
- * @desc:获取初始数据
12787
- * @author huangbo
12788
- * @date 2024年9月7日
12791
+ /**
12792
+ * @desc:获取初始数据
12793
+ * @author huangbo
12794
+ * @date 2024年9月7日
12789
12795
  **/
12790
12796
  init: function init(results, first) {
12791
12797
  this.setConfig(results);
@@ -12794,10 +12800,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12794
12800
  }
12795
12801
  },
12796
12802
 
12797
- /**
12798
- * @desc:设置用户配置及信息
12799
- * @author huangbo
12800
- * @date 2024年9月7日
12803
+ /**
12804
+ * @desc:设置用户配置及信息
12805
+ * @author huangbo
12806
+ * @date 2024年9月7日
12801
12807
  **/
12802
12808
  setConfig: function setConfig(results) {
12803
12809
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -12965,10 +12971,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12965
12971
  }
12966
12972
  },
12967
12973
 
12968
- /**
12969
- * @desc:获取所有应用
12970
- * @author huangbo
12971
- * @date 2024年9月7日
12974
+ /**
12975
+ * @desc:获取所有应用
12976
+ * @author huangbo
12977
+ * @date 2024年9月7日
12972
12978
  **/
12973
12979
  getApplications: function getApplications() {
12974
12980
  var _this2 = this;
@@ -13016,10 +13022,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13016
13022
  });
13017
13023
  },
13018
13024
 
13019
- /**
13020
- * @desc:获取菜单列表
13021
- * @author huangbo
13022
- * @date 2024年9月7日
13025
+ /**
13026
+ * @desc:获取菜单列表
13027
+ * @author huangbo
13028
+ * @date 2024年9月7日
13023
13029
  **/
13024
13030
  getMenus: function getMenus(loading) {
13025
13031
  var _this3 = this;
@@ -13052,10 +13058,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13052
13058
  });
13053
13059
  },
13054
13060
 
13055
- /**
13056
- * @desc:处理菜单列表
13057
- * @author huangbo
13058
- * @date 2024年9月7日
13061
+ /**
13062
+ * @desc:处理菜单列表
13063
+ * @author huangbo
13064
+ * @date 2024年9月7日
13059
13065
  **/
13060
13066
  renderMenus: function renderMenus(res) {
13061
13067
  this.menus = res;
@@ -13151,10 +13157,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13151
13157
  }
13152
13158
  },
13153
13159
 
13154
- /**
13155
- * @desc:设置页面加载类型
13156
- * @author huangbo
13157
- * @date 2024年9月7日
13160
+ /**
13161
+ * @desc:设置页面加载类型
13162
+ * @author huangbo
13163
+ * @date 2024年9月7日
13158
13164
  **/
13159
13165
  setIframeType: function setIframeType(res) {
13160
13166
  var url = res.url;
@@ -13210,10 +13216,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13210
13216
  return res;
13211
13217
  },
13212
13218
 
13213
- /**
13214
- * @desc:获取菜单
13215
- * @author huangbo
13216
- * @date 2024年9月7日
13219
+ /**
13220
+ * @desc:获取菜单
13221
+ * @author huangbo
13222
+ * @date 2024年9月7日
13217
13223
  **/
13218
13224
  getMenu: function getMenu(menus, res, key) {
13219
13225
  if (Array.isArray(menus)) {
@@ -13242,10 +13248,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13242
13248
  return false;
13243
13249
  },
13244
13250
 
13245
- /**
13246
- * @desc:获取菜单第一条数据
13247
- * @author huangbo
13248
- * @date 2024年9月7日
13251
+ /**
13252
+ * @desc:获取菜单第一条数据
13253
+ * @author huangbo
13254
+ * @date 2024年9月7日
13249
13255
  **/
13250
13256
  getFirst: function getFirst(obj) {
13251
13257
  if (!obj) {
@@ -13264,10 +13270,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13264
13270
  }
13265
13271
  },
13266
13272
 
13267
- /**
13268
- * @desc:遍历设置菜单气泡提醒
13269
- * @author huangbo
13270
- * @date 2024年9月7日
13273
+ /**
13274
+ * @desc:遍历设置菜单气泡提醒
13275
+ * @author huangbo
13276
+ * @date 2024年9月7日
13271
13277
  **/
13272
13278
  setTips: function setTips(obj) {
13273
13279
  var _this4 = this;
@@ -13338,10 +13344,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13338
13344
  }
13339
13345
  },
13340
13346
 
13341
- /**
13342
- * @desc:获取气泡提醒
13343
- * @author huangbo
13344
- * @date 2024年9月7日
13347
+ /**
13348
+ * @desc:获取气泡提醒
13349
+ * @author huangbo
13350
+ * @date 2024年9月7日
13345
13351
  **/
13346
13352
  getBadge: function getBadge(res) {
13347
13353
  var num = res.tips || 0;
@@ -13355,10 +13361,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13355
13361
  };
13356
13362
  },
13357
13363
 
13358
- /**
13359
- * @desc:开启weosocket
13360
- * @author huangbo
13361
- * @date 2024年9月7日
13364
+ /**
13365
+ * @desc:开启weosocket
13366
+ * @author huangbo
13367
+ * @date 2024年9月7日
13362
13368
  **/
13363
13369
  initWebSocket: function initWebSocket() {
13364
13370
  var _this6 = this;
@@ -13407,10 +13413,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13407
13413
  });
13408
13414
  },
13409
13415
 
13410
- /**
13411
- * @desc:显示用户信息
13412
- * @author huangbo
13413
- * @date 2024年9月7日
13416
+ /**
13417
+ * @desc:显示用户信息
13418
+ * @author huangbo
13419
+ * @date 2024年9月7日
13414
13420
  **/
13415
13421
  showUserInfo: function showUserInfo() {
13416
13422
  if (this.showUser === false) {
@@ -13418,19 +13424,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13418
13424
  }
13419
13425
  },
13420
13426
 
13421
- /**
13422
- * @desc:删除更多应用菜单点击
13423
- * @author huangbo
13424
- * @date 2024年9月7日
13427
+ /**
13428
+ * @desc:删除更多应用菜单点击
13429
+ * @author huangbo
13430
+ * @date 2024年9月7日
13425
13431
  **/
13426
13432
  handleDelete: function handleDelete(index) {
13427
13433
  this.newApps.splice(index, 1);
13428
13434
  },
13429
13435
 
13430
- /**
13431
- * @desc:储存更多应用菜单点击
13432
- * @author huangbo
13433
- * @date 2024年9月7日
13436
+ /**
13437
+ * @desc:储存更多应用菜单点击
13438
+ * @author huangbo
13439
+ * @date 2024年9月7日
13434
13440
  **/
13435
13441
  handlerClickApps: function handlerClickApps(res) {
13436
13442
  if (res.permission === false) {
@@ -13443,10 +13449,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13443
13449
  this.handlerClickApp(res);
13444
13450
  },
13445
13451
 
13446
- /**
13447
- * @desc:侧边应用菜单点击
13448
- * @author huangbo
13449
- * @date 2024年9月7日
13452
+ /**
13453
+ * @desc:侧边应用菜单点击
13454
+ * @author huangbo
13455
+ * @date 2024年9月7日
13450
13456
  **/
13451
13457
  handlerClickApp: function handlerClickApp(res) {
13452
13458
  this.showMsg = false;
@@ -13535,10 +13541,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13535
13541
  }
13536
13542
  },
13537
13543
 
13538
- /**
13539
- * @desc:显示Drawer界面
13540
- * @author huangbo
13541
- * @date 2024年9月7日
13544
+ /**
13545
+ * @desc:显示Drawer界面
13546
+ * @author huangbo
13547
+ * @date 2024年9月7日
13542
13548
  **/
13543
13549
  handlerSetDrawer: function handlerSetDrawer(res, type) {
13544
13550
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -13558,19 +13564,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13558
13564
  }
13559
13565
  },
13560
13566
 
13561
- /**
13562
- * @desc:关闭Drawer界面
13563
- * @author huangbo
13564
- * @date 2024年9月7日
13567
+ /**
13568
+ * @desc:关闭Drawer界面
13569
+ * @author huangbo
13570
+ * @date 2024年9月7日
13565
13571
  **/
13566
13572
  handleCloseDrawer: function handleCloseDrawer() {
13567
13573
  this.drawer = { visible: false };
13568
13574
  },
13569
13575
 
13570
- /**
13571
- * @desc:菜单点击
13572
- * @author huangbo
13573
- * @date 2024年9月7日
13576
+ /**
13577
+ * @desc:菜单点击
13578
+ * @author huangbo
13579
+ * @date 2024年9月7日
13574
13580
  **/
13575
13581
  handlerClickMenu: function handlerClickMenu(res) {
13576
13582
  util["a" /* default */].ajax({
@@ -13619,19 +13625,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13619
13625
  },
13620
13626
 
13621
13627
 
13622
- /**
13623
- * @desc:用户详情请求成功
13624
- * @author huangbo
13625
- * @date 2024年9月7日
13628
+ /**
13629
+ * @desc:用户详情请求成功
13630
+ * @author huangbo
13631
+ * @date 2024年9月7日
13626
13632
  **/
13627
13633
  handleSuccess: function handleSuccess(res) {
13628
13634
  this.simpleUserInfo = res.simpleUserInfo;
13629
13635
  },
13630
13636
 
13631
- /**
13632
- * @desc:修改用户配置
13633
- * @author huangbo
13634
- * @date 2024年9月7日
13637
+ /**
13638
+ * @desc:修改用户配置
13639
+ * @author huangbo
13640
+ * @date 2024年9月7日
13635
13641
  **/
13636
13642
  handleChangeConfig: function handleChangeConfig(name, res) {
13637
13643
  if (name == 'userHeadUrl') {
@@ -13647,10 +13653,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13647
13653
  }
13648
13654
  },
13649
13655
 
13650
- /**
13651
- * @desc:关闭webSocket
13652
- * @author huangbo
13653
- * @date 2024年9月7日
13656
+ /**
13657
+ * @desc:关闭webSocket
13658
+ * @author huangbo
13659
+ * @date 2024年9月7日
13654
13660
  **/
13655
13661
  handlerClose: function handlerClose() {
13656
13662
  if (this.webSocket) {
@@ -13658,10 +13664,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13658
13664
  }
13659
13665
  },
13660
13666
 
13661
- /**
13662
- * @desc:刷新选中iframe页签
13663
- * @author huangbo
13664
- * @date 2024年9月7日
13667
+ /**
13668
+ * @desc:刷新选中iframe页签
13669
+ * @author huangbo
13670
+ * @date 2024年9月7日
13665
13671
  **/
13666
13672
  handleRefresh: function handleRefresh(arg) {
13667
13673
  var i = arg && arg != true && arg !== 'pageData' ? util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -13698,10 +13704,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13698
13704
  }
13699
13705
  },
13700
13706
 
13701
- /**
13702
- * @desc:删除iframe
13703
- * @author huangbo
13704
- * @date 2024年9月7日
13707
+ /**
13708
+ * @desc:删除iframe
13709
+ * @author huangbo
13710
+ * @date 2024年9月7日
13705
13711
  **/
13706
13712
  handleRemove: function handleRemove(name) {
13707
13713
  var len = this.tabs.length - 1;
@@ -13718,10 +13724,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13718
13724
  }
13719
13725
  },
13720
13726
 
13721
- /**
13722
- * @desc:tabs鼠标右键事件
13723
- * @author huangbo
13724
- * @date 2024年9月7日
13727
+ /**
13728
+ * @desc:tabs鼠标右键事件
13729
+ * @author huangbo
13730
+ * @date 2024年9月7日
13725
13731
  **/
13726
13732
  handleContextmenu: function handleContextmenu(tabs, e) {
13727
13733
  var disabled = {};
@@ -13746,10 +13752,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13746
13752
  window.addEventListener('click', this.closeTabsEvents);
13747
13753
  },
13748
13754
 
13749
- /**
13750
- * @desc:tabs页签事件
13751
- * @author huangbo
13752
- * @date 2024年9月7日
13755
+ /**
13756
+ * @desc:tabs页签事件
13757
+ * @author huangbo
13758
+ * @date 2024年9月7日
13753
13759
  **/
13754
13760
  handleTabsEvents: function handleTabsEvents(num) {
13755
13761
  if (this.pane !== null) {
@@ -13760,10 +13766,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13760
13766
  },
13761
13767
 
13762
13768
 
13763
- /**
13764
- * @desc:关闭页签事件面板
13765
- * @author huangbo
13766
- * @date 2024年9月7日
13769
+ /**
13770
+ * @desc:关闭页签事件面板
13771
+ * @author huangbo
13772
+ * @date 2024年9月7日
13767
13773
  **/
13768
13774
  closeTabsEvents: function closeTabsEvents(e) {
13769
13775
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -13773,10 +13779,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13773
13779
  },
13774
13780
 
13775
13781
 
13776
- /**
13777
- * @desc:tabs页签点击事件
13778
- * @author huangbo
13779
- * @date 2024年9月7日
13782
+ /**
13783
+ * @desc:tabs页签点击事件
13784
+ * @author huangbo
13785
+ * @date 2024年9月7日
13780
13786
  **/
13781
13787
  handleTabClick: function handleTabClick() {
13782
13788
  this.active = '';
@@ -13784,10 +13790,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13784
13790
  this.showMenu = false;
13785
13791
  },
13786
13792
 
13787
- /**
13788
- * @desc:handler工具栏点击事件
13789
- * @author huangbo
13790
- * @date 2024年9月7日
13793
+ /**
13794
+ * @desc:handler工具栏点击事件
13795
+ * @author huangbo
13796
+ * @date 2024年9月7日
13791
13797
  **/
13792
13798
  handleClick: function handleClick(res) {
13793
13799
  var type = res.type,
@@ -13868,10 +13874,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13868
13874
  this.$emit('handler-click', res);
13869
13875
  },
13870
13876
 
13871
- /**
13872
- * @desc:退出登录
13873
- * @author huangbo
13874
- * @date 2024年9月7日
13877
+ /**
13878
+ * @desc:退出登录
13879
+ * @author huangbo
13880
+ * @date 2024年9月7日
13875
13881
  **/
13876
13882
  handleQuit: function handleQuit() {
13877
13883
  var _this7 = this;
@@ -13952,10 +13958,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13952
13958
  }).catch(function (e) {});
13953
13959
  },
13954
13960
 
13955
- /**
13956
- * @desc:主题、消息回调
13957
- * @author huangbo
13958
- * @date 2024年9月7日
13961
+ /**
13962
+ * @desc:主题、消息回调
13963
+ * @author huangbo
13964
+ * @date 2024年9月7日
13959
13965
  **/
13960
13966
  handleChange: function handleChange(res) {
13961
13967
  var type = res.type,
@@ -13971,10 +13977,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13971
13977
  }
13972
13978
  },
13973
13979
 
13974
- /**
13975
- * @desc:菜单布局样式切换
13976
- * @author huangbo
13977
- * @date 2024年9月7日
13980
+ /**
13981
+ * @desc:菜单布局样式切换
13982
+ * @author huangbo
13983
+ * @date 2024年9月7日
13978
13984
  **/
13979
13985
  handleLayout: function handleLayout(res, active) {
13980
13986
  if (active) {
@@ -13984,10 +13990,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13984
13990
  this.$emit('chang-layout', res, active);
13985
13991
  },
13986
13992
 
13987
- /**
13988
- * @desc:消息修改总数
13989
- * @author huangbo
13990
- * @date 2024年9月7日
13993
+ /**
13994
+ * @desc:消息修改总数
13995
+ * @author huangbo
13996
+ * @date 2024年9月7日
13991
13997
  **/
13992
13998
  handleMenuTips: function handleMenuTips(id, num) {
13993
13999
  if (num) {
@@ -13998,10 +14004,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13998
14004
  }
13999
14005
  },
14000
14006
 
14001
- /**
14002
- * @desc:处理即时消息
14003
- * @author huangbo
14004
- * @date 2024年9月7日
14007
+ /**
14008
+ * @desc:处理即时消息
14009
+ * @author huangbo
14010
+ * @date 2024年9月7日
14005
14011
  **/
14006
14012
  handleOpened: function handleOpened(res) {
14007
14013
  var _this8 = this;
@@ -18031,8 +18037,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18031
18037
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
18032
18038
  },
18033
18039
 
18034
- /**
18035
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
18040
+ /**
18041
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
18036
18042
  */
18037
18043
  queryChildMenuData: function queryChildMenuData() {
18038
18044
  var _this2 = this;
@@ -18151,8 +18157,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18151
18157
  }))();
18152
18158
  },
18153
18159
 
18154
- /**
18155
- * getVoteMeetingNum: 查询会议数量
18160
+ /**
18161
+ * getVoteMeetingNum: 查询会议数量
18156
18162
  */
18157
18163
  getVoteMeetingNum: function getVoteMeetingNum() {
18158
18164
  var _this5 = this;
@@ -18177,8 +18183,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18177
18183
  });
18178
18184
  },
18179
18185
 
18180
- /**
18181
- * getShareFilesReceiveCountNew: 查询待接收文件数量
18186
+ /**
18187
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
18182
18188
  */
18183
18189
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
18184
18190
  var _this6 = this;
@@ -18203,8 +18209,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18203
18209
  },
18204
18210
 
18205
18211
 
18206
- /**
18207
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
18212
+ /**
18213
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
18208
18214
  */
18209
18215
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
18210
18216
  var _this7 = this;
@@ -18232,8 +18238,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18232
18238
  });
18233
18239
  },
18234
18240
 
18235
- /**
18236
- * getIndexCount: 查询待办任务数量
18241
+ /**
18242
+ * getIndexCount: 查询待办任务数量
18237
18243
  */
18238
18244
  getIndexCount: function getIndexCount() {
18239
18245
  var _this8 = this;
@@ -18264,10 +18270,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18264
18270
  this.$refs.user.handleSelect(res);
18265
18271
  },
18266
18272
 
18267
- /**
18268
- * @desc:匹配路由
18269
- * @author huangbo
18270
- * @date 2024年9月7日
18273
+ /**
18274
+ * @desc:匹配路由
18275
+ * @author huangbo
18276
+ * @date 2024年9月7日
18271
18277
  **/
18272
18278
  hasRouter: function hasRouter(res, url, code) {
18273
18279
  if (!url) {
@@ -18311,10 +18317,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18311
18317
  return false;
18312
18318
  },
18313
18319
 
18314
- /**
18315
- * @desc:获取初始数据
18316
- * @author huangbo
18317
- * @date 2024年9月7日
18320
+ /**
18321
+ * @desc:获取初始数据
18322
+ * @author huangbo
18323
+ * @date 2024年9月7日
18318
18324
  **/
18319
18325
  init: function init(results) {
18320
18326
  this.setConfig(results);
@@ -18325,10 +18331,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18325
18331
  // }
18326
18332
  },
18327
18333
 
18328
- /**
18329
- * @desc:设置用户配置及信息
18330
- * @author huangbo
18331
- * @date 2024年9月7日
18334
+ /**
18335
+ * @desc:设置用户配置及信息
18336
+ * @author huangbo
18337
+ * @date 2024年9月7日
18332
18338
  **/
18333
18339
  setConfig: function setConfig(results) {
18334
18340
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -18492,8 +18498,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18492
18498
  }
18493
18499
  },
18494
18500
 
18495
- /**
18496
- * @desc:获取用户自定义菜单
18501
+ /**
18502
+ * @desc:获取用户自定义菜单
18497
18503
  **/
18498
18504
  getUseCommonMenu: function getUseCommonMenu() {
18499
18505
  var _this9 = this;
@@ -18523,10 +18529,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18523
18529
  });
18524
18530
  },
18525
18531
 
18526
- /**
18527
- * @desc:获取所有应用
18528
- * @author huangbo
18529
- * @date 2024年9月7日
18532
+ /**
18533
+ * @desc:获取所有应用
18534
+ * @author huangbo
18535
+ * @date 2024年9月7日
18530
18536
  **/
18531
18537
  getApplications: function getApplications() {
18532
18538
  var _this10 = this;
@@ -18574,10 +18580,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18574
18580
  });
18575
18581
  },
18576
18582
 
18577
- /**
18578
- * @desc:获取菜单列表
18579
- * @author huangbo
18580
- * @date 2024年9月7日
18583
+ /**
18584
+ * @desc:获取菜单列表
18585
+ * @author huangbo
18586
+ * @date 2024年9月7日
18581
18587
  **/
18582
18588
  getMenus: function getMenus(loading) {
18583
18589
  var _this11 = this;
@@ -18604,10 +18610,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18604
18610
  });
18605
18611
  },
18606
18612
 
18607
- /**
18608
- * @desc:处理菜单列表
18609
- * @author huangbo
18610
- * @date 2024年9月7日
18613
+ /**
18614
+ * @desc:处理菜单列表
18615
+ * @author huangbo
18616
+ * @date 2024年9月7日
18611
18617
  **/
18612
18618
  renderMenus: function renderMenus(res) {
18613
18619
  // // console.log(res, 'renderMenus');
@@ -18653,9 +18659,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18653
18659
  // console.log(this.currentPage, 'currentPage');
18654
18660
  },
18655
18661
 
18656
- /**
18657
- * 更新myRemind中各项的权限状态
18658
- * @param {Array} menus - 完整的菜单列表
18662
+ /**
18663
+ * 更新myRemind中各项的权限状态
18664
+ * @param {Array} menus - 完整的菜单列表
18659
18665
  */
18660
18666
  updateRemindPermission: function updateRemindPermission(menus) {
18661
18667
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -18683,10 +18689,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18683
18689
  });
18684
18690
  },
18685
18691
 
18686
- /**
18687
- * @desc:设置页面加载类型
18688
- * @author huangbo
18689
- * @date 2024年9月7日
18692
+ /**
18693
+ * @desc:设置页面加载类型
18694
+ * @author huangbo
18695
+ * @date 2024年9月7日
18690
18696
  **/
18691
18697
  setIframeType: function setIframeType(res) {
18692
18698
  var url = res.url;
@@ -18743,10 +18749,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18743
18749
  return res;
18744
18750
  },
18745
18751
 
18746
- /**
18747
- * @desc:获取菜单
18748
- * @author huangbo
18749
- * @date 2024年9月7日
18752
+ /**
18753
+ * @desc:获取菜单
18754
+ * @author huangbo
18755
+ * @date 2024年9月7日
18750
18756
  **/
18751
18757
  getMenu: function getMenu(menus, res, key) {
18752
18758
  if (Array.isArray(menus)) {
@@ -18775,10 +18781,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18775
18781
  return false;
18776
18782
  },
18777
18783
 
18778
- /**
18779
- * @desc:获取菜单第一条数据
18780
- * @author huangbo
18781
- * @date 2024年9月7日
18784
+ /**
18785
+ * @desc:获取菜单第一条数据
18786
+ * @author huangbo
18787
+ * @date 2024年9月7日
18782
18788
  **/
18783
18789
  getFirst: function getFirst(obj) {
18784
18790
  if (!obj) {
@@ -18797,10 +18803,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18797
18803
  }
18798
18804
  },
18799
18805
 
18800
- /**
18801
- * @desc:遍历设置菜单气泡提醒
18802
- * @author huangbo
18803
- * @date 2024年9月7日
18806
+ /**
18807
+ * @desc:遍历设置菜单气泡提醒
18808
+ * @author huangbo
18809
+ * @date 2024年9月7日
18804
18810
  **/
18805
18811
  setTips: function setTips(obj) {
18806
18812
  var _this12 = this;
@@ -18865,10 +18871,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18865
18871
  }
18866
18872
  },
18867
18873
 
18868
- /**
18869
- * @desc:获取气泡提醒
18870
- * @author huangbo
18871
- * @date 2024年9月7日
18874
+ /**
18875
+ * @desc:获取气泡提醒
18876
+ * @author huangbo
18877
+ * @date 2024年9月7日
18872
18878
  **/
18873
18879
  getBadge: function getBadge(res) {
18874
18880
  var num = res.tips || 0;
@@ -18882,10 +18888,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18882
18888
  };
18883
18889
  },
18884
18890
 
18885
- /**
18886
- * @desc:开启weosocket
18887
- * @author huangbo
18888
- * @date 2024年9月7日
18891
+ /**
18892
+ * @desc:开启weosocket
18893
+ * @author huangbo
18894
+ * @date 2024年9月7日
18889
18895
  **/
18890
18896
  initWebSocket: function initWebSocket() {
18891
18897
  var _this14 = this;
@@ -18953,10 +18959,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18953
18959
  });
18954
18960
  },
18955
18961
 
18956
- /**
18957
- * @desc:显示用户信息
18958
- * @author huangbo
18959
- * @date 2024年9月7日
18962
+ /**
18963
+ * @desc:显示用户信息
18964
+ * @author huangbo
18965
+ * @date 2024年9月7日
18960
18966
  **/
18961
18967
  showUserInfo: function showUserInfo() {
18962
18968
  if (this.showUser === false) {
@@ -18964,19 +18970,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18964
18970
  }
18965
18971
  },
18966
18972
 
18967
- /**
18968
- * @desc:删除更多应用菜单点击
18969
- * @author huangbo
18970
- * @date 2024年9月7日
18973
+ /**
18974
+ * @desc:删除更多应用菜单点击
18975
+ * @author huangbo
18976
+ * @date 2024年9月7日
18971
18977
  **/
18972
18978
  handleDelete: function handleDelete(index) {
18973
18979
  this.newApps.splice(index, 1);
18974
18980
  },
18975
18981
 
18976
- /**
18977
- * @desc:显示Drawer界面
18978
- * @author huangbo
18979
- * @date 2024年9月7日
18982
+ /**
18983
+ * @desc:显示Drawer界面
18984
+ * @author huangbo
18985
+ * @date 2024年9月7日
18980
18986
  **/
18981
18987
  handlerSetDrawer: function handlerSetDrawer(res, type) {
18982
18988
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -18996,28 +19002,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
18996
19002
  }
18997
19003
  },
18998
19004
 
18999
- /**
19000
- * @desc:关闭Drawer界面
19001
- * @author huangbo
19002
- * @date 2024年9月7日
19005
+ /**
19006
+ * @desc:关闭Drawer界面
19007
+ * @author huangbo
19008
+ * @date 2024年9月7日
19003
19009
  **/
19004
19010
  handleCloseDrawer: function handleCloseDrawer() {
19005
19011
  this.drawer = { visible: false };
19006
19012
  },
19007
19013
 
19008
- /**
19009
- * @desc:用户详情请求成功
19010
- * @author huangbo
19011
- * @date 2024年9月7日
19014
+ /**
19015
+ * @desc:用户详情请求成功
19016
+ * @author huangbo
19017
+ * @date 2024年9月7日
19012
19018
  **/
19013
19019
  handleSuccess: function handleSuccess(res) {
19014
19020
  this.simpleUserInfo = res.simpleUserInfo;
19015
19021
  },
19016
19022
 
19017
- /**
19018
- * @desc:修改用户配置
19019
- * @author huangbo
19020
- * @date 2024年9月7日
19023
+ /**
19024
+ * @desc:修改用户配置
19025
+ * @author huangbo
19026
+ * @date 2024年9月7日
19021
19027
  **/
19022
19028
  handleChangeConfig: function handleChangeConfig(name, res) {
19023
19029
  if (name == 'userHeadUrl') {
@@ -19033,10 +19039,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19033
19039
  }
19034
19040
  },
19035
19041
 
19036
- /**
19037
- * @desc:关闭webSocket
19038
- * @author huangbo
19039
- * @date 2024年9月7日
19042
+ /**
19043
+ * @desc:关闭webSocket
19044
+ * @author huangbo
19045
+ * @date 2024年9月7日
19040
19046
  **/
19041
19047
  handlerClose: function handlerClose() {
19042
19048
  if (this.webSocket) {
@@ -19047,10 +19053,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19047
19053
  this.handleRefresh(1);
19048
19054
  },
19049
19055
 
19050
- /**
19051
- * @desc:刷新选中iframe页签
19052
- * @author huangbo
19053
- * @date 2024年9月7日
19056
+ /**
19057
+ * @desc:刷新选中iframe页签
19058
+ * @author huangbo
19059
+ * @date 2024年9月7日
19054
19060
  **/
19055
19061
  handleRefresh: function handleRefresh(arg) {
19056
19062
  if (arg !== 1) {
@@ -19096,10 +19102,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19096
19102
  }
19097
19103
  },
19098
19104
 
19099
- /**
19100
- * @desc:删除iframe
19101
- * @author huangbo
19102
- * @date 2024年9月7日
19105
+ /**
19106
+ * @desc:删除iframe
19107
+ * @author huangbo
19108
+ * @date 2024年9月7日
19103
19109
  **/
19104
19110
  handleRemove: function handleRemove(name) {
19105
19111
  var len = this.tabs.length - 1;
@@ -19116,10 +19122,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19116
19122
  }
19117
19123
  },
19118
19124
 
19119
- /**
19120
- * @desc:tabs鼠标右键事件
19121
- * @author huangbo
19122
- * @date 2024年9月7日
19125
+ /**
19126
+ * @desc:tabs鼠标右键事件
19127
+ * @author huangbo
19128
+ * @date 2024年9月7日
19123
19129
  **/
19124
19130
  handleContextmenu: function handleContextmenu(tabs, e) {
19125
19131
  var disabled = {};
@@ -19144,10 +19150,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19144
19150
  window.addEventListener('click', this.closeTabsEvents);
19145
19151
  },
19146
19152
 
19147
- /**
19148
- * @desc:tabs页签事件
19149
- * @author huangbo
19150
- * @date 2024年9月7日
19153
+ /**
19154
+ * @desc:tabs页签事件
19155
+ * @author huangbo
19156
+ * @date 2024年9月7日
19151
19157
  **/
19152
19158
  handleTabsEvents: function handleTabsEvents(num) {
19153
19159
  if (this.pane !== null) {
@@ -19158,10 +19164,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19158
19164
  },
19159
19165
 
19160
19166
 
19161
- /**
19162
- * @desc:关闭页签事件面板
19163
- * @author huangbo
19164
- * @date 2024年9月7日
19167
+ /**
19168
+ * @desc:关闭页签事件面板
19169
+ * @author huangbo
19170
+ * @date 2024年9月7日
19165
19171
  **/
19166
19172
  closeTabsEvents: function closeTabsEvents(e) {
19167
19173
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -19171,10 +19177,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19171
19177
  },
19172
19178
 
19173
19179
 
19174
- /**
19175
- * @desc:tabs页签点击事件
19176
- * @author huangbo
19177
- * @date 2024年9月7日
19180
+ /**
19181
+ * @desc:tabs页签点击事件
19182
+ * @author huangbo
19183
+ * @date 2024年9月7日
19178
19184
  **/
19179
19185
  handleTabClick: function handleTabClick() {
19180
19186
  this.active = '';
@@ -19182,10 +19188,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19182
19188
  this.showMenu = false;
19183
19189
  },
19184
19190
 
19185
- /**
19186
- * @desc:handler工具栏点击事件
19187
- * @author huangbo
19188
- * @date 2024年9月7日
19191
+ /**
19192
+ * @desc:handler工具栏点击事件
19193
+ * @author huangbo
19194
+ * @date 2024年9月7日
19189
19195
  **/
19190
19196
  handleClick: function handleClick(res) {
19191
19197
  var type = res.type,
@@ -19275,10 +19281,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19275
19281
  this.$emit('handler-click', res);
19276
19282
  },
19277
19283
 
19278
- /**
19279
- * @desc:退出登录
19280
- * @author huangbo
19281
- * @date 2024年9月7日
19284
+ /**
19285
+ * @desc:退出登录
19286
+ * @author huangbo
19287
+ * @date 2024年9月7日
19282
19288
  **/
19283
19289
  handleQuit: function handleQuit() {
19284
19290
  var _this15 = this;
@@ -19353,10 +19359,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19353
19359
  }).catch(function (e) {});
19354
19360
  },
19355
19361
 
19356
- /**
19357
- * @desc:主题、消息回调
19358
- * @author huangbo
19359
- * @date 2024年9月7日
19362
+ /**
19363
+ * @desc:主题、消息回调
19364
+ * @author huangbo
19365
+ * @date 2024年9月7日
19360
19366
  **/
19361
19367
  handleChange: function handleChange(res) {
19362
19368
  var type = res.type,
@@ -19372,10 +19378,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19372
19378
  }
19373
19379
  },
19374
19380
 
19375
- /**
19376
- * @desc:菜单布局样式切换
19377
- * @author huangbo
19378
- * @date 2024年9月7日
19381
+ /**
19382
+ * @desc:菜单布局样式切换
19383
+ * @author huangbo
19384
+ * @date 2024年9月7日
19379
19385
  **/
19380
19386
  handleLayout: function handleLayout(res, active) {
19381
19387
  if (active) {
@@ -19385,10 +19391,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19385
19391
  this.$emit('chang-layout', res, active);
19386
19392
  },
19387
19393
 
19388
- /**
19389
- * @desc:消息修改总数
19390
- * @author huangbo
19391
- * @date 2024年9月7日
19394
+ /**
19395
+ * @desc:消息修改总数
19396
+ * @author huangbo
19397
+ * @date 2024年9月7日
19392
19398
  **/
19393
19399
  handleMenuTips: function handleMenuTips(id, num) {
19394
19400
  if (num) {
@@ -19399,10 +19405,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19399
19405
  }
19400
19406
  },
19401
19407
 
19402
- /**
19403
- * @desc:处理即时消息
19404
- * @author huangbo
19405
- * @date 2024年9月7日
19408
+ /**
19409
+ * @desc:处理即时消息
19410
+ * @author huangbo
19411
+ * @date 2024年9月7日
19406
19412
  **/
19407
19413
  handleOpened: function handleOpened(res) {
19408
19414
  var _this16 = this;
@@ -19418,14 +19424,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
19418
19424
  }
19419
19425
  },
19420
19426
 
19421
- /**
19422
- * @desc:菜单点击事件
19423
- * @author huangbo
19424
- * @date 2024年9月7日
19425
- * @param {*} res 菜单点击事件参数
19426
- * @param {*} method 菜单点击事件方法
19427
- * 1.顶部菜单点击跳转已经实现
19428
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
19427
+ /**
19428
+ * @desc:菜单点击事件
19429
+ * @author huangbo
19430
+ * @date 2024年9月7日
19431
+ * @param {*} res 菜单点击事件参数
19432
+ * @param {*} method 菜单点击事件方法
19433
+ * 1.顶部菜单点击跳转已经实现
19434
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
19429
19435
  **/
19430
19436
  handleSelect: function handleSelect(res) {
19431
19437
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};