eoss-ui 0.7.90 → 0.7.92

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 (160) hide show
  1. package/lib/button-group.js +61 -0
  2. package/lib/button.js +63 -2
  3. package/lib/calogin.js +61 -0
  4. package/lib/checkbox-group.js +61 -0
  5. package/lib/data-table-form.js +61 -0
  6. package/lib/data-table.js +74 -8
  7. package/lib/date-picker.js +61 -0
  8. package/lib/dialog.js +67 -5
  9. package/lib/eoss-ui.common.js +888 -758
  10. package/lib/flow-group.js +99 -15
  11. package/lib/flow-list.js +157 -96
  12. package/lib/flow.js +223 -162
  13. package/lib/form.js +61 -0
  14. package/lib/handle-user.js +64 -3
  15. package/lib/handler.js +71 -10
  16. package/lib/icon.js +61 -0
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +61 -0
  19. package/lib/input.js +61 -0
  20. package/lib/login.js +68 -6
  21. package/lib/main.js +475 -391
  22. package/lib/nav.js +61 -0
  23. package/lib/page.js +61 -0
  24. package/lib/pagination.js +64 -3
  25. package/lib/player.js +61 -0
  26. package/lib/qr-code.js +61 -0
  27. package/lib/radio-group.js +61 -0
  28. package/lib/retrial-auth.js +83 -6
  29. package/lib/select-ganged.js +61 -0
  30. package/lib/select.js +61 -0
  31. package/lib/selector-panel.js +61 -0
  32. package/lib/selector.js +61 -0
  33. package/lib/sizer.js +61 -0
  34. package/lib/steps.js +61 -0
  35. package/lib/switch.js +61 -0
  36. package/lib/table-form.js +61 -0
  37. package/lib/tabs.js +61 -0
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +61 -0
  41. package/lib/tree-group.js +64 -3
  42. package/lib/tree.js +61 -0
  43. package/lib/upload.js +61 -0
  44. package/lib/utils/util.js +61 -0
  45. package/lib/wujie.js +61 -0
  46. package/lib/wxlogin.js +61 -0
  47. package/package.json +1 -1
  48. package/packages/.DS_Store +0 -0
  49. package/packages/button/src/main.vue +2 -2
  50. package/packages/button-group/src/main.vue +346 -346
  51. package/packages/calogin/.DS_Store +0 -0
  52. package/packages/calogin/src/main.vue +412 -412
  53. package/packages/clients/src/main.vue +151 -151
  54. package/packages/data-table/src/main.vue +8 -3
  55. package/packages/date-picker/.DS_Store +0 -0
  56. package/packages/date-picker/src/.DS_Store +0 -0
  57. package/packages/dialog/.DS_Store +0 -0
  58. package/packages/dialog/src/main.vue +4 -3
  59. package/packages/flow/.DS_Store +0 -0
  60. package/packages/flow/src/.DS_Store +0 -0
  61. package/packages/flow/src/component/Circulate.vue +417 -417
  62. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  63. package/packages/flow/src/component/CustomPreset.vue +324 -324
  64. package/packages/flow/src/component/FileList.vue +97 -97
  65. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  66. package/packages/flow/src/component/Preset.vue +257 -257
  67. package/packages/flow/src/component/SendMsg.vue +242 -242
  68. package/packages/flow/src/component/SortFlow.vue +110 -110
  69. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  70. package/packages/flow/src/form.vue +123 -123
  71. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  72. package/packages/flow/src/processForm.vue +1680 -1680
  73. package/packages/flow/src/processReject.vue +309 -309
  74. package/packages/flow/src/reset.vue +946 -946
  75. package/packages/flow/src/startTaskRead.vue +695 -695
  76. package/packages/flow/src/supervise.vue +159 -159
  77. package/packages/flow/src/table.vue +58 -58
  78. package/packages/flow-group/src/main.vue +750 -727
  79. package/packages/flow-list/.DS_Store +0 -0
  80. package/packages/flow-list/src/main.vue +2337 -2337
  81. package/packages/form/.DS_Store +0 -0
  82. package/packages/form/src/main.vue +3901 -3901
  83. package/packages/form/src/table.vue +1512 -1512
  84. package/packages/handle-user/src/main.vue +137 -137
  85. package/packages/handler/src/main.vue +10 -8
  86. package/packages/icon/.DS_Store +0 -0
  87. package/packages/icon/src/main.vue +104 -104
  88. package/packages/login/.DS_Store +0 -0
  89. package/packages/login/src/main.vue +2088 -2087
  90. package/packages/login/src/resetPassword.vue +557 -557
  91. package/packages/main/.DS_Store +0 -0
  92. package/packages/main/src/.DS_Store +0 -0
  93. package/packages/main/src/default/userinfo.vue +513 -503
  94. package/packages/main/src/main.vue +13 -19
  95. package/packages/main/src/public/online.vue +89 -89
  96. package/packages/main/src/public/search.vue +464 -464
  97. package/packages/main/src/public/settings.vue +273 -273
  98. package/packages/main/src/simplicity/apps.vue +388 -388
  99. package/packages/main/src/simplicity/avatar.vue +82 -82
  100. package/packages/main/src/simplicity/handler.vue +158 -158
  101. package/packages/main/src/simplicity/index.vue +2335 -2328
  102. package/packages/main/src/simplicity/menu-list.vue +135 -135
  103. package/packages/main/src/simplicity/message.vue +293 -293
  104. package/packages/main/src/simplicity/notice.vue +222 -222
  105. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  106. package/packages/main/src/simplicity/user.vue +259 -259
  107. package/packages/main/src/simplicity/userinfo.vue +408 -401
  108. package/packages/main/src/simplicityTop/apps.vue +388 -388
  109. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  110. package/packages/main/src/simplicityTop/handler.vue +215 -215
  111. package/packages/main/src/simplicityTop/index.vue +2620 -2618
  112. package/packages/main/src/simplicityTop/lists.vue +84 -84
  113. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  114. package/packages/main/src/simplicityTop/message.vue +293 -293
  115. package/packages/main/src/simplicityTop/notice.vue +222 -222
  116. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  117. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  118. package/packages/main/src/simplicityTop/user.vue +259 -259
  119. package/packages/main/src/simplicityTop/userinfo.vue +408 -401
  120. package/packages/menu/.DS_Store +0 -0
  121. package/packages/menu/src/main.vue +595 -595
  122. package/packages/nav/src/main.vue +351 -351
  123. package/packages/pagination/src/main.vue +4 -4
  124. package/packages/retrial-auth/src/main.vue +23 -4
  125. package/packages/select/.DS_Store +0 -0
  126. package/packages/selector/.DS_Store +0 -0
  127. package/packages/selector/src/main.vue +761 -761
  128. package/packages/selector-panel/.DS_Store +0 -0
  129. package/packages/selector-panel/src/main.vue +1036 -1036
  130. package/packages/selector-panel/src/selection.vue +174 -174
  131. package/packages/switch/src/main.vue +170 -170
  132. package/packages/theme-chalk/lib/index.css +1 -1
  133. package/packages/theme-chalk/lib/login.css +1 -1
  134. package/packages/theme-chalk/src/.DS_Store +0 -0
  135. package/packages/theme-chalk/src/data-table.scss +297 -297
  136. package/packages/theme-chalk/src/flow-list.scss +55 -55
  137. package/packages/theme-chalk/src/flow.scss +373 -373
  138. package/packages/theme-chalk/src/form.scss +501 -501
  139. package/packages/theme-chalk/src/handler.scss +148 -148
  140. package/packages/theme-chalk/src/icon.scss +3452 -3452
  141. package/packages/theme-chalk/src/login.scss +1006 -1006
  142. package/packages/theme-chalk/src/main.scss +664 -664
  143. package/packages/theme-chalk/src/menu.scss +224 -224
  144. package/packages/theme-chalk/src/selector.scss +114 -114
  145. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  146. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  147. package/packages/theme-chalk/src/tree.scss +165 -165
  148. package/packages/theme-chalk/src/upload.scss +172 -172
  149. package/packages/tips/src/main.vue +141 -141
  150. package/packages/toolbar/src/main.vue +430 -430
  151. package/packages/tree-group/src/main.vue +1 -1
  152. package/packages/upload/.DS_Store +0 -0
  153. package/packages/upload/src/main.vue +1344 -1344
  154. package/packages/wujie/src/main.vue +146 -146
  155. package/src/.DS_Store +0 -0
  156. package/src/config/api.js +348 -348
  157. package/src/index.js +163 -163
  158. package/src/utils/.DS_Store +0 -0
  159. package/src/utils/rules.js +18 -18
  160. package/src/utils/util.js +61 -0
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -3198,6 +3198,65 @@ var getWeekday = function getWeekday(date) {
3198
3198
  // Adjust for JavaScript's day numbering (0 is Sunday, 1 is Monday, etc.)
3199
3199
  return adjustedDay === 0 ? 7 : adjustedDay;
3200
3200
  };
3201
+ /**
3202
+ * getWinTop
3203
+ * @desc 获取同域的top窗口
3204
+ * @param {object} [wind] - window对象
3205
+ * @return {Window} 同域的top窗口
3206
+ **/
3207
+ var getWinTop = function getWinTop(wind) {
3208
+ wind = wind ? wind : window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
3209
+ try {
3210
+ // 检查是否已经是顶层窗口,避免无限递归
3211
+ if (wind === wind.parent) {
3212
+ return wind;
3213
+ }
3214
+ wind.parent.document;
3215
+ return getWinTop(wind.parent);
3216
+ } catch (error) {
3217
+ return wind;
3218
+ }
3219
+ };
3220
+
3221
+ /**
3222
+ * getWinTopProperty
3223
+ * @desc 安全获取顶层窗口的属性,避免跨域访问错误
3224
+ * @param {string} propertyName - 要获取的属性名
3225
+ * @param {any} defaultValue - 默认值,当属性获取失败时返回
3226
+ * @return {any} 属性值或默认值
3227
+ **/
3228
+ var getWinTopProperty = function getWinTopProperty(propertyName, defaultValue) {
3229
+ // 1. 先尝试获取 window.top 的属性
3230
+ try {
3231
+ if (window.top && window.top[propertyName] !== undefined) {
3232
+ return window.top[propertyName];
3233
+ }
3234
+ } catch (topError) {}
3235
+ // window.top 跨域,继续尝试
3236
+
3237
+
3238
+ // 2. 尝试获取同源的最上层窗口的属性
3239
+ try {
3240
+ var sameOriginTop = getWinTop();
3241
+ if (sameOriginTop && sameOriginTop[propertyName] !== undefined) {
3242
+ return sameOriginTop[propertyName];
3243
+ }
3244
+ } catch (sameOriginError) {}
3245
+ // 同源最上层窗口获取失败,继续尝试
3246
+
3247
+
3248
+ // 3. 尝试获取当前窗口的属性
3249
+ try {
3250
+ if (window[propertyName] !== undefined) {
3251
+ return window[propertyName];
3252
+ }
3253
+ } catch (currentWinError) {}
3254
+ // 当前窗口获取失败,返回默认值
3255
+
3256
+
3257
+ // 4. 所有尝试都失败,返回默认值
3258
+ return defaultValue;
3259
+ };
3201
3260
 
3202
3261
  /**
3203
3262
  * getZoom
@@ -4943,6 +5002,8 @@ var winTopOpen = function winTopOpen(config) {
4943
5002
  getTypeName: getTypeName,
4944
5003
  getValues: util_getValues,
4945
5004
  getWeekday: getWeekday,
5005
+ getWinTop: getWinTop,
5006
+ getWinTopProperty: getWinTopProperty,
4946
5007
  handlerUrl: util_handlerUrl,
4947
5008
  hasChars: hasChars,
4948
5009
  hasClass: hasClass,
@@ -5081,8 +5142,8 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
5081
5142
  evt.preventDefault();
5082
5143
  var width = 0;
5083
5144
  var height = 0;
5084
- width = utils_util.win.top.screen.availWidth - 10;
5085
- height = utils_util.win.top.screen.availHeight - 60;
5145
+ width = utils_util.win.screen.availWidth - 10;
5146
+ height = utils_util.win.screen.availHeight - 60;
5086
5147
  var flag = true;
5087
5148
  if (this.esForm) {
5088
5149
  var params = utils_util.getParams({ url: this.link });
@@ -9738,8 +9799,8 @@ clients_src_main.install = function (Vue) {
9738
9799
  };
9739
9800
 
9740
9801
  /* harmony default export */ var clients = (clients_src_main);
9741
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=ac23110e&
9742
- var mainvue_type_template_id_ac23110e_render = function () {
9802
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=65671564&
9803
+ var mainvue_type_template_id_65671564_render = function () {
9743
9804
  var _vm = this
9744
9805
  var _h = _vm.$createElement
9745
9806
  var _c = _vm._self._c || _h
@@ -10140,11 +10201,11 @@ var mainvue_type_template_id_ac23110e_render = function () {
10140
10201
  1
10141
10202
  )
10142
10203
  }
10143
- var mainvue_type_template_id_ac23110e_staticRenderFns = []
10144
- mainvue_type_template_id_ac23110e_render._withStripped = true
10204
+ var mainvue_type_template_id_65671564_staticRenderFns = []
10205
+ mainvue_type_template_id_65671564_render._withStripped = true
10145
10206
 
10146
10207
 
10147
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=ac23110e&
10208
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=65671564&
10148
10209
 
10149
10210
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
10150
10211
  var childrenvue_type_template_id_271bb842_render = function () {
@@ -12518,7 +12579,7 @@ var data_table_src_mainvue_type_script_lang_js_extends = Object.assign || functi
12518
12579
 
12519
12580
 
12520
12581
 
12521
- var systemMode = utils_util.win.top.systemMode || utils_util.win.systemMode || 'default';
12582
+ var systemMode = utils_util.getWinTopProperty('systemMode', 'default');
12522
12583
  var pageView = utils_util.getParams('pageView');
12523
12584
  /* harmony default export */ var data_table_src_mainvue_type_script_lang_js_ = ({
12524
12585
  name: 'EsDataTable',
@@ -13134,7 +13195,12 @@ var pageView = utils_util.getParams('pageView');
13134
13195
  },
13135
13196
  showEditPage: function showEditPage(val) {
13136
13197
  if (val === false) {
13137
- utils_util.win.top.refresh();
13198
+ try {
13199
+ var topWin = utils_util.getWinTop();
13200
+ topWin.refresh();
13201
+ } catch (error) {
13202
+ console.warn('Failed to refresh page:', error);
13203
+ }
13138
13204
  }
13139
13205
  }
13140
13206
  },
@@ -13159,7 +13225,7 @@ var pageView = utils_util.getParams('pageView');
13159
13225
  }
13160
13226
  this.list.length && this.checkSelect(this.checked);
13161
13227
  this.resetHeight();
13162
- if (utils_util.win.top != utils_util.win.self) {
13228
+ if (utils_util.getwintop() != utils_util.win.self) {
13163
13229
  utils_util.win.onresize = Object(external_throttle_debounce_["throttle"])(500, this.resetHeight);
13164
13230
  }
13165
13231
  },
@@ -14021,8 +14087,8 @@ var pageView = utils_util.getParams('pageView');
14021
14087
 
14022
14088
  var data_table_src_main_component = normalizeComponent(
14023
14089
  packages_data_table_src_mainvue_type_script_lang_js_,
14024
- mainvue_type_template_id_ac23110e_render,
14025
- mainvue_type_template_id_ac23110e_staticRenderFns,
14090
+ mainvue_type_template_id_65671564_render,
14091
+ mainvue_type_template_id_65671564_staticRenderFns,
14026
14092
  false,
14027
14093
  null,
14028
14094
  null,
@@ -16159,8 +16225,8 @@ date_picker_src_main.install = function (Vue) {
16159
16225
  };
16160
16226
 
16161
16227
  /* harmony default export */ var date_picker = (date_picker_src_main);
16162
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=5430550f&
16163
- var mainvue_type_template_id_5430550f_render = function () {
16228
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=4d7df4c6&
16229
+ var mainvue_type_template_id_4d7df4c6_render = function () {
16164
16230
  var _vm = this
16165
16231
  var _h = _vm.$createElement
16166
16232
  var _c = _vm._self._c || _h
@@ -16674,11 +16740,11 @@ var mainvue_type_template_id_5430550f_render = function () {
16674
16740
  2
16675
16741
  )
16676
16742
  }
16677
- var mainvue_type_template_id_5430550f_staticRenderFns = []
16678
- mainvue_type_template_id_5430550f_render._withStripped = true
16743
+ var mainvue_type_template_id_4d7df4c6_staticRenderFns = []
16744
+ mainvue_type_template_id_4d7df4c6_render._withStripped = true
16679
16745
 
16680
16746
 
16681
- // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=5430550f&
16747
+ // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=4d7df4c6&
16682
16748
 
16683
16749
  // EXTERNAL MODULE: external "wujie-vue2"
16684
16750
  var external_wujie_vue2_ = __webpack_require__(2);
@@ -16961,9 +17027,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
16961
17027
 
16962
17028
  var availWidth = 0;
16963
17029
  var availHeight = 0;
16964
- availWidth = utils_util.win.top.document.body.offsetWidth - 260;
16965
- availHeight = utils_util.win.top.document.body.offsetHeight - 60;
16966
- var mainvue_type_script_lang_js_systemMode = utils_util.win.top.systemMode || utils_util.win.systemMode || 'default';
17030
+ var wind = utils_util.getWinTop();
17031
+ availWidth = wind.document.body.offsetWidth - 260;
17032
+ availHeight = wind.document.body.offsetHeight - 60;
17033
+ var mainvue_type_script_lang_js_systemMode = wind.systemMode || utils_util.win.systemMode || 'default';
16967
17034
  /* harmony default export */ var dialog_src_mainvue_type_script_lang_js_ = ({
16968
17035
  name: 'EsDialog',
16969
17036
  inheritAttrs: false,
@@ -17244,8 +17311,8 @@ var mainvue_type_script_lang_js_systemMode = utils_util.win.top.systemMode || ut
17244
17311
 
17245
17312
  var dialog_src_main_component = normalizeComponent(
17246
17313
  packages_dialog_src_mainvue_type_script_lang_js_,
17247
- mainvue_type_template_id_5430550f_render,
17248
- mainvue_type_template_id_5430550f_staticRenderFns,
17314
+ mainvue_type_template_id_4d7df4c6_render,
17315
+ mainvue_type_template_id_4d7df4c6_staticRenderFns,
17249
17316
  false,
17250
17317
  null,
17251
17318
  null,
@@ -32151,21 +32218,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32151
32218
  return validSate;
32152
32219
  },
32153
32220
 
32154
- /**
32155
- * changeOpinion
32156
- * @desc:监听意见变化
32157
- * @author liufan
32158
- * @date 2022年10月28日
32221
+ /**
32222
+ * changeOpinion
32223
+ * @desc:监听意见变化
32224
+ * @author liufan
32225
+ * @date 2022年10月28日
32159
32226
  **/
32160
32227
  changeOpinion: function changeOpinion() {
32161
32228
  this.$emit('change', this.form.value);
32162
32229
  },
32163
32230
 
32164
- /**
32165
- * getCommonOpion
32166
- * @desc:获取意见
32167
- * @author liufan
32168
- * @date 2022年5月25日
32231
+ /**
32232
+ * getCommonOpion
32233
+ * @desc:获取意见
32234
+ * @author liufan
32235
+ * @date 2022年5月25日
32169
32236
  **/
32170
32237
  getCommonOpion: function getCommonOpion() {
32171
32238
  var _this = this;
@@ -32194,24 +32261,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32194
32261
  });
32195
32262
  },
32196
32263
 
32197
- /**
32198
- * upDate
32199
- * @desc:修改常用语
32200
- * @author liufan
32201
- * @param {Object} val 修改值
32202
- * @date 2022年5月25日
32264
+ /**
32265
+ * upDate
32266
+ * @desc:修改常用语
32267
+ * @author liufan
32268
+ * @param {Object} val 修改值
32269
+ * @date 2022年5月25日
32203
32270
  **/
32204
32271
  upDate: function upDate(val) {
32205
32272
  this.FormData.id = val.id;
32206
32273
  this.addVisible = true;
32207
32274
  },
32208
32275
 
32209
- /**
32210
- * selectChange
32211
- * @desc:常用语选择
32212
- * @author liufan
32213
- * @param {String} val 选中值
32214
- * @date 2022年5月25日
32276
+ /**
32277
+ * selectChange
32278
+ * @desc:常用语选择
32279
+ * @author liufan
32280
+ * @param {String} val 选中值
32281
+ * @date 2022年5月25日
32215
32282
  **/
32216
32283
  selectChange: function selectChange(val) {
32217
32284
  var _this2 = this;
@@ -32230,12 +32297,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32230
32297
  });
32231
32298
  },
32232
32299
 
32233
- /**
32234
- * del
32235
- * @desc:删除常用语
32236
- * @author liufan
32237
- * @param {Object} val 删除的数据
32238
- * @date 2022年5月25日
32300
+ /**
32301
+ * del
32302
+ * @desc:删除常用语
32303
+ * @author liufan
32304
+ * @param {Object} val 删除的数据
32305
+ * @date 2022年5月25日
32239
32306
  **/
32240
32307
  del: function del(val) {
32241
32308
  var _this3 = this;
@@ -32277,12 +32344,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32277
32344
  }).catch(function (e) {});
32278
32345
  },
32279
32346
 
32280
- /**
32281
- * submit
32282
- * @desc:新增/编辑意见保存
32283
- * @author liufan
32284
- * @param {Object} val 保存数据
32285
- * @date 2022年5月25日
32347
+ /**
32348
+ * submit
32349
+ * @desc:新增/编辑意见保存
32350
+ * @author liufan
32351
+ * @param {Object} val 保存数据
32352
+ * @date 2022年5月25日
32286
32353
  **/
32287
32354
  submit: function submit(val) {
32288
32355
  var _this4 = this;
@@ -36098,11 +36165,11 @@ var processFormvue_type_script_lang_js_components;
36098
36165
  });
36099
36166
  },
36100
36167
 
36101
- /**
36102
- * isMultiple
36103
- * @desc:是否多选
36104
- * @author liufan
36105
- * @date 2022年9月13日
36168
+ /**
36169
+ * isMultiple
36170
+ * @desc:是否多选
36171
+ * @author liufan
36172
+ * @date 2022年9月13日
36106
36173
  **/
36107
36174
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36108
36175
  var multiple = false;
@@ -40315,11 +40382,11 @@ var resetvue_type_script_lang_js_components;
40315
40382
  });
40316
40383
  },
40317
40384
 
40318
- /**
40319
- * isMultiple
40320
- * @desc:是否多选
40321
- * @author liufan
40322
- * @date 2022年9月13日
40385
+ /**
40386
+ * isMultiple
40387
+ * @desc:是否多选
40388
+ * @author liufan
40389
+ * @date 2022年9月13日
40323
40390
  **/
40324
40391
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40325
40392
  var multiple = false;
@@ -44908,11 +44975,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44908
44975
  });
44909
44976
  },
44910
44977
 
44911
- /**
44912
- * saveInfo
44913
- * @desc:暂存
44914
- * @author liufan
44915
- * @date 2022年9月9日
44978
+ /**
44979
+ * saveInfo
44980
+ * @desc:暂存
44981
+ * @author liufan
44982
+ * @date 2022年9月9日
44916
44983
  **/
44917
44984
  saveInfo: function saveInfo(type, btn) {
44918
44985
  var _this6 = this;
@@ -44974,11 +45041,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44974
45041
  });
44975
45042
  },
44976
45043
 
44977
- /**
44978
- * rejectBtn
44979
- * @desc:点击驳回
44980
- * @author liufan
44981
- * @date 2022年5月25日
45044
+ /**
45045
+ * rejectBtn
45046
+ * @desc:点击驳回
45047
+ * @author liufan
45048
+ * @date 2022年5月25日
44982
45049
  **/
44983
45050
  rejectBtn: function rejectBtn() {
44984
45051
  var _this8 = this;
@@ -44996,11 +45063,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44996
45063
  }
44997
45064
  },
44998
45065
 
44999
- /**
45000
- * taskReadBtn
45001
- * @desc:点击分阅
45002
- * @author liufan
45003
- * @date 2022年5月25日
45066
+ /**
45067
+ * taskReadBtn
45068
+ * @desc:点击分阅
45069
+ * @author liufan
45070
+ * @date 2022年5月25日
45004
45071
  **/
45005
45072
  taskReadBtn: function taskReadBtn() {
45006
45073
  var _this9 = this;
@@ -45019,11 +45086,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45019
45086
  }
45020
45087
  },
45021
45088
 
45022
- /**
45023
- * getFind
45024
- * @desc:获取通知方式
45025
- * @author liufan
45026
- * @date 2022年5月25日
45089
+ /**
45090
+ * getFind
45091
+ * @desc:获取通知方式
45092
+ * @author liufan
45093
+ * @date 2022年5月25日
45027
45094
  **/
45028
45095
  getFind: function getFind() {
45029
45096
  var _this10 = this;
@@ -45078,12 +45145,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45078
45145
  });
45079
45146
  },
45080
45147
 
45081
- /**
45082
- * endFlows
45083
- * @desc:直接办结
45084
- * @author liufan
45085
- * @param {Object} res 直接办结数据
45086
- * @date 2022年5月25日
45148
+ /**
45149
+ * endFlows
45150
+ * @desc:直接办结
45151
+ * @author liufan
45152
+ * @param {Object} res 直接办结数据
45153
+ * @date 2022年5月25日
45087
45154
  **/
45088
45155
  endFlows: function endFlows(res) {
45089
45156
  var _this12 = this;
@@ -45137,12 +45204,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45137
45204
  }).catch(function (e) {});
45138
45205
  },
45139
45206
 
45140
- /**
45141
- * goView
45142
- * @desc:更多流程按钮操作
45143
- * @author liufan
45144
- * @param {Object} res 当前点击操作按钮数据
45145
- * @date 2022年5月25日
45207
+ /**
45208
+ * goView
45209
+ * @desc:更多流程按钮操作
45210
+ * @author liufan
45211
+ * @param {Object} res 当前点击操作按钮数据
45212
+ * @date 2022年5月25日
45146
45213
  **/
45147
45214
  goView: function goView(res) {
45148
45215
  // 驳回并办结:rejectAndEndHtml
@@ -45227,11 +45294,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45227
45294
  // isCanStartSubFlow
45228
45295
  },
45229
45296
 
45230
- /**
45231
- * toTakeAdvice
45232
- * @desc:征求意见
45233
- * @author liufan
45234
- * @date 2022年9月29日
45297
+ /**
45298
+ * toTakeAdvice
45299
+ * @desc:征求意见
45300
+ * @author liufan
45301
+ * @date 2022年9月29日
45235
45302
  **/
45236
45303
  toTakeAdvice: function toTakeAdvice(res) {
45237
45304
  var _this14 = this;
@@ -45275,11 +45342,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45275
45342
  });
45276
45343
  },
45277
45344
 
45278
- /**
45279
- * toStartDraf
45280
- * @desc: 稿件递送、联合审核、复核
45281
- * @author liufan
45282
- * @date 2022年9月29日
45345
+ /**
45346
+ * toStartDraf
45347
+ * @desc: 稿件递送、联合审核、复核
45348
+ * @author liufan
45349
+ * @date 2022年9月29日
45283
45350
  **/
45284
45351
  toStartDraf: function toStartDraf(res) {
45285
45352
  var _this16 = this;
@@ -45293,11 +45360,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45293
45360
  }
45294
45361
  },
45295
45362
 
45296
- /**
45297
- * toSendMsg
45298
- * @desc:核稿通知
45299
- * @author liufan
45300
- * @date 2022年9月29日
45363
+ /**
45364
+ * toSendMsg
45365
+ * @desc:核稿通知
45366
+ * @author liufan
45367
+ * @date 2022年9月29日
45301
45368
  **/
45302
45369
  toSendMsg: function toSendMsg(res) {
45303
45370
  var _this17 = this;
@@ -45311,11 +45378,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45311
45378
  }
45312
45379
  },
45313
45380
 
45314
- /**
45315
- * toTaskReadAndEnd
45316
- * @desc:分阅并办结
45317
- * @author liufan
45318
- * @date 2022年9月29日
45381
+ /**
45382
+ * toTaskReadAndEnd
45383
+ * @desc:分阅并办结
45384
+ * @author liufan
45385
+ * @date 2022年9月29日
45319
45386
  **/
45320
45387
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45321
45388
  var _this18 = this;
@@ -45333,11 +45400,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45333
45400
  }
45334
45401
  },
45335
45402
 
45336
- /**
45337
- * rejectAndEnd
45338
- * @desc:驳回并办结
45339
- * @author liufan
45340
- * @date 2022年9月29日
45403
+ /**
45404
+ * rejectAndEnd
45405
+ * @desc:驳回并办结
45406
+ * @author liufan
45407
+ * @date 2022年9月29日
45341
45408
  **/
45342
45409
  rejectAndEnd: function rejectAndEnd(res) {
45343
45410
  var _this19 = this;
@@ -45392,11 +45459,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45392
45459
  });
45393
45460
  },
45394
45461
 
45395
- /**
45396
- * toTransfer
45397
- * @desc:转办
45398
- * @author liufan
45399
- * @date 2022年9月29日
45462
+ /**
45463
+ * toTransfer
45464
+ * @desc:转办
45465
+ * @author liufan
45466
+ * @date 2022年9月29日
45400
45467
  **/
45401
45468
  toTransfer: function toTransfer(res) {
45402
45469
  var _this21 = this;
@@ -45412,11 +45479,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45412
45479
  }
45413
45480
  },
45414
45481
 
45415
- /**
45416
- * getNodeInfo
45417
- * @desc:获取节点信息
45418
- * @author liufan
45419
- * @date 2022年5月25日
45482
+ /**
45483
+ * getNodeInfo
45484
+ * @desc:获取节点信息
45485
+ * @author liufan
45486
+ * @date 2022年5月25日
45420
45487
  **/
45421
45488
  getNodeInfo: function getNodeInfo() {
45422
45489
  var _this22 = this;
@@ -45515,12 +45582,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45515
45582
  });
45516
45583
  },
45517
45584
 
45518
- /**
45519
- * selecNext
45520
- * @desc:下步节点变化时更新数据
45521
- * @author liufan
45522
- * @param {String} val 当前选中值
45523
- * @date 2022年5月25日
45585
+ /**
45586
+ * selecNext
45587
+ * @desc:下步节点变化时更新数据
45588
+ * @author liufan
45589
+ * @param {String} val 当前选中值
45590
+ * @date 2022年5月25日
45524
45591
  **/
45525
45592
  selecNext: function selecNext(val, type, isDef) {
45526
45593
  var _this23 = this;
@@ -45629,11 +45696,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45629
45696
  if (isDef !== true) this.getNodeInfo();
45630
45697
  },
45631
45698
 
45632
- /**
45633
- * isMultiple
45634
- * @desc:是否多选
45635
- * @author liufan
45636
- * @date 2022年9月13日
45699
+ /**
45700
+ * isMultiple
45701
+ * @desc:是否多选
45702
+ * @author liufan
45703
+ * @date 2022年9月13日
45637
45704
  **/
45638
45705
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45639
45706
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45665,11 +45732,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45665
45732
  }
45666
45733
  },
45667
45734
 
45668
- /**
45669
- * getHedInfo
45670
- * @desc:获取审核页面数据
45671
- * @author liufan
45672
- * @date 2022年5月25日
45735
+ /**
45736
+ * getHedInfo
45737
+ * @desc:获取审核页面数据
45738
+ * @author liufan
45739
+ * @date 2022年5月25日
45673
45740
  **/
45674
45741
  getHedInfo: function getHedInfo() {
45675
45742
  var _this24 = this;
@@ -45905,13 +45972,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45905
45972
  });
45906
45973
  },
45907
45974
 
45908
- /**
45909
- * closeProcess
45910
- * @desc:关闭弹窗
45911
- * @author liufan
45912
- * @param {boolean} val 当前是否办理流程
45913
- * @param {String} type 当前点击的弹窗类型
45914
- * @date 2022年5月25日
45975
+ /**
45976
+ * closeProcess
45977
+ * @desc:关闭弹窗
45978
+ * @author liufan
45979
+ * @param {boolean} val 当前是否办理流程
45980
+ * @param {String} type 当前点击的弹窗类型
45981
+ * @date 2022年5月25日
45915
45982
  **/
45916
45983
  closeProcess: function closeProcess(val, type, closeParent) {
45917
45984
  if (closeParent) {
@@ -45928,23 +45995,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45928
45995
  }
45929
45996
  },
45930
45997
 
45931
- /**
45932
- * selectChange
45933
- * @desc:常用语选择
45934
- * @author liufan
45935
- * @param {String} val 选中值
45936
- * @date 2022年5月25日
45998
+ /**
45999
+ * selectChange
46000
+ * @desc:常用语选择
46001
+ * @author liufan
46002
+ * @param {String} val 选中值
46003
+ * @date 2022年5月25日
45937
46004
  **/
45938
46005
  selectChange: function selectChange(val) {
45939
46006
  this.value = val;
45940
46007
  },
45941
46008
 
45942
- /**
45943
- * upDate
45944
- * @desc:修改常用语
45945
- * @author liufan
45946
- * @param {Object} val 修改值
45947
- * @date 2022年5月25日
46009
+ /**
46010
+ * upDate
46011
+ * @desc:修改常用语
46012
+ * @author liufan
46013
+ * @param {Object} val 修改值
46014
+ * @date 2022年5月25日
45948
46015
  **/
45949
46016
  upDate: function upDate(val) {
45950
46017
  this.FormData.id = val.id;
@@ -45952,11 +46019,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45952
46019
  },
45953
46020
 
45954
46021
 
45955
- /**
45956
- * getProcess
45957
- * @desc:获取选择流程
45958
- * @author liufan
45959
- * @date 2022年5月25日
46022
+ /**
46023
+ * getProcess
46024
+ * @desc:获取选择流程
46025
+ * @author liufan
46026
+ * @date 2022年5月25日
45960
46027
  **/
45961
46028
  getProcess: function getProcess() {
45962
46029
  var _this25 = this;
@@ -46010,11 +46077,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46010
46077
  });
46011
46078
  },
46012
46079
 
46013
- /**
46014
- * getPendedhistoryList
46015
- * @desc:获取流程列表
46016
- * @author liufan
46017
- * @date 2022年5月25日
46080
+ /**
46081
+ * getPendedhistoryList
46082
+ * @desc:获取流程列表
46083
+ * @author liufan
46084
+ * @date 2022年5月25日
46018
46085
  **/
46019
46086
  getPendedhistoryList: function getPendedhistoryList() {
46020
46087
  var _this26 = this;
@@ -46046,12 +46113,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46046
46113
  },
46047
46114
 
46048
46115
  // 提交流程
46049
- /**
46050
- * subProcess
46051
- * @desc:提交流程
46052
- * @author liufan
46053
- * @param {String} formName 当前form表单ref值
46054
- * @date 2022年5月25日
46116
+ /**
46117
+ * subProcess
46118
+ * @desc:提交流程
46119
+ * @author liufan
46120
+ * @param {String} formName 当前form表单ref值
46121
+ * @date 2022年5月25日
46055
46122
  **/
46056
46123
  subProcess: function subProcess(val) {
46057
46124
  var _this27 = this;
@@ -51770,8 +51837,8 @@ flow_src_main.install = function (Vue) {
51770
51837
  };
51771
51838
 
51772
51839
  /* harmony default export */ var packages_flow = (flow_src_main);
51773
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=2c478c3c&
51774
- var mainvue_type_template_id_2c478c3c_render = function () {
51840
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=31ce53a2&
51841
+ var mainvue_type_template_id_31ce53a2_render = function () {
51775
51842
  var _vm = this
51776
51843
  var _h = _vm.$createElement
51777
51844
  var _c = _vm._self._c || _h
@@ -53033,11 +53100,11 @@ var mainvue_type_template_id_2c478c3c_render = function () {
53033
53100
  2
53034
53101
  )
53035
53102
  }
53036
- var mainvue_type_template_id_2c478c3c_staticRenderFns = []
53037
- mainvue_type_template_id_2c478c3c_render._withStripped = true
53103
+ var mainvue_type_template_id_31ce53a2_staticRenderFns = []
53104
+ mainvue_type_template_id_31ce53a2_render._withStripped = true
53038
53105
 
53039
53106
 
53040
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=2c478c3c&
53107
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=31ce53a2&
53041
53108
 
53042
53109
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
53043
53110
  var flow_group_src_mainvue_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; };
@@ -53628,9 +53695,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
53628
53695
  var name = item.name;
53629
53696
  var width = 0;
53630
53697
  var height = 0;
53631
- var win = utils_util.win.top;
53632
- width = win.screen.availWidth - 10;
53633
- height = win.screen.availHeight - 60;
53698
+ width = utils_util.win.screen.availWidth - 10;
53699
+ height = utils_util.win.screen.availHeight - 60;
53634
53700
  if (item.url) {
53635
53701
  url = _this.handleUrlJoinParams(item);
53636
53702
  }
@@ -53711,13 +53777,25 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
53711
53777
  utils_util.busEmit(this, flow_group_src_mainvue_type_script_lang_js_extends({
53712
53778
  method: 'windowClose'
53713
53779
  }, JSON.parse(windowOpenConfig)));
53714
- utils_util.win.top.windowClose(JSON.parse(windowOpenConfig));
53780
+ try {
53781
+ var topWin = utils_util.getWinTop();
53782
+ topWin.windowClose(JSON.parse(windowOpenConfig));
53783
+ } catch (error) {
53784
+ console.warn('Failed to call windowClose:', error);
53785
+ }
53715
53786
  } else if (this.closeDialog && this.esDialog) {
53716
53787
  this.esDialog.handleClose();
53717
- } else if (utils_util.win.top.COOS_SDK) {
53718
- utils_util.win.top.COOS_SDK.closePopup && utils_util.win.top.COOS_SDK.closePopup();
53719
- } else if (utils_util.win.top.opener) {
53720
- utils_util.win.top.close();
53788
+ } else {
53789
+ try {
53790
+ var _topWin = utils_util.getWinTop();
53791
+ if (_topWin.COOS_SDK) {
53792
+ _topWin.COOS_SDK.closePopup && _topWin.COOS_SDK.closePopup();
53793
+ } else if (_topWin.opener) {
53794
+ _topWin.close();
53795
+ }
53796
+ } catch (error) {
53797
+ console.warn('Failed to close window/popup:', error);
53798
+ }
53721
53799
  }
53722
53800
  if (this.events && this.events.success) {
53723
53801
  this.events.success();
@@ -53730,13 +53808,25 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
53730
53808
  utils_util.busEmit(this, flow_group_src_mainvue_type_script_lang_js_extends({
53731
53809
  method: 'windowClose'
53732
53810
  }, JSON.parse(windowOpenConfig)));
53733
- utils_util.win.top.windowClose(JSON.parse(windowOpenConfig));
53811
+ try {
53812
+ var topWin = utils_util.getWinTop();
53813
+ topWin.windowClose(JSON.parse(windowOpenConfig));
53814
+ } catch (error) {
53815
+ console.warn('Failed to call windowClose:', error);
53816
+ }
53734
53817
  } else if (this.closeDialog && this.esDialog) {
53735
53818
  this.esDialog.handleClose();
53736
- } else if (utils_util.win.top.COOS_SDK) {
53737
- utils_util.win.top.COOS_SDK.closePopup && utils_util.win.top.COOS_SDK.closePopup();
53738
- } else if (utils_util.win.top.opener) {
53739
- utils_util.win.top.close();
53819
+ } else {
53820
+ try {
53821
+ var _topWin2 = utils_util.getWinTop();
53822
+ if (_topWin2.COOS_SDK) {
53823
+ _topWin2.COOS_SDK.closePopup && _topWin2.COOS_SDK.closePopup();
53824
+ } else if (_topWin2.opener) {
53825
+ _topWin2.close();
53826
+ }
53827
+ } catch (error) {
53828
+ console.warn('Failed to close window/popup:', error);
53829
+ }
53740
53830
  }
53741
53831
  this.events && this.events.save(id, event);
53742
53832
  this.$emit('save', id, event);
@@ -53762,8 +53852,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
53762
53852
 
53763
53853
  var flow_group_src_main_component = normalizeComponent(
53764
53854
  packages_flow_group_src_mainvue_type_script_lang_js_,
53765
- mainvue_type_template_id_2c478c3c_render,
53766
- mainvue_type_template_id_2c478c3c_staticRenderFns,
53855
+ mainvue_type_template_id_31ce53a2_render,
53856
+ mainvue_type_template_id_31ce53a2_staticRenderFns,
53767
53857
  false,
53768
53858
  null,
53769
53859
  null,
@@ -55563,11 +55653,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55563
55653
 
55564
55654
 
55565
55655
  methods: {
55566
- /**
55567
- * handleBatchDelete
55568
- * @desc:批量删除
55569
- * @author liufan
55570
- * @date 2025年12月31日
55656
+ /**
55657
+ * handleBatchDelete
55658
+ * @desc:批量删除
55659
+ * @author liufan
55660
+ * @date 2025年12月31日
55571
55661
  **/
55572
55662
  handleBatchDelete: function handleBatchDelete() {
55573
55663
  var _this6 = this;
@@ -55864,12 +55954,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55864
55954
  }
55865
55955
  },
55866
55956
 
55867
- /**
55868
- * handleFormSubmit
55869
- * @desc:删除节点点击事件
55870
- * @param {Object} formData 点击删除的form数据
55871
- * @author liufan
55872
- * @date 2022年11月29日
55957
+ /**
55958
+ * handleFormSubmit
55959
+ * @desc:删除节点点击事件
55960
+ * @param {Object} formData 点击删除的form数据
55961
+ * @author liufan
55962
+ * @date 2022年11月29日
55873
55963
  **/
55874
55964
  handleFormSubmit: function handleFormSubmit(formData) {
55875
55965
  var _this12 = this;
@@ -55905,12 +55995,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55905
55995
  });
55906
55996
  },
55907
55997
 
55908
- /**
55909
- * del
55910
- * @desc:展示删除弹窗
55911
- * @param {String} id 当前点击数据id
55912
- * @author liufan
55913
- * @date 2022年11月29日
55998
+ /**
55999
+ * del
56000
+ * @desc:展示删除弹窗
56001
+ * @param {String} id 当前点击数据id
56002
+ * @author liufan
56003
+ * @date 2022年11月29日
55914
56004
  **/
55915
56005
  del: function del(id, type) {
55916
56006
  this.modalType = type;
@@ -55918,12 +56008,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55918
56008
  this.showDel = true;
55919
56009
  },
55920
56010
 
55921
- /**
55922
- * handleCurrentChange
55923
- * @desc:监听页码变化
55924
- * @param {String} val 当前页
55925
- * @author liufan
55926
- * @date 2022年11月29日
56011
+ /**
56012
+ * handleCurrentChange
56013
+ * @desc:监听页码变化
56014
+ * @param {String} val 当前页
56015
+ * @author liufan
56016
+ * @date 2022年11月29日
55927
56017
  **/
55928
56018
  handleCurrentChange: function handleCurrentChange(val, type) {
55929
56019
  this.currentPage = val;
@@ -55932,12 +56022,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55932
56022
  }
55933
56023
  },
55934
56024
 
55935
- /**
55936
- * handleSizeChange
55937
- * @desc:监听每页数据显示数量变化
55938
- * @param {String} val 每页展示数量
55939
- * @author liufan
55940
- * @date 2022年11月29日
56025
+ /**
56026
+ * handleSizeChange
56027
+ * @desc:监听每页数据显示数量变化
56028
+ * @param {String} val 每页展示数量
56029
+ * @author liufan
56030
+ * @date 2022年11月29日
55941
56031
  **/
55942
56032
  handleSizeChange: function handleSizeChange(val) {
55943
56033
  this.pageSize = val;
@@ -55946,12 +56036,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55946
56036
  }
55947
56037
  },
55948
56038
 
55949
- /**
55950
- * sortChange
55951
- * @desc:监听排序变化
55952
- * @param {Object} info 需要排序的字段及排序方式
55953
- * @author liufan
55954
- * @date 2022年11月29日
56039
+ /**
56040
+ * sortChange
56041
+ * @desc:监听排序变化
56042
+ * @param {Object} info 需要排序的字段及排序方式
56043
+ * @author liufan
56044
+ * @date 2022年11月29日
55955
56045
  **/
55956
56046
  sortChange: function sortChange(info, type) {
55957
56047
  var prop = info.prop;
@@ -55967,11 +56057,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55967
56057
  }
55968
56058
  },
55969
56059
 
55970
- /**
55971
- * getDeletList
55972
- * @desc:删除列表数据
55973
- * @author liufan
55974
- * @date 2025年12月30日
56060
+ /**
56061
+ * getDeletList
56062
+ * @desc:删除列表数据
56063
+ * @author liufan
56064
+ * @date 2025年12月30日
55975
56065
  **/
55976
56066
  getDeletList: function getDeletList() {
55977
56067
  var _this13 = this;
@@ -56000,11 +56090,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56000
56090
  });
56001
56091
  },
56002
56092
 
56003
- /**
56004
- * getResetList
56005
- * @desc:重设列表数据
56006
- * @author liufan
56007
- * @date 2025年12月30日
56093
+ /**
56094
+ * getResetList
56095
+ * @desc:重设列表数据
56096
+ * @author liufan
56097
+ * @date 2025年12月30日
56008
56098
  **/
56009
56099
  getResetList: function getResetList() {
56010
56100
  var _this14 = this;
@@ -56034,11 +56124,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56034
56124
  });
56035
56125
  },
56036
56126
 
56037
- /**
56038
- * getPressList
56039
- * @desc:催办列表数据
56040
- * @author liufan
56041
- * @date 2022年11月29日
56127
+ /**
56128
+ * getPressList
56129
+ * @desc:催办列表数据
56130
+ * @author liufan
56131
+ * @date 2022年11月29日
56042
56132
  **/
56043
56133
  getPressList: function getPressList() {
56044
56134
  var _this15 = this;
@@ -56068,12 +56158,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56068
56158
  });
56069
56159
  },
56070
56160
 
56071
- /**
56072
- * goPress
56073
- * @desc:催办列表查看
56074
- * @param {String} id 催办列表id
56075
- * @author liufan
56076
- * @date 2022年11月29日
56161
+ /**
56162
+ * goPress
56163
+ * @desc:催办列表查看
56164
+ * @param {String} id 催办列表id
56165
+ * @author liufan
56166
+ * @date 2022年11月29日
56077
56167
  **/
56078
56168
  goPress: function goPress(id) {
56079
56169
  this.historyId = id;
@@ -56081,23 +56171,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56081
56171
  this.getPressList();
56082
56172
  },
56083
56173
 
56084
- /**
56085
- * showFile
56086
- * @desc:附件查看
56087
- * @param {String} ownId 附件id
56088
- * @author liufan
56089
- * @date 2022年11月29日
56174
+ /**
56175
+ * showFile
56176
+ * @desc:附件查看
56177
+ * @param {String} ownId 附件id
56178
+ * @author liufan
56179
+ * @date 2022年11月29日
56090
56180
  **/
56091
56181
  showFile: function showFile(ownId) {
56092
56182
  this.wfpendingid = ownId;
56093
56183
  this.showFileList = true;
56094
56184
  },
56095
56185
 
56096
- /**
56097
- * handleChange
56098
- * @desc:切换排序方式
56099
- * @author liufan
56100
- * @date 2022年11月22日
56186
+ /**
56187
+ * handleChange
56188
+ * @desc:切换排序方式
56189
+ * @author liufan
56190
+ * @date 2022年11月22日
56101
56191
  **/
56102
56192
  handleChange: function handleChange(key, value) {
56103
56193
  if (value) {
@@ -56147,11 +56237,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56147
56237
  }))();
56148
56238
  },
56149
56239
 
56150
- /**
56151
- * getFlowList
56152
- * @desc:获取流程列表
56153
- * @author liufan
56154
- * @date 2022年11月22日
56240
+ /**
56241
+ * getFlowList
56242
+ * @desc:获取流程列表
56243
+ * @author liufan
56244
+ * @date 2022年11月22日
56155
56245
  **/
56156
56246
  getFlowList: function getFlowList(type) {
56157
56247
  var _this17 = this;
@@ -56231,12 +56321,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56231
56321
  });
56232
56322
  },
56233
56323
 
56234
- /**
56235
- * handleClick
56236
- * @desc:表单点击事件
56237
- * @param {Object} val 当前点击行数据及按钮
56238
- * @author liufan
56239
- * @date 2022年11月10日
56324
+ /**
56325
+ * handleClick
56326
+ * @desc:表单点击事件
56327
+ * @param {Object} val 当前点击行数据及按钮
56328
+ * @author liufan
56329
+ * @date 2022年11月10日
56240
56330
  **/
56241
56331
  handleClick: function handleClick(val) {
56242
56332
  var _this18 = this;
@@ -56282,13 +56372,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56282
56372
  }
56283
56373
  },
56284
56374
 
56285
- /**
56286
- * getCodeValue
56287
- * @desc:获取代码表过滤后的值
56288
- * @param {String} value 展示数据的代码值
56289
- * @param {String} type 代码表类型
56290
- * @author liufan
56291
- * @date 2022年11月10日
56375
+ /**
56376
+ * getCodeValue
56377
+ * @desc:获取代码表过滤后的值
56378
+ * @param {String} value 展示数据的代码值
56379
+ * @param {String} type 代码表类型
56380
+ * @author liufan
56381
+ * @date 2022年11月10日
56292
56382
  **/
56293
56383
  getCodeValue: function getCodeValue(value, type) {
56294
56384
  var val = this[type].filter(function (item) {
@@ -56297,12 +56387,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56297
56387
  return val[0].shortName;
56298
56388
  },
56299
56389
 
56300
- /**
56301
- * getSysInfo
56302
- * @desc:获取代码表
56303
- * @param {String} code 编码code值
56304
- * @author liufan
56305
- * @date 2022年11月10日
56390
+ /**
56391
+ * getSysInfo
56392
+ * @desc:获取代码表
56393
+ * @param {String} code 编码code值
56394
+ * @author liufan
56395
+ * @date 2022年11月10日
56306
56396
  **/
56307
56397
  getSysInfo: function getSysInfo(code) {
56308
56398
  var _this19 = this;
@@ -56324,11 +56414,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56324
56414
  }).catch(function (e) {});
56325
56415
  },
56326
56416
 
56327
- /**
56328
- * getListInfo
56329
- * @desc:获取预设列表数据
56330
- * @author liufan
56331
- * @date 2022年11月10日
56417
+ /**
56418
+ * getListInfo
56419
+ * @desc:获取预设列表数据
56420
+ * @author liufan
56421
+ * @date 2022年11月10日
56332
56422
  **/
56333
56423
  getListInfo: function getListInfo() {
56334
56424
  var _this20 = this;
@@ -56399,8 +56489,8 @@ flow_list_src_main.install = function (Vue) {
56399
56489
  };
56400
56490
 
56401
56491
  /* harmony default export */ var flow_list = (flow_list_src_main);
56402
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=5ba85f48&
56403
- var mainvue_type_template_id_5ba85f48_render = function () {
56492
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=471ac115&
56493
+ var mainvue_type_template_id_471ac115_render = function () {
56404
56494
  var _vm = this
56405
56495
  var _h = _vm.$createElement
56406
56496
  var _c = _vm._self._c || _h
@@ -56492,11 +56582,11 @@ var mainvue_type_template_id_5ba85f48_render = function () {
56492
56582
  : _vm._e(),
56493
56583
  ])
56494
56584
  }
56495
- var mainvue_type_template_id_5ba85f48_staticRenderFns = []
56496
- mainvue_type_template_id_5ba85f48_render._withStripped = true
56585
+ var mainvue_type_template_id_471ac115_staticRenderFns = []
56586
+ mainvue_type_template_id_471ac115_render._withStripped = true
56497
56587
 
56498
56588
 
56499
- // CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=5ba85f48&
56589
+ // CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=471ac115&
56500
56590
 
56501
56591
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=script&lang=js&
56502
56592
  //
@@ -56610,7 +56700,7 @@ mainvue_type_template_id_5ba85f48_render._withStripped = true
56610
56700
  duration: 500,
56611
56701
  onClose: function onClose() {
56612
56702
  utils_util.removeStorage(['mainConfig', 'jump']);
56613
- var win = utils_util.win.top;
56703
+ var win = utils_util.getWinTop();
56614
56704
  win.location.reload();
56615
56705
  }
56616
56706
  });
@@ -56645,8 +56735,8 @@ mainvue_type_template_id_5ba85f48_render._withStripped = true
56645
56735
 
56646
56736
  var handle_user_src_main_component = normalizeComponent(
56647
56737
  packages_handle_user_src_mainvue_type_script_lang_js_,
56648
- mainvue_type_template_id_5ba85f48_render,
56649
- mainvue_type_template_id_5ba85f48_staticRenderFns,
56738
+ mainvue_type_template_id_471ac115_render,
56739
+ mainvue_type_template_id_471ac115_staticRenderFns,
56650
56740
  false,
56651
56741
  null,
56652
56742
  null,
@@ -56663,8 +56753,8 @@ handle_user_src_main.install = function (Vue) {
56663
56753
  };
56664
56754
 
56665
56755
  /* harmony default export */ var handle_user = (handle_user_src_main);
56666
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=1e8e12d8&
56667
- var mainvue_type_template_id_1e8e12d8_render = function () {
56756
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=7a67c26e&
56757
+ var mainvue_type_template_id_7a67c26e_render = function () {
56668
56758
  var _vm = this
56669
56759
  var _h = _vm.$createElement
56670
56760
  var _c = _vm._self._c || _h
@@ -56917,11 +57007,11 @@ var mainvue_type_template_id_1e8e12d8_render = function () {
56917
57007
  2
56918
57008
  )
56919
57009
  }
56920
- var mainvue_type_template_id_1e8e12d8_staticRenderFns = []
56921
- mainvue_type_template_id_1e8e12d8_render._withStripped = true
57010
+ var mainvue_type_template_id_7a67c26e_staticRenderFns = []
57011
+ mainvue_type_template_id_7a67c26e_render._withStripped = true
56922
57012
 
56923
57013
 
56924
- // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=1e8e12d8&
57014
+ // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=7a67c26e&
56925
57015
 
56926
57016
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=script&lang=js&
56927
57017
  var handler_src_mainvue_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; };
@@ -57330,7 +57420,7 @@ var _props;
57330
57420
  if (loginPage) {
57331
57421
  var _src = void 0;
57332
57422
  if (!utils_util.startWith(loginPage, ['http', '/'], true)) {
57333
- var pathname = utils_util.win.top.location.pathname;
57423
+ var pathname = utils_util.getWinTop().location.pathname;
57334
57424
  if (pathname !== '/') {
57335
57425
  pathname = pathname.split('/');
57336
57426
  pathname.splice(pathname.length - 1);
@@ -57342,16 +57432,16 @@ var _props;
57342
57432
  } else {
57343
57433
  _src = loginPage;
57344
57434
  }
57345
- utils_util.win.top.location.href = _src;
57346
- } else if (utils_util.win.top.location.href.indexOf('main.html') > -1) {
57347
- utils_util.win.top.location.href = './login.html';
57435
+ utils_util.getWinTop().location.href = _src;
57436
+ } else if (utils_util.getWinTop().location.href.indexOf('main.html') > -1) {
57437
+ utils_util.getWinTop().location.href = './login.html';
57348
57438
  } else {
57349
- var hash = utils_util.win.top.location.hash;
57439
+ var hash = utils_util.getWinTop().location.hash;
57350
57440
  if (hash) {
57351
- var len = utils_util.win.top.location.href.indexOf(hash);
57352
- utils_util.win.top.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
57441
+ var len = utils_util.getWinTop().location.href.indexOf(hash);
57442
+ utils_util.getWinTop().location.href = utils_util.win.location.href.slice(0, len) + '#/login';
57353
57443
  } else {
57354
- utils_util.win.top.location.href = '/login.html';
57444
+ utils_util.getWinTop().location.href = '/login.html';
57355
57445
  }
57356
57446
  }
57357
57447
  } catch (error) {}
@@ -57381,8 +57471,8 @@ var _props;
57381
57471
 
57382
57472
  var handler_src_main_component = normalizeComponent(
57383
57473
  packages_handler_src_mainvue_type_script_lang_js_,
57384
- mainvue_type_template_id_1e8e12d8_render,
57385
- mainvue_type_template_id_1e8e12d8_staticRenderFns,
57474
+ mainvue_type_template_id_7a67c26e_render,
57475
+ mainvue_type_template_id_7a67c26e_staticRenderFns,
57386
57476
  false,
57387
57477
  null,
57388
57478
  null,
@@ -58939,8 +59029,8 @@ layout_src_main.install = function (Vue) {
58939
59029
  };
58940
59030
 
58941
59031
  /* harmony default export */ var packages_layout = (layout_src_main);
58942
- // 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=45b4dd07&
58943
- var mainvue_type_template_id_45b4dd07_render = function () {
59032
+ // 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=0256ead2&
59033
+ var mainvue_type_template_id_0256ead2_render = function () {
58944
59034
  var _vm = this
58945
59035
  var _h = _vm.$createElement
58946
59036
  var _c = _vm._self._c || _h
@@ -60214,7 +60304,7 @@ var mainvue_type_template_id_45b4dd07_render = function () {
60214
60304
  )
60215
60305
  : _vm._e()
60216
60306
  }
60217
- var mainvue_type_template_id_45b4dd07_staticRenderFns = [
60307
+ var mainvue_type_template_id_0256ead2_staticRenderFns = [
60218
60308
  function () {
60219
60309
  var _vm = this
60220
60310
  var _h = _vm.$createElement
@@ -60229,10 +60319,10 @@ var mainvue_type_template_id_45b4dd07_staticRenderFns = [
60229
60319
  ])
60230
60320
  },
60231
60321
  ]
60232
- mainvue_type_template_id_45b4dd07_render._withStripped = true
60322
+ mainvue_type_template_id_0256ead2_render._withStripped = true
60233
60323
 
60234
60324
 
60235
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=45b4dd07&
60325
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=0256ead2&
60236
60326
 
60237
60327
  // 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=325dc074&
60238
60328
  var resetPasswordvue_type_template_id_325dc074_render = function () {
@@ -62266,7 +62356,7 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
62266
62356
  isMarkdown = regex.test(content);
62267
62357
 
62268
62358
  if (!isMarkdown) {
62269
- _context2.next = 8;
62359
+ _context2.next = 9;
62270
62360
  break;
62271
62361
  }
62272
62362
 
@@ -62276,9 +62366,10 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
62276
62366
  case 6:
62277
62367
  content = _context2.sent;
62278
62368
 
62279
- content = _this7.renderMarkdown(content);
62369
+ console.log(content);
62370
+ content = content ? _this7.renderMarkdown(content) : content;
62280
62371
 
62281
- case 8:
62372
+ case 9:
62282
62373
  _this7.$alert(content, title, login_src_mainvue_type_script_lang_js_extends({
62283
62374
  dangerouslyUseHTMLString: isMarkdown,
62284
62375
  setHeight: isMarkdown,
@@ -62289,7 +62380,7 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
62289
62380
  _this7.alertCallback(0, login_src_mainvue_type_script_lang_js_extends({ content: content, title: title }, config));
62290
62381
  });
62291
62382
 
62292
- case 9:
62383
+ case 10:
62293
62384
  case 'end':
62294
62385
  return _context2.stop();
62295
62386
  }
@@ -62841,8 +62932,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
62841
62932
 
62842
62933
  var login_src_main_component = normalizeComponent(
62843
62934
  packages_login_src_mainvue_type_script_lang_js_,
62844
- mainvue_type_template_id_45b4dd07_render,
62845
- mainvue_type_template_id_45b4dd07_staticRenderFns,
62935
+ mainvue_type_template_id_0256ead2_render,
62936
+ mainvue_type_template_id_0256ead2_staticRenderFns,
62846
62937
  false,
62847
62938
  null,
62848
62939
  null,
@@ -62859,8 +62950,8 @@ login_src_main.install = function (Vue) {
62859
62950
  };
62860
62951
 
62861
62952
  /* harmony default export */ var login = (login_src_main);
62862
- // 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=d38ebb62&
62863
- var mainvue_type_template_id_d38ebb62_render = function () {
62953
+ // 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=3dbf95b9&
62954
+ var mainvue_type_template_id_3dbf95b9_render = function () {
62864
62955
  var _vm = this
62865
62956
  var _h = _vm.$createElement
62866
62957
  var _c = _vm._self._c || _h
@@ -63006,14 +63097,14 @@ var mainvue_type_template_id_d38ebb62_render = function () {
63006
63097
  )
63007
63098
  : _vm._e()
63008
63099
  }
63009
- var mainvue_type_template_id_d38ebb62_staticRenderFns = []
63010
- mainvue_type_template_id_d38ebb62_render._withStripped = true
63100
+ var mainvue_type_template_id_3dbf95b9_staticRenderFns = []
63101
+ mainvue_type_template_id_3dbf95b9_render._withStripped = true
63011
63102
 
63012
63103
 
63013
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d38ebb62&
63104
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=3dbf95b9&
63014
63105
 
63015
- // 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=3a1d1142&scoped=true&
63016
- var simplicityvue_type_template_id_3a1d1142_scoped_true_render = function () {
63106
+ // 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=8605940a&scoped=true&
63107
+ var simplicityvue_type_template_id_8605940a_scoped_true_render = function () {
63017
63108
  var _vm = this
63018
63109
  var _h = _vm.$createElement
63019
63110
  var _c = _vm._self._c || _h
@@ -63779,11 +63870,11 @@ var simplicityvue_type_template_id_3a1d1142_scoped_true_render = function () {
63779
63870
  ),
63780
63871
  ])
63781
63872
  }
63782
- var simplicityvue_type_template_id_3a1d1142_scoped_true_staticRenderFns = []
63783
- simplicityvue_type_template_id_3a1d1142_scoped_true_render._withStripped = true
63873
+ var simplicityvue_type_template_id_8605940a_scoped_true_staticRenderFns = []
63874
+ simplicityvue_type_template_id_8605940a_scoped_true_render._withStripped = true
63784
63875
 
63785
63876
 
63786
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=3a1d1142&scoped=true&
63877
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=8605940a&scoped=true&
63787
63878
 
63788
63879
  // 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&
63789
63880
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -65841,10 +65932,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
65841
65932
  this.$emit('click', res);
65842
65933
  },
65843
65934
 
65844
- /**
65845
- * @desc:获取气泡提醒
65846
- * @author huangbo
65847
- * @date 2024年9月7日
65935
+ /**
65936
+ * @desc:获取气泡提醒
65937
+ * @author huangbo
65938
+ * @date 2024年9月7日
65848
65939
  **/
65849
65940
  getBadge: function getBadge(res) {
65850
65941
  var num = res.tips || 0;
@@ -66024,8 +66115,8 @@ uservue_type_template_id_6bbe7986_scoped_true_render._withStripped = true
66024
66115
 
66025
66116
  // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=6bbe7986&scoped=true&
66026
66117
 
66027
- // 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=3984338e&
66028
- var userinfovue_type_template_id_3984338e_render = function () {
66118
+ // 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=2c473ee6&
66119
+ var userinfovue_type_template_id_2c473ee6_render = function () {
66029
66120
  var _vm = this
66030
66121
  var _h = _vm.$createElement
66031
66122
  var _c = _vm._self._c || _h
@@ -66049,11 +66140,11 @@ var userinfovue_type_template_id_3984338e_render = function () {
66049
66140
  2
66050
66141
  )
66051
66142
  }
66052
- var userinfovue_type_template_id_3984338e_staticRenderFns = []
66053
- userinfovue_type_template_id_3984338e_render._withStripped = true
66143
+ var userinfovue_type_template_id_2c473ee6_staticRenderFns = []
66144
+ userinfovue_type_template_id_2c473ee6_render._withStripped = true
66054
66145
 
66055
66146
 
66056
- // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=3984338e&
66147
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=2c473ee6&
66057
66148
 
66058
66149
  // 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&
66059
66150
  var userinfovue_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; };
@@ -66317,10 +66408,11 @@ var userinfovue_type_script_lang_js_props;
66317
66408
  }).then(function () {
66318
66409
  var loginPage = utils_util.getStorage('login') || utils_util.getStorage('loginPage');
66319
66410
  try {
66411
+ var topWin = utils_util.getWinTop();
66320
66412
  if (loginPage) {
66321
66413
  var src = void 0;
66322
66414
  if (!utils_util.startWith(loginPage, ['http', '/'], true)) {
66323
- var pathname = utils_util.win.top.location.pathname;
66415
+ var pathname = topWin.location.pathname;
66324
66416
  if (pathname !== '/') {
66325
66417
  pathname = pathname.split('/');
66326
66418
  pathname.splice(pathname.length - 1);
@@ -66332,20 +66424,25 @@ var userinfovue_type_script_lang_js_props;
66332
66424
  } else {
66333
66425
  src = loginPage;
66334
66426
  }
66335
- utils_util.win.top.location.href = src;
66336
- } else if (utils_util.win.top.location.href.indexOf('main.html') > -1) {
66337
- utils_util.win.top.location.href = './login.html';
66427
+ topWin.location.href = src;
66428
+ } else if (topWin.location.href.indexOf('main.html') > -1) {
66429
+ topWin.location.href = './login.html';
66338
66430
  } else {
66339
- var hash = utils_util.win.top.location.hash;
66431
+ var hash = topWin.location.hash;
66340
66432
  if (hash) {
66341
- var len = utils_util.win.top.location.href.indexOf(hash);
66342
- utils_util.win.top.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
66433
+ var len = topWin.location.href.indexOf(hash);
66434
+ topWin.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
66343
66435
  } else {
66344
- utils_util.win.top.location.href = '/login.html';
66436
+ topWin.location.href = '/login.html';
66345
66437
  }
66346
66438
  }
66347
66439
  } catch (error) {
66348
- utils_util.win.top.postMessage({ type: 1 }, '*');
66440
+ console.warn('Failed to handle login redirect:', error);
66441
+ try {
66442
+ utils_util.getWinTop().postMessage({ type: 1 }, '*');
66443
+ } catch (postMessageError) {
66444
+ console.warn('Failed to send postMessage:', postMessageError);
66445
+ }
66349
66446
  }
66350
66447
  }).catch(function (e) {});
66351
66448
  } else {
@@ -66385,8 +66482,8 @@ var userinfovue_type_script_lang_js_props;
66385
66482
 
66386
66483
  var userinfo_component = normalizeComponent(
66387
66484
  simplicity_userinfovue_type_script_lang_js_,
66388
- userinfovue_type_template_id_3984338e_render,
66389
- userinfovue_type_template_id_3984338e_staticRenderFns,
66485
+ userinfovue_type_template_id_2c473ee6_render,
66486
+ userinfovue_type_template_id_2c473ee6_staticRenderFns,
66390
66487
  false,
66391
66488
  null,
66392
66489
  null,
@@ -69787,7 +69884,7 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
69787
69884
 
69788
69885
 
69789
69886
  var simplicityvue_type_script_lang_js_isIE = /MSIE|Trident/.test(navigator.userAgent);
69790
- var simplicityvue_type_script_lang_js_systemMode = utils_util.win.systemMode || 'default';
69887
+ var simplicityvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('systemMode', 'default');
69791
69888
 
69792
69889
  var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69793
69890
  var tab = tabs[index];
@@ -70243,10 +70340,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70243
70340
  this.$refs.user.handleSelect(res);
70244
70341
  },
70245
70342
 
70246
- /**
70247
- * @desc:匹配路由
70248
- * @author huangbo
70249
- * @date 2024年9月7日
70343
+ /**
70344
+ * @desc:匹配路由
70345
+ * @author huangbo
70346
+ * @date 2024年9月7日
70250
70347
  **/
70251
70348
  hasRouter: function hasRouter(res, url, code) {
70252
70349
  if (!url) {
@@ -70290,10 +70387,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70290
70387
  return false;
70291
70388
  },
70292
70389
 
70293
- /**
70294
- * @desc:获取初始数据
70295
- * @author huangbo
70296
- * @date 2024年9月7日
70390
+ /**
70391
+ * @desc:获取初始数据
70392
+ * @author huangbo
70393
+ * @date 2024年9月7日
70297
70394
  **/
70298
70395
  init: function init(results, first) {
70299
70396
  this.setConfig(results);
@@ -70302,10 +70399,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70302
70399
  }
70303
70400
  },
70304
70401
 
70305
- /**
70306
- * @desc:设置用户配置及信息
70307
- * @author huangbo
70308
- * @date 2024年9月7日
70402
+ /**
70403
+ * @desc:设置用户配置及信息
70404
+ * @author huangbo
70405
+ * @date 2024年9月7日
70309
70406
  **/
70310
70407
  setConfig: function setConfig(results) {
70311
70408
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70473,10 +70570,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70473
70570
  }
70474
70571
  },
70475
70572
 
70476
- /**
70477
- * @desc:获取所有应用
70478
- * @author huangbo
70479
- * @date 2024年9月7日
70573
+ /**
70574
+ * @desc:获取所有应用
70575
+ * @author huangbo
70576
+ * @date 2024年9月7日
70480
70577
  **/
70481
70578
  getApplications: function getApplications() {
70482
70579
  var _this2 = this;
@@ -70524,10 +70621,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70524
70621
  });
70525
70622
  },
70526
70623
 
70527
- /**
70528
- * @desc:获取菜单列表
70529
- * @author huangbo
70530
- * @date 2024年9月7日
70624
+ /**
70625
+ * @desc:获取菜单列表
70626
+ * @author huangbo
70627
+ * @date 2024年9月7日
70531
70628
  **/
70532
70629
  getMenus: function getMenus(loading) {
70533
70630
  var _this3 = this;
@@ -70560,10 +70657,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70560
70657
  });
70561
70658
  },
70562
70659
 
70563
- /**
70564
- * @desc:处理菜单列表
70565
- * @author huangbo
70566
- * @date 2024年9月7日
70660
+ /**
70661
+ * @desc:处理菜单列表
70662
+ * @author huangbo
70663
+ * @date 2024年9月7日
70567
70664
  **/
70568
70665
  renderMenus: function renderMenus(res) {
70569
70666
  this.menus = res;
@@ -70659,10 +70756,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70659
70756
  }
70660
70757
  },
70661
70758
 
70662
- /**
70663
- * @desc:设置页面加载类型
70664
- * @author huangbo
70665
- * @date 2024年9月7日
70759
+ /**
70760
+ * @desc:设置页面加载类型
70761
+ * @author huangbo
70762
+ * @date 2024年9月7日
70666
70763
  **/
70667
70764
  setIframeType: function setIframeType(res) {
70668
70765
  var url = res.url;
@@ -70718,10 +70815,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70718
70815
  return res;
70719
70816
  },
70720
70817
 
70721
- /**
70722
- * @desc:获取菜单
70723
- * @author huangbo
70724
- * @date 2024年9月7日
70818
+ /**
70819
+ * @desc:获取菜单
70820
+ * @author huangbo
70821
+ * @date 2024年9月7日
70725
70822
  **/
70726
70823
  getMenu: function getMenu(menus, res, key) {
70727
70824
  if (Array.isArray(menus)) {
@@ -70750,10 +70847,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70750
70847
  return false;
70751
70848
  },
70752
70849
 
70753
- /**
70754
- * @desc:获取菜单第一条数据
70755
- * @author huangbo
70756
- * @date 2024年9月7日
70850
+ /**
70851
+ * @desc:获取菜单第一条数据
70852
+ * @author huangbo
70853
+ * @date 2024年9月7日
70757
70854
  **/
70758
70855
  getFirst: function getFirst(obj) {
70759
70856
  if (!obj) {
@@ -70772,10 +70869,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70772
70869
  }
70773
70870
  },
70774
70871
 
70775
- /**
70776
- * @desc:遍历设置菜单气泡提醒
70777
- * @author huangbo
70778
- * @date 2024年9月7日
70872
+ /**
70873
+ * @desc:遍历设置菜单气泡提醒
70874
+ * @author huangbo
70875
+ * @date 2024年9月7日
70779
70876
  **/
70780
70877
  setTips: function setTips(obj) {
70781
70878
  var _this4 = this;
@@ -70846,10 +70943,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70846
70943
  }
70847
70944
  },
70848
70945
 
70849
- /**
70850
- * @desc:获取气泡提醒
70851
- * @author huangbo
70852
- * @date 2024年9月7日
70946
+ /**
70947
+ * @desc:获取气泡提醒
70948
+ * @author huangbo
70949
+ * @date 2024年9月7日
70853
70950
  **/
70854
70951
  getBadge: function getBadge(res) {
70855
70952
  var num = res.tips || 0;
@@ -70863,10 +70960,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70863
70960
  };
70864
70961
  },
70865
70962
 
70866
- /**
70867
- * @desc:开启weosocket
70868
- * @author huangbo
70869
- * @date 2024年9月7日
70963
+ /**
70964
+ * @desc:开启weosocket
70965
+ * @author huangbo
70966
+ * @date 2024年9月7日
70870
70967
  **/
70871
70968
  initWebSocket: function initWebSocket() {
70872
70969
  var _this6 = this;
@@ -70915,10 +71012,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70915
71012
  });
70916
71013
  },
70917
71014
 
70918
- /**
70919
- * @desc:显示用户信息
70920
- * @author huangbo
70921
- * @date 2024年9月7日
71015
+ /**
71016
+ * @desc:显示用户信息
71017
+ * @author huangbo
71018
+ * @date 2024年9月7日
70922
71019
  **/
70923
71020
  showUserInfo: function showUserInfo() {
70924
71021
  if (this.showUser === false) {
@@ -70926,19 +71023,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70926
71023
  }
70927
71024
  },
70928
71025
 
70929
- /**
70930
- * @desc:删除更多应用菜单点击
70931
- * @author huangbo
70932
- * @date 2024年9月7日
71026
+ /**
71027
+ * @desc:删除更多应用菜单点击
71028
+ * @author huangbo
71029
+ * @date 2024年9月7日
70933
71030
  **/
70934
71031
  handleDelete: function handleDelete(index) {
70935
71032
  this.newApps.splice(index, 1);
70936
71033
  },
70937
71034
 
70938
- /**
70939
- * @desc:储存更多应用菜单点击
70940
- * @author huangbo
70941
- * @date 2024年9月7日
71035
+ /**
71036
+ * @desc:储存更多应用菜单点击
71037
+ * @author huangbo
71038
+ * @date 2024年9月7日
70942
71039
  **/
70943
71040
  handlerClickApps: function handlerClickApps(res) {
70944
71041
  if (res.permission === false) {
@@ -70951,10 +71048,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70951
71048
  this.handlerClickApp(res);
70952
71049
  },
70953
71050
 
70954
- /**
70955
- * @desc:侧边应用菜单点击
70956
- * @author huangbo
70957
- * @date 2024年9月7日
71051
+ /**
71052
+ * @desc:侧边应用菜单点击
71053
+ * @author huangbo
71054
+ * @date 2024年9月7日
70958
71055
  **/
70959
71056
  handlerClickApp: function handlerClickApp(res) {
70960
71057
  this.showMsg = false;
@@ -71043,10 +71140,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71043
71140
  }
71044
71141
  },
71045
71142
 
71046
- /**
71047
- * @desc:显示Drawer界面
71048
- * @author huangbo
71049
- * @date 2024年9月7日
71143
+ /**
71144
+ * @desc:显示Drawer界面
71145
+ * @author huangbo
71146
+ * @date 2024年9月7日
71050
71147
  **/
71051
71148
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71052
71149
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71066,19 +71163,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71066
71163
  }
71067
71164
  },
71068
71165
 
71069
- /**
71070
- * @desc:关闭Drawer界面
71071
- * @author huangbo
71072
- * @date 2024年9月7日
71166
+ /**
71167
+ * @desc:关闭Drawer界面
71168
+ * @author huangbo
71169
+ * @date 2024年9月7日
71073
71170
  **/
71074
71171
  handleCloseDrawer: function handleCloseDrawer() {
71075
71172
  this.drawer = { visible: false };
71076
71173
  },
71077
71174
 
71078
- /**
71079
- * @desc:菜单点击
71080
- * @author huangbo
71081
- * @date 2024年9月7日
71175
+ /**
71176
+ * @desc:菜单点击
71177
+ * @author huangbo
71178
+ * @date 2024年9月7日
71082
71179
  **/
71083
71180
  handlerClickMenu: function handlerClickMenu(res) {
71084
71181
  utils_util.ajax({
@@ -71127,19 +71224,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71127
71224
  },
71128
71225
 
71129
71226
 
71130
- /**
71131
- * @desc:用户详情请求成功
71132
- * @author huangbo
71133
- * @date 2024年9月7日
71227
+ /**
71228
+ * @desc:用户详情请求成功
71229
+ * @author huangbo
71230
+ * @date 2024年9月7日
71134
71231
  **/
71135
71232
  handleSuccess: function handleSuccess(res) {
71136
71233
  this.simpleUserInfo = res.simpleUserInfo;
71137
71234
  },
71138
71235
 
71139
- /**
71140
- * @desc:修改用户配置
71141
- * @author huangbo
71142
- * @date 2024年9月7日
71236
+ /**
71237
+ * @desc:修改用户配置
71238
+ * @author huangbo
71239
+ * @date 2024年9月7日
71143
71240
  **/
71144
71241
  handleChangeConfig: function handleChangeConfig(name, res) {
71145
71242
  if (name == 'userHeadUrl') {
@@ -71155,10 +71252,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71155
71252
  }
71156
71253
  },
71157
71254
 
71158
- /**
71159
- * @desc:关闭webSocket
71160
- * @author huangbo
71161
- * @date 2024年9月7日
71255
+ /**
71256
+ * @desc:关闭webSocket
71257
+ * @author huangbo
71258
+ * @date 2024年9月7日
71162
71259
  **/
71163
71260
  handlerClose: function handlerClose() {
71164
71261
  if (this.webSocket) {
@@ -71166,10 +71263,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71166
71263
  }
71167
71264
  },
71168
71265
 
71169
- /**
71170
- * @desc:刷新选中iframe页签
71171
- * @author huangbo
71172
- * @date 2024年9月7日
71266
+ /**
71267
+ * @desc:刷新选中iframe页签
71268
+ * @author huangbo
71269
+ * @date 2024年9月7日
71173
71270
  **/
71174
71271
  handleRefresh: function handleRefresh(arg) {
71175
71272
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71206,10 +71303,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71206
71303
  }
71207
71304
  },
71208
71305
 
71209
- /**
71210
- * @desc:删除iframe
71211
- * @author huangbo
71212
- * @date 2024年9月7日
71306
+ /**
71307
+ * @desc:删除iframe
71308
+ * @author huangbo
71309
+ * @date 2024年9月7日
71213
71310
  **/
71214
71311
  handleRemove: function handleRemove(name) {
71215
71312
  var len = this.tabs.length - 1;
@@ -71226,10 +71323,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71226
71323
  }
71227
71324
  },
71228
71325
 
71229
- /**
71230
- * @desc:tabs鼠标右键事件
71231
- * @author huangbo
71232
- * @date 2024年9月7日
71326
+ /**
71327
+ * @desc:tabs鼠标右键事件
71328
+ * @author huangbo
71329
+ * @date 2024年9月7日
71233
71330
  **/
71234
71331
  handleContextmenu: function handleContextmenu(tabs, e) {
71235
71332
  var disabled = {};
@@ -71254,10 +71351,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71254
71351
  window.addEventListener('click', this.closeTabsEvents);
71255
71352
  },
71256
71353
 
71257
- /**
71258
- * @desc:tabs页签事件
71259
- * @author huangbo
71260
- * @date 2024年9月7日
71354
+ /**
71355
+ * @desc:tabs页签事件
71356
+ * @author huangbo
71357
+ * @date 2024年9月7日
71261
71358
  **/
71262
71359
  handleTabsEvents: function handleTabsEvents(num) {
71263
71360
  if (this.pane !== null) {
@@ -71268,10 +71365,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71268
71365
  },
71269
71366
 
71270
71367
 
71271
- /**
71272
- * @desc:关闭页签事件面板
71273
- * @author huangbo
71274
- * @date 2024年9月7日
71368
+ /**
71369
+ * @desc:关闭页签事件面板
71370
+ * @author huangbo
71371
+ * @date 2024年9月7日
71275
71372
  **/
71276
71373
  closeTabsEvents: function closeTabsEvents(e) {
71277
71374
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71281,10 +71378,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71281
71378
  },
71282
71379
 
71283
71380
 
71284
- /**
71285
- * @desc:tabs页签点击事件
71286
- * @author huangbo
71287
- * @date 2024年9月7日
71381
+ /**
71382
+ * @desc:tabs页签点击事件
71383
+ * @author huangbo
71384
+ * @date 2024年9月7日
71288
71385
  **/
71289
71386
  handleTabClick: function handleTabClick() {
71290
71387
  this.active = '';
@@ -71292,10 +71389,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71292
71389
  this.showMenu = false;
71293
71390
  },
71294
71391
 
71295
- /**
71296
- * @desc:handler工具栏点击事件
71297
- * @author huangbo
71298
- * @date 2024年9月7日
71392
+ /**
71393
+ * @desc:handler工具栏点击事件
71394
+ * @author huangbo
71395
+ * @date 2024年9月7日
71299
71396
  **/
71300
71397
  handleClick: function handleClick(res) {
71301
71398
  var type = res.type,
@@ -71376,10 +71473,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71376
71473
  this.$emit('handler-click', res);
71377
71474
  },
71378
71475
 
71379
- /**
71380
- * @desc:退出登录
71381
- * @author huangbo
71382
- * @date 2024年9月7日
71476
+ /**
71477
+ * @desc:退出登录
71478
+ * @author huangbo
71479
+ * @date 2024年9月7日
71383
71480
  **/
71384
71481
  handleQuit: function handleQuit() {
71385
71482
  var _this7 = this;
@@ -71414,10 +71511,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71414
71511
  } else {
71415
71512
  try {
71416
71513
  var loginPage = utils_util.getStorage('login') || utils_util.getStorage('loginPage');
71514
+ var topWin = utils_util.getWinTop();
71417
71515
  if (loginPage) {
71418
71516
  var _src = void 0;
71419
71517
  if (!utils_util.startWith(loginPage, ['http', '/'], true)) {
71420
- var pathname = utils_util.win.top.location.pathname;
71518
+ var pathname = topWin.location.pathname;
71421
71519
  if (pathname !== '/') {
71422
71520
  pathname = pathname.split('/');
71423
71521
  pathname.splice(pathname.length - 1);
@@ -71429,20 +71527,25 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71429
71527
  } else {
71430
71528
  _src = loginPage;
71431
71529
  }
71432
- utils_util.win.top.location.href = _src;
71433
- } else if (utils_util.win.top.location.href.indexOf('main.html') > -1) {
71434
- utils_util.win.top.location.href = './login.html';
71530
+ topWin.location.href = _src;
71531
+ } else if (topWin.location.href.indexOf('main.html') > -1) {
71532
+ topWin.location.href = './login.html';
71435
71533
  } else {
71436
- var hash = utils_util.win.top.location.hash;
71534
+ var hash = topWin.location.hash;
71437
71535
  if (hash) {
71438
- var len = utils_util.win.top.location.href.indexOf(hash);
71439
- utils_util.win.top.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
71536
+ var len = topWin.location.href.indexOf(hash);
71537
+ topWin.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
71440
71538
  } else {
71441
- utils_util.win.top.location.href = '/login.html';
71539
+ topWin.location.href = '/login.html';
71442
71540
  }
71443
71541
  }
71444
71542
  } catch (error) {
71445
- utils_util.win.top.postMessage({ type: 1 }, '*');
71543
+ console.warn('Failed to handle login redirect:', error);
71544
+ try {
71545
+ utils_util.getWinTop().postMessage({ type: 1 }, '*');
71546
+ } catch (postMessageError) {
71547
+ console.warn('Failed to send postMessage:', postMessageError);
71548
+ }
71446
71549
  }
71447
71550
  }
71448
71551
  }
@@ -71454,10 +71557,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71454
71557
  }).catch(function (e) {});
71455
71558
  },
71456
71559
 
71457
- /**
71458
- * @desc:主题、消息回调
71459
- * @author huangbo
71460
- * @date 2024年9月7日
71560
+ /**
71561
+ * @desc:主题、消息回调
71562
+ * @author huangbo
71563
+ * @date 2024年9月7日
71461
71564
  **/
71462
71565
  handleChange: function handleChange(res) {
71463
71566
  var type = res.type,
@@ -71473,10 +71576,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71473
71576
  }
71474
71577
  },
71475
71578
 
71476
- /**
71477
- * @desc:菜单布局样式切换
71478
- * @author huangbo
71479
- * @date 2024年9月7日
71579
+ /**
71580
+ * @desc:菜单布局样式切换
71581
+ * @author huangbo
71582
+ * @date 2024年9月7日
71480
71583
  **/
71481
71584
  handleLayout: function handleLayout(res, active) {
71482
71585
  if (active) {
@@ -71486,10 +71589,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71486
71589
  this.$emit('chang-layout', res, active);
71487
71590
  },
71488
71591
 
71489
- /**
71490
- * @desc:消息修改总数
71491
- * @author huangbo
71492
- * @date 2024年9月7日
71592
+ /**
71593
+ * @desc:消息修改总数
71594
+ * @author huangbo
71595
+ * @date 2024年9月7日
71493
71596
  **/
71494
71597
  handleMenuTips: function handleMenuTips(id, num) {
71495
71598
  if (num) {
@@ -71500,10 +71603,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71500
71603
  }
71501
71604
  },
71502
71605
 
71503
- /**
71504
- * @desc:处理即时消息
71505
- * @author huangbo
71506
- * @date 2024年9月7日
71606
+ /**
71607
+ * @desc:处理即时消息
71608
+ * @author huangbo
71609
+ * @date 2024年9月7日
71507
71610
  **/
71508
71611
  handleOpened: function handleOpened(res) {
71509
71612
  var _this8 = this;
@@ -71631,18 +71734,18 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71631
71734
 
71632
71735
  var simplicity_component = normalizeComponent(
71633
71736
  src_simplicityvue_type_script_lang_js_,
71634
- simplicityvue_type_template_id_3a1d1142_scoped_true_render,
71635
- simplicityvue_type_template_id_3a1d1142_scoped_true_staticRenderFns,
71737
+ simplicityvue_type_template_id_8605940a_scoped_true_render,
71738
+ simplicityvue_type_template_id_8605940a_scoped_true_staticRenderFns,
71636
71739
  false,
71637
71740
  null,
71638
- "3a1d1142",
71741
+ "8605940a",
71639
71742
  null
71640
71743
 
71641
71744
  )
71642
71745
 
71643
71746
  /* harmony default export */ var simplicity = (simplicity_component.exports);
71644
- // 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=ed17eba0&scoped=true&
71645
- var simplicityTopvue_type_template_id_ed17eba0_scoped_true_render = function () {
71747
+ // 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=20c08436&scoped=true&
71748
+ var simplicityTopvue_type_template_id_20c08436_scoped_true_render = function () {
71646
71749
  var _vm = this
71647
71750
  var _h = _vm.$createElement
71648
71751
  var _c = _vm._self._c || _h
@@ -72209,11 +72312,11 @@ var simplicityTopvue_type_template_id_ed17eba0_scoped_true_render = function ()
72209
72312
  1
72210
72313
  )
72211
72314
  }
72212
- var simplicityTopvue_type_template_id_ed17eba0_scoped_true_staticRenderFns = []
72213
- simplicityTopvue_type_template_id_ed17eba0_scoped_true_render._withStripped = true
72315
+ var simplicityTopvue_type_template_id_20c08436_scoped_true_staticRenderFns = []
72316
+ simplicityTopvue_type_template_id_20c08436_scoped_true_render._withStripped = true
72214
72317
 
72215
72318
 
72216
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=ed17eba0&scoped=true&
72319
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=20c08436&scoped=true&
72217
72320
 
72218
72321
  // 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&
72219
72322
  var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
@@ -72860,8 +72963,8 @@ uservue_type_template_id_22bc2a9d_scoped_true_render._withStripped = true
72860
72963
 
72861
72964
  // CONCATENATED MODULE: ./packages/main/src/simplicityTop/user.vue?vue&type=template&id=22bc2a9d&scoped=true&
72862
72965
 
72863
- // 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/userinfo.vue?vue&type=template&id=2a8407e5&
72864
- var userinfovue_type_template_id_2a8407e5_render = function () {
72966
+ // 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/userinfo.vue?vue&type=template&id=664c5306&
72967
+ var userinfovue_type_template_id_664c5306_render = function () {
72865
72968
  var _vm = this
72866
72969
  var _h = _vm.$createElement
72867
72970
  var _c = _vm._self._c || _h
@@ -72885,11 +72988,11 @@ var userinfovue_type_template_id_2a8407e5_render = function () {
72885
72988
  2
72886
72989
  )
72887
72990
  }
72888
- var userinfovue_type_template_id_2a8407e5_staticRenderFns = []
72889
- userinfovue_type_template_id_2a8407e5_render._withStripped = true
72991
+ var userinfovue_type_template_id_664c5306_staticRenderFns = []
72992
+ userinfovue_type_template_id_664c5306_render._withStripped = true
72890
72993
 
72891
72994
 
72892
- // CONCATENATED MODULE: ./packages/main/src/simplicityTop/userinfo.vue?vue&type=template&id=2a8407e5&
72995
+ // CONCATENATED MODULE: ./packages/main/src/simplicityTop/userinfo.vue?vue&type=template&id=664c5306&
72893
72996
 
72894
72997
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/userinfo.vue?vue&type=script&lang=js&
72895
72998
  var simplicityTop_userinfovue_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; };
@@ -73153,10 +73256,11 @@ var simplicityTop_userinfovue_type_script_lang_js_props;
73153
73256
  }).then(function () {
73154
73257
  var loginPage = utils_util.getStorage('login') || utils_util.getStorage('loginPage');
73155
73258
  try {
73259
+ var topWin = utils_util.getWinTop();
73156
73260
  if (loginPage) {
73157
73261
  var src = void 0;
73158
73262
  if (!utils_util.startWith(loginPage, ['http', '/'], true)) {
73159
- var pathname = utils_util.win.top.location.pathname;
73263
+ var pathname = topWin.location.pathname;
73160
73264
  if (pathname !== '/') {
73161
73265
  pathname = pathname.split('/');
73162
73266
  pathname.splice(pathname.length - 1);
@@ -73168,20 +73272,25 @@ var simplicityTop_userinfovue_type_script_lang_js_props;
73168
73272
  } else {
73169
73273
  src = loginPage;
73170
73274
  }
73171
- utils_util.win.top.location.href = src;
73172
- } else if (utils_util.win.top.location.href.indexOf('main.html') > -1) {
73173
- utils_util.win.top.location.href = './login.html';
73275
+ topWin.location.href = src;
73276
+ } else if (topWin.location.href.indexOf('main.html') > -1) {
73277
+ topWin.location.href = './login.html';
73174
73278
  } else {
73175
- var hash = utils_util.win.top.location.hash;
73279
+ var hash = topWin.location.hash;
73176
73280
  if (hash) {
73177
- var len = utils_util.win.top.location.href.indexOf(hash);
73178
- utils_util.win.top.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
73281
+ var len = topWin.location.href.indexOf(hash);
73282
+ topWin.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
73179
73283
  } else {
73180
- utils_util.win.top.location.href = '/login.html';
73284
+ topWin.location.href = '/login.html';
73181
73285
  }
73182
73286
  }
73183
73287
  } catch (error) {
73184
- utils_util.win.top.postMessage({ type: 1 }, '*');
73288
+ console.warn('Failed to handle login redirect:', error);
73289
+ try {
73290
+ utils_util.getWinTop().postMessage({ type: 1 }, '*');
73291
+ } catch (postMessageError) {
73292
+ console.warn('Failed to send postMessage:', postMessageError);
73293
+ }
73185
73294
  }
73186
73295
  }).catch(function (e) {});
73187
73296
  } else {
@@ -73221,8 +73330,8 @@ var simplicityTop_userinfovue_type_script_lang_js_props;
73221
73330
 
73222
73331
  var simplicityTop_userinfo_component = normalizeComponent(
73223
73332
  src_simplicityTop_userinfovue_type_script_lang_js_,
73224
- userinfovue_type_template_id_2a8407e5_render,
73225
- userinfovue_type_template_id_2a8407e5_staticRenderFns,
73333
+ userinfovue_type_template_id_664c5306_render,
73334
+ userinfovue_type_template_id_664c5306_staticRenderFns,
73226
73335
  false,
73227
73336
  null,
73228
73337
  null,
@@ -74814,7 +74923,7 @@ function simplicityTopvue_type_script_lang_js_asyncToGenerator(fn) { return func
74814
74923
 
74815
74924
 
74816
74925
  var simplicityTopvue_type_script_lang_js_isIE = /MSIE|Trident/.test(navigator.userAgent);
74817
- var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode || 'default';
74926
+ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('systemMode', 'default');
74818
74927
  // let events = [
74819
74928
  // (tabs, index, that) => {
74820
74929
  // let tab = tabs[index];
@@ -75521,8 +75630,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75521
75630
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75522
75631
  },
75523
75632
 
75524
- /**
75525
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75633
+ /**
75634
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75526
75635
  */
75527
75636
  queryChildMenuData: function queryChildMenuData() {
75528
75637
  var _this2 = this;
@@ -75641,8 +75750,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75641
75750
  }))();
75642
75751
  },
75643
75752
 
75644
- /**
75645
- * getVoteMeetingNum: 查询会议数量
75753
+ /**
75754
+ * getVoteMeetingNum: 查询会议数量
75646
75755
  */
75647
75756
  getVoteMeetingNum: function getVoteMeetingNum() {
75648
75757
  var _this5 = this;
@@ -75667,8 +75776,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75667
75776
  });
75668
75777
  },
75669
75778
 
75670
- /**
75671
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75779
+ /**
75780
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75672
75781
  */
75673
75782
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75674
75783
  var _this6 = this;
@@ -75693,8 +75802,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75693
75802
  },
75694
75803
 
75695
75804
 
75696
- /**
75697
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75805
+ /**
75806
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75698
75807
  */
75699
75808
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75700
75809
  var _this7 = this;
@@ -75722,8 +75831,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75722
75831
  });
75723
75832
  },
75724
75833
 
75725
- /**
75726
- * getIndexCount: 查询待办任务数量
75834
+ /**
75835
+ * getIndexCount: 查询待办任务数量
75727
75836
  */
75728
75837
  getIndexCount: function getIndexCount() {
75729
75838
  var _this8 = this;
@@ -75754,10 +75863,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75754
75863
  this.$refs.user.handleSelect(res);
75755
75864
  },
75756
75865
 
75757
- /**
75758
- * @desc:匹配路由
75759
- * @author huangbo
75760
- * @date 2024年9月7日
75866
+ /**
75867
+ * @desc:匹配路由
75868
+ * @author huangbo
75869
+ * @date 2024年9月7日
75761
75870
  **/
75762
75871
  hasRouter: function hasRouter(res, url, code) {
75763
75872
  if (!url) {
@@ -75801,10 +75910,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75801
75910
  return false;
75802
75911
  },
75803
75912
 
75804
- /**
75805
- * @desc:获取初始数据
75806
- * @author huangbo
75807
- * @date 2024年9月7日
75913
+ /**
75914
+ * @desc:获取初始数据
75915
+ * @author huangbo
75916
+ * @date 2024年9月7日
75808
75917
  **/
75809
75918
  init: function init(results) {
75810
75919
  this.setConfig(results);
@@ -75815,10 +75924,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75815
75924
  // }
75816
75925
  },
75817
75926
 
75818
- /**
75819
- * @desc:设置用户配置及信息
75820
- * @author huangbo
75821
- * @date 2024年9月7日
75927
+ /**
75928
+ * @desc:设置用户配置及信息
75929
+ * @author huangbo
75930
+ * @date 2024年9月7日
75822
75931
  **/
75823
75932
  setConfig: function setConfig(results) {
75824
75933
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -75982,8 +76091,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75982
76091
  }
75983
76092
  },
75984
76093
 
75985
- /**
75986
- * @desc:获取用户自定义菜单
76094
+ /**
76095
+ * @desc:获取用户自定义菜单
75987
76096
  **/
75988
76097
  getUseCommonMenu: function getUseCommonMenu() {
75989
76098
  var _this9 = this;
@@ -76013,10 +76122,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76013
76122
  });
76014
76123
  },
76015
76124
 
76016
- /**
76017
- * @desc:获取所有应用
76018
- * @author huangbo
76019
- * @date 2024年9月7日
76125
+ /**
76126
+ * @desc:获取所有应用
76127
+ * @author huangbo
76128
+ * @date 2024年9月7日
76020
76129
  **/
76021
76130
  getApplications: function getApplications() {
76022
76131
  var _this10 = this;
@@ -76064,10 +76173,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76064
76173
  });
76065
76174
  },
76066
76175
 
76067
- /**
76068
- * @desc:获取菜单列表
76069
- * @author huangbo
76070
- * @date 2024年9月7日
76176
+ /**
76177
+ * @desc:获取菜单列表
76178
+ * @author huangbo
76179
+ * @date 2024年9月7日
76071
76180
  **/
76072
76181
  getMenus: function getMenus(loading) {
76073
76182
  var _this11 = this;
@@ -76094,10 +76203,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76094
76203
  });
76095
76204
  },
76096
76205
 
76097
- /**
76098
- * @desc:处理菜单列表
76099
- * @author huangbo
76100
- * @date 2024年9月7日
76206
+ /**
76207
+ * @desc:处理菜单列表
76208
+ * @author huangbo
76209
+ * @date 2024年9月7日
76101
76210
  **/
76102
76211
  renderMenus: function renderMenus(res) {
76103
76212
  // // console.log(res, 'renderMenus');
@@ -76143,9 +76252,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76143
76252
  // console.log(this.currentPage, 'currentPage');
76144
76253
  },
76145
76254
 
76146
- /**
76147
- * 更新myRemind中各项的权限状态
76148
- * @param {Array} menus - 完整的菜单列表
76255
+ /**
76256
+ * 更新myRemind中各项的权限状态
76257
+ * @param {Array} menus - 完整的菜单列表
76149
76258
  */
76150
76259
  updateRemindPermission: function updateRemindPermission(menus) {
76151
76260
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76173,10 +76282,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76173
76282
  });
76174
76283
  },
76175
76284
 
76176
- /**
76177
- * @desc:设置页面加载类型
76178
- * @author huangbo
76179
- * @date 2024年9月7日
76285
+ /**
76286
+ * @desc:设置页面加载类型
76287
+ * @author huangbo
76288
+ * @date 2024年9月7日
76180
76289
  **/
76181
76290
  setIframeType: function setIframeType(res) {
76182
76291
  var url = res.url;
@@ -76233,10 +76342,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76233
76342
  return res;
76234
76343
  },
76235
76344
 
76236
- /**
76237
- * @desc:获取菜单
76238
- * @author huangbo
76239
- * @date 2024年9月7日
76345
+ /**
76346
+ * @desc:获取菜单
76347
+ * @author huangbo
76348
+ * @date 2024年9月7日
76240
76349
  **/
76241
76350
  getMenu: function getMenu(menus, res, key) {
76242
76351
  if (Array.isArray(menus)) {
@@ -76265,10 +76374,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76265
76374
  return false;
76266
76375
  },
76267
76376
 
76268
- /**
76269
- * @desc:获取菜单第一条数据
76270
- * @author huangbo
76271
- * @date 2024年9月7日
76377
+ /**
76378
+ * @desc:获取菜单第一条数据
76379
+ * @author huangbo
76380
+ * @date 2024年9月7日
76272
76381
  **/
76273
76382
  getFirst: function getFirst(obj) {
76274
76383
  if (!obj) {
@@ -76287,10 +76396,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76287
76396
  }
76288
76397
  },
76289
76398
 
76290
- /**
76291
- * @desc:遍历设置菜单气泡提醒
76292
- * @author huangbo
76293
- * @date 2024年9月7日
76399
+ /**
76400
+ * @desc:遍历设置菜单气泡提醒
76401
+ * @author huangbo
76402
+ * @date 2024年9月7日
76294
76403
  **/
76295
76404
  setTips: function setTips(obj) {
76296
76405
  var _this12 = this;
@@ -76355,10 +76464,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76355
76464
  }
76356
76465
  },
76357
76466
 
76358
- /**
76359
- * @desc:获取气泡提醒
76360
- * @author huangbo
76361
- * @date 2024年9月7日
76467
+ /**
76468
+ * @desc:获取气泡提醒
76469
+ * @author huangbo
76470
+ * @date 2024年9月7日
76362
76471
  **/
76363
76472
  getBadge: function getBadge(res) {
76364
76473
  var num = res.tips || 0;
@@ -76372,10 +76481,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76372
76481
  };
76373
76482
  },
76374
76483
 
76375
- /**
76376
- * @desc:开启weosocket
76377
- * @author huangbo
76378
- * @date 2024年9月7日
76484
+ /**
76485
+ * @desc:开启weosocket
76486
+ * @author huangbo
76487
+ * @date 2024年9月7日
76379
76488
  **/
76380
76489
  initWebSocket: function initWebSocket() {
76381
76490
  var _this14 = this;
@@ -76443,10 +76552,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76443
76552
  });
76444
76553
  },
76445
76554
 
76446
- /**
76447
- * @desc:显示用户信息
76448
- * @author huangbo
76449
- * @date 2024年9月7日
76555
+ /**
76556
+ * @desc:显示用户信息
76557
+ * @author huangbo
76558
+ * @date 2024年9月7日
76450
76559
  **/
76451
76560
  showUserInfo: function showUserInfo() {
76452
76561
  if (this.showUser === false) {
@@ -76454,19 +76563,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76454
76563
  }
76455
76564
  },
76456
76565
 
76457
- /**
76458
- * @desc:删除更多应用菜单点击
76459
- * @author huangbo
76460
- * @date 2024年9月7日
76566
+ /**
76567
+ * @desc:删除更多应用菜单点击
76568
+ * @author huangbo
76569
+ * @date 2024年9月7日
76461
76570
  **/
76462
76571
  handleDelete: function handleDelete(index) {
76463
76572
  this.newApps.splice(index, 1);
76464
76573
  },
76465
76574
 
76466
- /**
76467
- * @desc:显示Drawer界面
76468
- * @author huangbo
76469
- * @date 2024年9月7日
76575
+ /**
76576
+ * @desc:显示Drawer界面
76577
+ * @author huangbo
76578
+ * @date 2024年9月7日
76470
76579
  **/
76471
76580
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76472
76581
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76486,28 +76595,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76486
76595
  }
76487
76596
  },
76488
76597
 
76489
- /**
76490
- * @desc:关闭Drawer界面
76491
- * @author huangbo
76492
- * @date 2024年9月7日
76598
+ /**
76599
+ * @desc:关闭Drawer界面
76600
+ * @author huangbo
76601
+ * @date 2024年9月7日
76493
76602
  **/
76494
76603
  handleCloseDrawer: function handleCloseDrawer() {
76495
76604
  this.drawer = { visible: false };
76496
76605
  },
76497
76606
 
76498
- /**
76499
- * @desc:用户详情请求成功
76500
- * @author huangbo
76501
- * @date 2024年9月7日
76607
+ /**
76608
+ * @desc:用户详情请求成功
76609
+ * @author huangbo
76610
+ * @date 2024年9月7日
76502
76611
  **/
76503
76612
  handleSuccess: function handleSuccess(res) {
76504
76613
  this.simpleUserInfo = res.simpleUserInfo;
76505
76614
  },
76506
76615
 
76507
- /**
76508
- * @desc:修改用户配置
76509
- * @author huangbo
76510
- * @date 2024年9月7日
76616
+ /**
76617
+ * @desc:修改用户配置
76618
+ * @author huangbo
76619
+ * @date 2024年9月7日
76511
76620
  **/
76512
76621
  handleChangeConfig: function handleChangeConfig(name, res) {
76513
76622
  if (name == 'userHeadUrl') {
@@ -76523,10 +76632,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76523
76632
  }
76524
76633
  },
76525
76634
 
76526
- /**
76527
- * @desc:关闭webSocket
76528
- * @author huangbo
76529
- * @date 2024年9月7日
76635
+ /**
76636
+ * @desc:关闭webSocket
76637
+ * @author huangbo
76638
+ * @date 2024年9月7日
76530
76639
  **/
76531
76640
  handlerClose: function handlerClose() {
76532
76641
  if (this.webSocket) {
@@ -76537,10 +76646,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76537
76646
  this.handleRefresh(1);
76538
76647
  },
76539
76648
 
76540
- /**
76541
- * @desc:刷新选中iframe页签
76542
- * @author huangbo
76543
- * @date 2024年9月7日
76649
+ /**
76650
+ * @desc:刷新选中iframe页签
76651
+ * @author huangbo
76652
+ * @date 2024年9月7日
76544
76653
  **/
76545
76654
  handleRefresh: function handleRefresh(arg) {
76546
76655
  if (arg !== 1) {
@@ -76586,10 +76695,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76586
76695
  }
76587
76696
  },
76588
76697
 
76589
- /**
76590
- * @desc:删除iframe
76591
- * @author huangbo
76592
- * @date 2024年9月7日
76698
+ /**
76699
+ * @desc:删除iframe
76700
+ * @author huangbo
76701
+ * @date 2024年9月7日
76593
76702
  **/
76594
76703
  handleRemove: function handleRemove(name) {
76595
76704
  var len = this.tabs.length - 1;
@@ -76606,10 +76715,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76606
76715
  }
76607
76716
  },
76608
76717
 
76609
- /**
76610
- * @desc:tabs鼠标右键事件
76611
- * @author huangbo
76612
- * @date 2024年9月7日
76718
+ /**
76719
+ * @desc:tabs鼠标右键事件
76720
+ * @author huangbo
76721
+ * @date 2024年9月7日
76613
76722
  **/
76614
76723
  handleContextmenu: function handleContextmenu(tabs, e) {
76615
76724
  var disabled = {};
@@ -76634,10 +76743,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76634
76743
  window.addEventListener('click', this.closeTabsEvents);
76635
76744
  },
76636
76745
 
76637
- /**
76638
- * @desc:tabs页签事件
76639
- * @author huangbo
76640
- * @date 2024年9月7日
76746
+ /**
76747
+ * @desc:tabs页签事件
76748
+ * @author huangbo
76749
+ * @date 2024年9月7日
76641
76750
  **/
76642
76751
  handleTabsEvents: function handleTabsEvents(num) {
76643
76752
  if (this.pane !== null) {
@@ -76648,10 +76757,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76648
76757
  },
76649
76758
 
76650
76759
 
76651
- /**
76652
- * @desc:关闭页签事件面板
76653
- * @author huangbo
76654
- * @date 2024年9月7日
76760
+ /**
76761
+ * @desc:关闭页签事件面板
76762
+ * @author huangbo
76763
+ * @date 2024年9月7日
76655
76764
  **/
76656
76765
  closeTabsEvents: function closeTabsEvents(e) {
76657
76766
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76661,10 +76770,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76661
76770
  },
76662
76771
 
76663
76772
 
76664
- /**
76665
- * @desc:tabs页签点击事件
76666
- * @author huangbo
76667
- * @date 2024年9月7日
76773
+ /**
76774
+ * @desc:tabs页签点击事件
76775
+ * @author huangbo
76776
+ * @date 2024年9月7日
76668
76777
  **/
76669
76778
  handleTabClick: function handleTabClick() {
76670
76779
  this.active = '';
@@ -76672,10 +76781,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76672
76781
  this.showMenu = false;
76673
76782
  },
76674
76783
 
76675
- /**
76676
- * @desc:handler工具栏点击事件
76677
- * @author huangbo
76678
- * @date 2024年9月7日
76784
+ /**
76785
+ * @desc:handler工具栏点击事件
76786
+ * @author huangbo
76787
+ * @date 2024年9月7日
76679
76788
  **/
76680
76789
  handleClick: function handleClick(res) {
76681
76790
  var type = res.type,
@@ -76761,10 +76870,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76761
76870
  this.$emit('handler-click', res);
76762
76871
  },
76763
76872
 
76764
- /**
76765
- * @desc:退出登录
76766
- * @author huangbo
76767
- * @date 2024年9月7日
76873
+ /**
76874
+ * @desc:退出登录
76875
+ * @author huangbo
76876
+ * @date 2024年9月7日
76768
76877
  **/
76769
76878
  handleQuit: function handleQuit() {
76770
76879
  var _this15 = this;
@@ -76802,7 +76911,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76802
76911
  if (loginPage) {
76803
76912
  var _src = void 0;
76804
76913
  if (!utils_util.startWith(loginPage, ['http', '/'], true)) {
76805
- var pathname = utils_util.win.top.location.pathname;
76914
+ var pathname = utils_util.getWinTop().location.pathname;
76806
76915
  if (pathname !== '/') {
76807
76916
  pathname = pathname.split('/');
76808
76917
  pathname.splice(pathname.length - 1);
@@ -76814,20 +76923,20 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76814
76923
  } else {
76815
76924
  _src = loginPage;
76816
76925
  }
76817
- utils_util.win.top.location.href = _src;
76818
- } else if (utils_util.win.top.location.href.indexOf('main.html') > -1) {
76819
- utils_util.win.top.location.href = './login.html';
76926
+ utils_util.getWinTop().location.href = _src;
76927
+ } else if (utils_util.getWinTop().location.href.indexOf('main.html') > -1) {
76928
+ utils_util.getWinTop().location.href = './login.html';
76820
76929
  } else {
76821
- var hash = utils_util.win.top.location.hash;
76930
+ var hash = utils_util.getWinTop().location.hash;
76822
76931
  if (hash) {
76823
- var len = utils_util.win.top.location.href.indexOf(hash);
76824
- utils_util.win.top.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
76932
+ var len = utils_util.getWinTop().location.href.indexOf(hash);
76933
+ utils_util.getWinTop().location.href = utils_util.win.location.href.slice(0, len) + '#/login';
76825
76934
  } else {
76826
- utils_util.win.top.location.href = '/login.html';
76935
+ utils_util.getWinTop().location.href = '/login.html';
76827
76936
  }
76828
76937
  }
76829
76938
  } catch (error) {
76830
- utils_util.win.top.postMessage({ type: 1 }, '*');
76939
+ utils_util.getWinTop().postMessage({ type: 1 }, '*');
76831
76940
  }
76832
76941
  }
76833
76942
  }
@@ -76839,10 +76948,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76839
76948
  }).catch(function (e) {});
76840
76949
  },
76841
76950
 
76842
- /**
76843
- * @desc:主题、消息回调
76844
- * @author huangbo
76845
- * @date 2024年9月7日
76951
+ /**
76952
+ * @desc:主题、消息回调
76953
+ * @author huangbo
76954
+ * @date 2024年9月7日
76846
76955
  **/
76847
76956
  handleChange: function handleChange(res) {
76848
76957
  var type = res.type,
@@ -76858,10 +76967,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76858
76967
  }
76859
76968
  },
76860
76969
 
76861
- /**
76862
- * @desc:菜单布局样式切换
76863
- * @author huangbo
76864
- * @date 2024年9月7日
76970
+ /**
76971
+ * @desc:菜单布局样式切换
76972
+ * @author huangbo
76973
+ * @date 2024年9月7日
76865
76974
  **/
76866
76975
  handleLayout: function handleLayout(res, active) {
76867
76976
  if (active) {
@@ -76871,10 +76980,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76871
76980
  this.$emit('chang-layout', res, active);
76872
76981
  },
76873
76982
 
76874
- /**
76875
- * @desc:消息修改总数
76876
- * @author huangbo
76877
- * @date 2024年9月7日
76983
+ /**
76984
+ * @desc:消息修改总数
76985
+ * @author huangbo
76986
+ * @date 2024年9月7日
76878
76987
  **/
76879
76988
  handleMenuTips: function handleMenuTips(id, num) {
76880
76989
  if (num) {
@@ -76885,10 +76994,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76885
76994
  }
76886
76995
  },
76887
76996
 
76888
- /**
76889
- * @desc:处理即时消息
76890
- * @author huangbo
76891
- * @date 2024年9月7日
76997
+ /**
76998
+ * @desc:处理即时消息
76999
+ * @author huangbo
77000
+ * @date 2024年9月7日
76892
77001
  **/
76893
77002
  handleOpened: function handleOpened(res) {
76894
77003
  var _this16 = this;
@@ -76904,14 +77013,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76904
77013
  }
76905
77014
  },
76906
77015
 
76907
- /**
76908
- * @desc:菜单点击事件
76909
- * @author huangbo
76910
- * @date 2024年9月7日
76911
- * @param {*} res 菜单点击事件参数
76912
- * @param {*} method 菜单点击事件方法
76913
- * 1.顶部菜单点击跳转已经实现
76914
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77016
+ /**
77017
+ * @desc:菜单点击事件
77018
+ * @author huangbo
77019
+ * @date 2024年9月7日
77020
+ * @param {*} res 菜单点击事件参数
77021
+ * @param {*} method 菜单点击事件方法
77022
+ * 1.顶部菜单点击跳转已经实现
77023
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
76915
77024
  **/
76916
77025
  handleSelect: function handleSelect(res) {
76917
77026
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -77073,11 +77182,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
77073
77182
 
77074
77183
  var simplicityTop_component = normalizeComponent(
77075
77184
  src_simplicityTopvue_type_script_lang_js_,
77076
- simplicityTopvue_type_template_id_ed17eba0_scoped_true_render,
77077
- simplicityTopvue_type_template_id_ed17eba0_scoped_true_staticRenderFns,
77185
+ simplicityTopvue_type_template_id_20c08436_scoped_true_render,
77186
+ simplicityTopvue_type_template_id_20c08436_scoped_true_staticRenderFns,
77078
77187
  false,
77079
77188
  null,
77080
- "ed17eba0",
77189
+ "20c08436",
77081
77190
  null
77082
77191
 
77083
77192
  )
@@ -77641,8 +77750,8 @@ defaultvue_type_template_id_b6763862_render._withStripped = true
77641
77750
 
77642
77751
  // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=b6763862&
77643
77752
 
77644
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=4160a4c1&
77645
- var userinfovue_type_template_id_4160a4c1_render = function () {
77753
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=7e14e68e&
77754
+ var userinfovue_type_template_id_7e14e68e_render = function () {
77646
77755
  var _vm = this
77647
77756
  var _h = _vm.$createElement
77648
77757
  var _c = _vm._self._c || _h
@@ -77658,11 +77767,11 @@ var userinfovue_type_template_id_4160a4c1_render = function () {
77658
77767
  2
77659
77768
  )
77660
77769
  }
77661
- var userinfovue_type_template_id_4160a4c1_staticRenderFns = []
77662
- userinfovue_type_template_id_4160a4c1_render._withStripped = true
77770
+ var userinfovue_type_template_id_7e14e68e_staticRenderFns = []
77771
+ userinfovue_type_template_id_7e14e68e_render._withStripped = true
77663
77772
 
77664
77773
 
77665
- // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=4160a4c1&
77774
+ // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=7e14e68e&
77666
77775
 
77667
77776
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=script&lang=js&
77668
77777
  var default_userinfovue_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; };
@@ -78028,11 +78137,12 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
78028
78137
  type: 'warning'
78029
78138
  }).then(function () {
78030
78139
  var loginPage = utils_util.getStorage('login') || utils_util.getStorage('loginPage');
78140
+ var topWin = utils_util.getWinTop();
78031
78141
  try {
78032
78142
  if (loginPage) {
78033
78143
  var src = void 0;
78034
78144
  if (!utils_util.startWith(loginPage, ['http', '/'], true)) {
78035
- var pathname = utils_util.win.top.location.pathname;
78145
+ var pathname = topWin.location.pathname;
78036
78146
  if (pathname !== '/') {
78037
78147
  pathname = pathname.split('/');
78038
78148
  pathname.splice(pathname.length - 1);
@@ -78044,19 +78154,27 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
78044
78154
  } else {
78045
78155
  src = loginPage;
78046
78156
  }
78047
- utils_util.win.top.location.href = src;
78048
- } else if (utils_util.win.top.location.href.indexOf('main.html') > -1) {
78049
- utils_util.win.top.location.href = './login.html';
78157
+ topWin.location.href = src;
78158
+ } else if (topWin.location.href.indexOf('main.html') > -1) {
78159
+ topWin.location.href = './login.html';
78050
78160
  } else {
78051
- var hash = utils_util.win.top.location.hash;
78161
+ var hash = topWin.location.hash;
78052
78162
  if (hash) {
78053
- var len = utils_util.win.top.location.href.indexOf(hash);
78054
- utils_util.win.top.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
78163
+ var len = topWin.location.href.indexOf(hash);
78164
+ topWin.location.href = topWin.location.href.slice(0, len) + '#/login';
78055
78165
  } else {
78056
- utils_util.win.top.location.href = '/login.html';
78166
+ topWin.location.href = '/login.html';
78057
78167
  }
78058
78168
  }
78059
- } catch (error) {}
78169
+ } catch (error) {
78170
+ console.warn('Failed to handle login redirect:', error);
78171
+ try {
78172
+ // Fallback to postMessage if direct access fails
78173
+ topWin.postMessage({ type: 1 }, '*');
78174
+ } catch (postMessageError) {
78175
+ console.warn('Failed to send postMessage:', postMessageError);
78176
+ }
78177
+ }
78060
78178
  }).catch(function (e) {});
78061
78179
  } else {
78062
78180
  var notify = _this4.values.notify.sort().join(',');
@@ -78122,8 +78240,8 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
78122
78240
 
78123
78241
  var default_userinfo_component = normalizeComponent(
78124
78242
  src_default_userinfovue_type_script_lang_js_,
78125
- userinfovue_type_template_id_4160a4c1_render,
78126
- userinfovue_type_template_id_4160a4c1_staticRenderFns,
78243
+ userinfovue_type_template_id_7e14e68e_render,
78244
+ userinfovue_type_template_id_7e14e68e_staticRenderFns,
78127
78245
  false,
78128
78246
  null,
78129
78247
  null,
@@ -81322,12 +81440,12 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81322
81440
  } else if (window.location.href.indexOf('main.html') > -1 || window.location.href.indexOf('index.html') > -1 || document.referrer.indexOf('main.html') > -1 || document.referrer.indexOf('index.html') > -1) {
81323
81441
  window.location.href = './login.html';
81324
81442
  } else {
81325
- next('/login');
81443
+ this.$router.replace('/login');
81326
81444
  }
81327
81445
  } else if (window.location.href.indexOf('main.html') > -1) {
81328
81446
  window.location.href = './login.html';
81329
81447
  } else {
81330
- next('/login');
81448
+ this.$router.replace('/login');
81331
81449
  }
81332
81450
  }
81333
81451
  },
@@ -81433,10 +81551,11 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81433
81551
  utils_util.removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
81434
81552
  var loginPage = utils_util.getStorage('login') || utils_util.getStorage('loginPage');
81435
81553
  try {
81554
+ var topWin = utils_util.getWinTop();
81436
81555
  if (loginPage) {
81437
81556
  var src = void 0;
81438
81557
  if (!utils_util.startWith(loginPage, ['http', '/'], true)) {
81439
- var pathname = utils_util.win.top.location.pathname;
81558
+ var pathname = topWin.location.pathname;
81440
81559
  if (pathname !== '/') {
81441
81560
  pathname = pathname.split('/');
81442
81561
  pathname.splice(pathname.length - 1);
@@ -81448,16 +81567,16 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81448
81567
  } else {
81449
81568
  src = loginPage;
81450
81569
  }
81451
- utils_util.win.top.location.href = src;
81452
- } else if (utils_util.win.top.location.href.indexOf('main.html') > -1) {
81453
- utils_util.win.top.location.href = './login.html';
81570
+ topWin.location.href = src;
81571
+ } else if (topWin.location.href.indexOf('main.html') > -1) {
81572
+ topWin.location.href = './login.html';
81454
81573
  } else {
81455
- var hash = utils_util.win.top.location.hash;
81574
+ var hash = topWin.location.hash;
81456
81575
  if (hash) {
81457
- var len = utils_util.win.top.location.href.indexOf(hash);
81458
- utils_util.win.top.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
81576
+ var len = topWin.location.href.indexOf(hash);
81577
+ topWin.location.href = utils_util.win.location.href.slice(0, len) + '#/login';
81459
81578
  } else {
81460
- utils_util.win.top.location.href = '/login.html';
81579
+ topWin.location.href = '/login.html';
81461
81580
  }
81462
81581
  }
81463
81582
  } catch (error) {}
@@ -81544,13 +81663,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81544
81663
  if (name) {
81545
81664
  var w = 0;
81546
81665
  var h = 0;
81547
- try {
81548
- w = width ? width : utils_util.win.top.screen.availWidth - 10;
81549
- h = height ? height : utils_util.win.top.screen.availHeight - 60;
81550
- } catch (error) {
81551
- w = width ? width : utils_util.win.screen.availWidth - 10;
81552
- h = height ? height : utils_util.win.screen.availHeight - 60;
81553
- }
81666
+ w = width ? width : utils_util.win.screen.availWidth - 10;
81667
+ h = height ? height : utils_util.win.screen.availHeight - 60;
81554
81668
  return utils_util.win.open(src, name, 'width=' + w + 'px,height=' + h + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
81555
81669
  } else {
81556
81670
  return utils_util.win.open(src);
@@ -81739,8 +81853,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
81739
81853
 
81740
81854
  var main_src_main_component = normalizeComponent(
81741
81855
  packages_main_src_mainvue_type_script_lang_js_,
81742
- mainvue_type_template_id_d38ebb62_render,
81743
- mainvue_type_template_id_d38ebb62_staticRenderFns,
81856
+ mainvue_type_template_id_3dbf95b9_render,
81857
+ mainvue_type_template_id_3dbf95b9_staticRenderFns,
81744
81858
  false,
81745
81859
  null,
81746
81860
  null,
@@ -83315,8 +83429,8 @@ notify_src_main.install = function (Vue) {
83315
83429
  };
83316
83430
 
83317
83431
  /* harmony default export */ var packages_notify = (notify_src_main);
83318
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/pagination/src/main.vue?vue&type=template&id=4fb5d7d0&
83319
- var mainvue_type_template_id_4fb5d7d0_render = function () {
83432
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/pagination/src/main.vue?vue&type=template&id=08cc1cfe&
83433
+ var mainvue_type_template_id_08cc1cfe_render = function () {
83320
83434
  var _vm = this
83321
83435
  var _h = _vm.$createElement
83322
83436
  var _c = _vm._self._c || _h
@@ -83351,11 +83465,11 @@ var mainvue_type_template_id_4fb5d7d0_render = function () {
83351
83465
  )
83352
83466
  )
83353
83467
  }
83354
- var mainvue_type_template_id_4fb5d7d0_staticRenderFns = []
83355
- mainvue_type_template_id_4fb5d7d0_render._withStripped = true
83468
+ var mainvue_type_template_id_08cc1cfe_staticRenderFns = []
83469
+ mainvue_type_template_id_08cc1cfe_render._withStripped = true
83356
83470
 
83357
83471
 
83358
- // CONCATENATED MODULE: ./packages/pagination/src/main.vue?vue&type=template&id=4fb5d7d0&
83472
+ // CONCATENATED MODULE: ./packages/pagination/src/main.vue?vue&type=template&id=08cc1cfe&
83359
83473
 
83360
83474
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/pagination/src/main.vue?vue&type=script&lang=js&
83361
83475
  //
@@ -83380,7 +83494,7 @@ mainvue_type_template_id_4fb5d7d0_render._withStripped = true
83380
83494
  //
83381
83495
 
83382
83496
 
83383
- var paginationLayout = utils_util.win.top.tableLayout || utils_util.win.tableLayout || 'prev, pager, next, sizes, total';
83497
+ var paginationLayout = utils_util.getWinTopProperty('tableLayout', 'prev, pager, next, sizes, total');
83384
83498
  /* harmony default export */ var pagination_src_mainvue_type_script_lang_js_ = ({
83385
83499
  name: 'EsPagination',
83386
83500
  inheritAttrs: false,
@@ -83455,8 +83569,8 @@ var paginationLayout = utils_util.win.top.tableLayout || utils_util.win.tableLay
83455
83569
 
83456
83570
  var pagination_src_main_component = normalizeComponent(
83457
83571
  packages_pagination_src_mainvue_type_script_lang_js_,
83458
- mainvue_type_template_id_4fb5d7d0_render,
83459
- mainvue_type_template_id_4fb5d7d0_staticRenderFns,
83572
+ mainvue_type_template_id_08cc1cfe_render,
83573
+ mainvue_type_template_id_08cc1cfe_staticRenderFns,
83460
83574
  false,
83461
83575
  null,
83462
83576
  null,
@@ -84864,8 +84978,8 @@ radio_group_src_main.install = function (Vue) {
84864
84978
  };
84865
84979
 
84866
84980
  /* harmony default export */ var radio_group = (radio_group_src_main);
84867
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/retrial-auth/src/main.vue?vue&type=template&id=95bd3598&
84868
- var mainvue_type_template_id_95bd3598_render = function () {
84981
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/retrial-auth/src/main.vue?vue&type=template&id=5c480ddc&
84982
+ var mainvue_type_template_id_5c480ddc_render = function () {
84869
84983
  var _vm = this
84870
84984
  var _h = _vm.$createElement
84871
84985
  var _c = _vm._self._c || _h
@@ -85014,11 +85128,11 @@ var mainvue_type_template_id_95bd3598_render = function () {
85014
85128
  1
85015
85129
  )
85016
85130
  }
85017
- var mainvue_type_template_id_95bd3598_staticRenderFns = []
85018
- mainvue_type_template_id_95bd3598_render._withStripped = true
85131
+ var mainvue_type_template_id_5c480ddc_staticRenderFns = []
85132
+ mainvue_type_template_id_5c480ddc_render._withStripped = true
85019
85133
 
85020
85134
 
85021
- // CONCATENATED MODULE: ./packages/retrial-auth/src/main.vue?vue&type=template&id=95bd3598&
85135
+ // CONCATENATED MODULE: ./packages/retrial-auth/src/main.vue?vue&type=template&id=5c480ddc&
85022
85136
 
85023
85137
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/retrial-auth/src/main.vue?vue&type=script&lang=js&
85024
85138
  //
@@ -85195,10 +85309,18 @@ mainvue_type_template_id_95bd3598_render._withStripped = true
85195
85309
  type: 'success'
85196
85310
  });
85197
85311
  _this3.msgBox.handleClose();
85312
+ var topWin = utils_util.getWinTop();
85198
85313
  try {
85199
- _this3.reload && utils_util.win.top.location.reload();
85314
+ if (_this3.reload) {
85315
+ topWin.location.reload();
85316
+ }
85200
85317
  } catch (error) {
85201
- _this3.reload && utils_util.win.top.postMessage({ type: 3 }, '*');
85318
+ console.warn('Failed to reload page:', error);
85319
+ try {
85320
+ _this3.reload && topWin.postMessage({ type: 3 }, '*');
85321
+ } catch (postMessageError) {
85322
+ console.warn('Failed to send postMessage:', postMessageError);
85323
+ }
85202
85324
  }
85203
85325
  } else {
85204
85326
  _this3.$message({
@@ -85275,10 +85397,18 @@ mainvue_type_template_id_95bd3598_render._withStripped = true
85275
85397
  type: 'success'
85276
85398
  });
85277
85399
  _this5.msgBox.handleClose();
85400
+ var topWin = utils_util.getWinTop();
85278
85401
  try {
85279
- _this5.reload && utils_util.win.top.location.reload();
85402
+ if (_this5.reload) {
85403
+ topWin.location.reload();
85404
+ }
85280
85405
  } catch (error) {
85281
- _this5.reload && utils_util.win.top.postMessage({ type: 3 }, '*');
85406
+ console.warn('Failed to reload page:', error);
85407
+ try {
85408
+ _this5.reload && topWin.postMessage({ type: 3 }, '*');
85409
+ } catch (postMessageError) {
85410
+ console.warn('Failed to send postMessage:', postMessageError);
85411
+ }
85282
85412
  }
85283
85413
  } else {
85284
85414
  _this5.scanCode = setTimeout(function () {
@@ -85310,8 +85440,8 @@ mainvue_type_template_id_95bd3598_render._withStripped = true
85310
85440
 
85311
85441
  var retrial_auth_src_main_component = normalizeComponent(
85312
85442
  packages_retrial_auth_src_mainvue_type_script_lang_js_,
85313
- mainvue_type_template_id_95bd3598_render,
85314
- mainvue_type_template_id_95bd3598_staticRenderFns,
85443
+ mainvue_type_template_id_5c480ddc_render,
85444
+ mainvue_type_template_id_5c480ddc_staticRenderFns,
85315
85445
  false,
85316
85446
  null,
85317
85447
  null,
@@ -94738,8 +94868,8 @@ tree_src_main.install = function (Vue) {
94738
94868
  };
94739
94869
 
94740
94870
  /* harmony default export */ var packages_tree = (tree_src_main);
94741
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=504a0e1c&
94742
- var mainvue_type_template_id_504a0e1c_render = function () {
94871
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=340aa9f8&
94872
+ var mainvue_type_template_id_340aa9f8_render = function () {
94743
94873
  var _vm = this
94744
94874
  var _h = _vm.$createElement
94745
94875
  var _c = _vm._self._c || _h
@@ -95102,11 +95232,11 @@ var mainvue_type_template_id_504a0e1c_render = function () {
95102
95232
  2
95103
95233
  )
95104
95234
  }
95105
- var mainvue_type_template_id_504a0e1c_staticRenderFns = []
95106
- mainvue_type_template_id_504a0e1c_render._withStripped = true
95235
+ var mainvue_type_template_id_340aa9f8_staticRenderFns = []
95236
+ mainvue_type_template_id_340aa9f8_render._withStripped = true
95107
95237
 
95108
95238
 
95109
- // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=504a0e1c&
95239
+ // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=340aa9f8&
95110
95240
 
95111
95241
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=script&lang=js&
95112
95242
  var tree_group_src_mainvue_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; };
@@ -95297,7 +95427,7 @@ var tree_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
95297
95427
  //
95298
95428
 
95299
95429
 
95300
- var src_mainvue_type_script_lang_js_systemMode = utils_util.win.top.systemMode || utils_util.win.systemMode || 'default';
95430
+ var src_mainvue_type_script_lang_js_systemMode = utils_util.getWinTopProperty('systemMode', 'default');
95301
95431
  /* harmony default export */ var tree_group_src_mainvue_type_script_lang_js_ = ({
95302
95432
  name: 'EsTreeGroup',
95303
95433
  inheritAttrs: false,
@@ -95660,8 +95790,8 @@ var src_mainvue_type_script_lang_js_systemMode = utils_util.win.top.systemMode |
95660
95790
 
95661
95791
  var tree_group_src_main_component = normalizeComponent(
95662
95792
  packages_tree_group_src_mainvue_type_script_lang_js_,
95663
- mainvue_type_template_id_504a0e1c_render,
95664
- mainvue_type_template_id_504a0e1c_staticRenderFns,
95793
+ mainvue_type_template_id_340aa9f8_render,
95794
+ mainvue_type_template_id_340aa9f8_staticRenderFns,
95665
95795
  false,
95666
95796
  null,
95667
95797
  null,
@@ -102462,7 +102592,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102462
102592
  }
102463
102593
 
102464
102594
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102465
- version: '0.7.90',
102595
+ version: '0.7.92',
102466
102596
  install: install,
102467
102597
  Button: packages_button,
102468
102598
  ButtonGroup: button_group,