eoss-ui 0.5.81-beta14 → 0.5.81-beta15

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 (116) hide show
  1. package/CHANGELOG.md +929 -0
  2. package/lib/button-group.js +48 -46
  3. package/lib/button.js +48 -46
  4. package/lib/checkbox-group.js +48 -46
  5. package/lib/config/api.js +2 -1
  6. package/lib/data-table-form.js +48 -46
  7. package/lib/data-table.js +55 -54
  8. package/lib/date-picker.js +48 -46
  9. package/lib/dialog.js +48 -46
  10. package/lib/eoss-ui.common.js +404 -428
  11. package/lib/flow-group.js +48 -46
  12. package/lib/flow-list.js +49 -47
  13. package/lib/flow.js +68 -66
  14. package/lib/form.js +48 -46
  15. package/lib/handle-user.js +49 -47
  16. package/lib/handler.js +48 -46
  17. package/lib/icon.js +48 -46
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +48 -46
  20. package/lib/input.js +48 -46
  21. package/lib/login.js +48 -46
  22. package/lib/main.js +358 -381
  23. package/lib/menu.js +1 -1
  24. package/lib/nav.js +48 -46
  25. package/lib/notify.js +53 -51
  26. package/lib/page.js +48 -46
  27. package/lib/pagination.js +48 -46
  28. package/lib/player.js +48 -46
  29. package/lib/qr-code.js +48 -46
  30. package/lib/radio-group.js +48 -46
  31. package/lib/retrial-auth.js +49 -47
  32. package/lib/select-ganged.js +48 -46
  33. package/lib/select.js +48 -46
  34. package/lib/selector-panel.js +48 -46
  35. package/lib/selector.js +48 -46
  36. package/lib/sizer.js +48 -46
  37. package/lib/steps.js +48 -46
  38. package/lib/switch.js +48 -46
  39. package/lib/table-form.js +48 -46
  40. package/lib/tabs.js +48 -46
  41. package/lib/tips.js +48 -46
  42. package/lib/tree-group.js +48 -46
  43. package/lib/tree.js +48 -46
  44. package/lib/upload.js +52 -50
  45. package/lib/wujie.js +48 -46
  46. package/lib/wxlogin.js +48 -46
  47. package/package.json +2 -2
  48. package/packages/data-table/src/sizer.vue +0 -1
  49. package/packages/main/src/default/index.vue +73 -156
  50. package/packages/main/src/main.vue +139 -1
  51. package/packages/main/src/simplicity/index.vue +18 -121
  52. package/packages/main/src/simplicity/menu-list.vue +1 -1
  53. package/packages/main/src/simplicity/sub-menu.vue +13 -4
  54. package/packages/menu/src/main.vue +4 -3
  55. package/packages/theme-chalk/lib/base.css +1 -0
  56. package/packages/theme-chalk/lib/button-group.css +1 -0
  57. package/packages/theme-chalk/lib/button.css +1 -0
  58. package/packages/theme-chalk/lib/calendar.css +1 -0
  59. package/packages/theme-chalk/lib/card.css +1 -0
  60. package/packages/theme-chalk/lib/cascader.css +0 -0
  61. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  62. package/packages/theme-chalk/lib/clients.css +1 -0
  63. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  64. package/packages/theme-chalk/lib/data-table.css +1 -0
  65. package/packages/theme-chalk/lib/date-picker.css +1 -0
  66. package/packages/theme-chalk/lib/dialog.css +1 -0
  67. package/packages/theme-chalk/lib/enterprise.css +1 -0
  68. package/packages/theme-chalk/lib/error-page.css +1 -0
  69. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  70. package/packages/theme-chalk/lib/flow-group.css +1 -0
  71. package/packages/theme-chalk/lib/flow-list.css +1 -0
  72. package/packages/theme-chalk/lib/flow.css +1 -0
  73. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  74. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  75. package/packages/theme-chalk/lib/form.css +1 -0
  76. package/packages/theme-chalk/lib/handle-user.css +1 -0
  77. package/packages/theme-chalk/lib/handler.css +1 -0
  78. package/packages/theme-chalk/lib/icon.css +1 -0
  79. package/packages/theme-chalk/lib/icons.css +1 -0
  80. package/packages/theme-chalk/lib/index.css +1 -0
  81. package/packages/theme-chalk/lib/input-number.css +0 -0
  82. package/packages/theme-chalk/lib/input.css +1 -0
  83. package/packages/theme-chalk/lib/label.css +1 -0
  84. package/packages/theme-chalk/lib/layout.css +1 -0
  85. package/packages/theme-chalk/lib/login.css +1 -0
  86. package/packages/theme-chalk/lib/main.css +1 -0
  87. package/packages/theme-chalk/lib/menu.css +1 -0
  88. package/packages/theme-chalk/lib/nav.css +1 -0
  89. package/packages/theme-chalk/lib/notify.css +0 -0
  90. package/packages/theme-chalk/lib/page.css +1 -0
  91. package/packages/theme-chalk/lib/pagination.css +1 -0
  92. package/packages/theme-chalk/lib/player.css +1 -0
  93. package/packages/theme-chalk/lib/qr-code.css +1 -0
  94. package/packages/theme-chalk/lib/radio-group.css +1 -0
  95. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  96. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  97. package/packages/theme-chalk/lib/select.css +1 -0
  98. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  99. package/packages/theme-chalk/lib/selector.css +1 -0
  100. package/packages/theme-chalk/lib/simplicity.css +1 -0
  101. package/packages/theme-chalk/lib/sizer.css +1 -0
  102. package/packages/theme-chalk/lib/steps.css +1 -0
  103. package/packages/theme-chalk/lib/switch.css +1 -0
  104. package/packages/theme-chalk/lib/table-form.css +0 -0
  105. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  106. package/packages/theme-chalk/lib/tabs.css +1 -0
  107. package/packages/theme-chalk/lib/tips.css +1 -0
  108. package/packages/theme-chalk/lib/toolbar.css +1 -0
  109. package/packages/theme-chalk/lib/tree-group.css +1 -0
  110. package/packages/theme-chalk/lib/tree.css +1 -0
  111. package/packages/theme-chalk/lib/upload.css +1 -0
  112. package/packages/theme-chalk/lib/wujie.css +0 -0
  113. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  114. package/src/config/api.js +2 -1
  115. package/src/index.js +157 -157
  116. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -3249,7 +3249,7 @@ var watermark = function watermark(option) {
3249
3249
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
3250
3250
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return logout; });
3251
3251
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initLogin; });
3252
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return switchUserTo; });
3252
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return switchUserTo; });
3253
3253
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3254
3254
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
3255
3255
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
@@ -3264,13 +3264,15 @@ var watermark = function watermark(option) {
3264
3264
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
3265
3265
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initRetrialAuth; });
3266
3266
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
3267
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return scanCodeRetrialAuth; });
3267
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return scanCodeRetrialAuth; });
3268
3268
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3269
3269
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3270
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return userOnline; });
3270
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return userOnline; });
3271
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
3272
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return recordUserApp; });
3271
3273
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainConfig; });
3272
3274
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return initUserSet; });
3273
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserInfo; });
3275
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return updateUserInfo; });
3274
3276
  /* unused harmony export getUserImgUrl */
3275
3277
  /* unused harmony export getDoorIndex */
3276
3278
  /* unused harmony export refreshOnlineUsers */
@@ -3278,19 +3280,18 @@ var watermark = function watermark(option) {
3278
3280
  /* unused harmony export getApplicationIdArray */
3279
3281
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
3280
3282
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
3281
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
3282
3283
  /* unused harmony export getUserCustomInfo */
3283
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserCustomInfo; });
3284
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return sysMsgPage; });
3284
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserCustomInfo; });
3285
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return sysMsgPage; });
3285
3286
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return ignoreSysMsg; });
3286
3287
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreAllSysMsg; });
3287
3288
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
3288
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploads; });
3289
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadOnlyOne; });
3289
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return uploads; });
3290
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadOnlyOne; });
3290
3291
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
3291
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadSort; });
3292
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploadSort; });
3292
3293
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3293
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadDownloads; });
3294
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadDownloads; });
3294
3295
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct; });
3295
3296
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct2; });
3296
3297
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunctOffice; });
@@ -3308,13 +3309,13 @@ var watermark = function watermark(option) {
3308
3309
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return gethelpdoc; });
3309
3310
  /* unused harmony export getCurrentuser */
3310
3311
  /* unused harmony export mainDetail */
3311
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartFlow; });
3312
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return tempSave; });
3312
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartFlow; });
3313
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return tempSave; });
3313
3314
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3314
3315
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3315
3316
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return saveCommonOpinion; });
3317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateCommonOpinion; });
3317
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return saveCommonOpinion; });
3318
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateCommonOpinion; });
3318
3319
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3319
3320
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
3320
3321
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
@@ -3323,52 +3324,52 @@ var watermark = function watermark(option) {
3323
3324
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
3324
3325
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
3325
3326
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
3326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskHandleHtml; });
3327
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskHandleHtml; });
3327
3328
  /* unused harmony export getView */
3328
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return register; });
3329
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return register; });
3329
3330
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryList; });
3330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskRejectHtml; });
3331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskRejectHtml; });
3332
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskRead; });
3333
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskReadIndex; });
3334
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReadHtml; });
3335
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return rejectAndEnd; });
3336
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toSendMsg; });
3337
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendMsg; });
3331
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskRejectHtml; });
3332
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskRejectHtml; });
3333
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskRead; });
3334
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toStartTaskReadIndex; });
3335
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReadHtml; });
3336
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return rejectAndEnd; });
3337
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toSendMsg; });
3338
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sendMsg; });
3338
3339
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3339
3340
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return handleInfo; });
3340
3341
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return loginUserInfo; });
3341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return wss; });
3342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return topic; });
3342
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return wss; });
3343
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return topic; });
3343
3344
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
3344
3345
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
3345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTransferIndex; });
3346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTransfer; });
3347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toPresetInfoListIndex; });
3346
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskTransferIndex; });
3347
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskTransfer; });
3348
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toPresetInfoListIndex; });
3348
3349
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3349
3350
  /* unused harmony export historyListJson */
3350
3351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryListJson; });
3351
3352
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pressListJson; });
3352
3353
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3353
3354
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return isCanStartSubFlow; });
3354
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionExamine; });
3355
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionExamine; });
3356
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTakeAdvice; });
3357
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTakeAdvice; });
3358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskStartDraft; });
3359
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskStartDraft; });
3360
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskReview; });
3361
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskReview; });
3362
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionSeal; });
3363
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionSeal; });
3364
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTwoOfficesDispatch; });
3365
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return twoOfficesDispatch; });
3366
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendList; });
3367
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendInfo; });
3355
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionExamine; });
3356
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionExamine; });
3357
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTakeAdvice; });
3358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTakeAdvice; });
3359
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskStartDraft; });
3360
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskStartDraft; });
3361
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskReview; });
3362
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskReview; });
3363
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskUnionSeal; });
3364
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskUnionSeal; });
3365
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toTwoOfficesDispatch; });
3366
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return twoOfficesDispatch; });
3367
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendList; });
3368
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendInfo; });
3368
3369
  /* unused harmony export sendSave */
3369
3370
  /* unused harmony export sendUpdate */
3370
3371
  /* unused harmony export sendDelete */
3371
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendBatch; });
3372
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendBatch; });
3372
3373
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
3373
3374
  // 登录
3374
3375
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3397,6 +3398,8 @@ var doAssistanceQrLogin = '/sso2/signIn/auth/doAssistanceQrLogin'; // 二级身
3397
3398
 
3398
3399
  // 框架
3399
3400
  var userOnline = 'sys/v1/mecpSys/userOnlineListJson.dhtml'; // 在线人数列表
3401
+ var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
3402
+ var recordUserApp = '/sysv3/sysUucApp/recordUserApp'; // 记录应用点击率
3400
3403
  var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
3401
3404
  var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
3402
3405
  var updateUserInfo = '/main2/main/updateUserInfo'; // 更新用户信息
@@ -3407,7 +3410,6 @@ var getQuickMenuIds = '/main2/main/getQuickMenuIds'; // 获取已绑定的快捷
3407
3410
  var getApplicationIdArray = '/main2/main/getApplicationIdArray'; // 获取应用父id数组
3408
3411
  var getComplexApplications = '/main2/menu/getComplexApplications'; // 获取当前用户菜单; 含页签菜单格式的数据
3409
3412
  var getComplexApplicationsNew = '/main2/menu/getComplexApplicationsNew'; // 获取当前用户应用菜单; 含页签菜单格式的数据
3410
- var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
3411
3413
  var getUserCustomInfo = '/main2/main/getUserCustomInfo'; // 获取主题样式
3412
3414
  var updateUserCustomInfo = '/main2/main/updateUserCustomInfo'; // 更新主题样式
3413
3415
  // 框架 - 系统消息
@@ -8939,8 +8941,8 @@ var children_component = normalizeComponent(
8939
8941
  )
8940
8942
 
8941
8943
  /* harmony default export */ var children = (children_component.exports);
8942
- // 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/sizer.vue?vue&type=template&id=1e94400e&
8943
- var sizervue_type_template_id_1e94400e_render = function () {
8944
+ // 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/sizer.vue?vue&type=template&id=a70172f8&
8945
+ var sizervue_type_template_id_a70172f8_render = function () {
8944
8946
  var _vm = this
8945
8947
  var _h = _vm.$createElement
8946
8948
  var _c = _vm._self._c || _h
@@ -8992,11 +8994,11 @@ var sizervue_type_template_id_1e94400e_render = function () {
8992
8994
  )
8993
8995
  : _vm._e()
8994
8996
  }
8995
- var sizervue_type_template_id_1e94400e_staticRenderFns = []
8996
- sizervue_type_template_id_1e94400e_render._withStripped = true
8997
+ var sizervue_type_template_id_a70172f8_staticRenderFns = []
8998
+ sizervue_type_template_id_a70172f8_render._withStripped = true
8997
8999
 
8998
9000
 
8999
- // CONCATENATED MODULE: ./packages/data-table/src/sizer.vue?vue&type=template&id=1e94400e&
9001
+ // CONCATENATED MODULE: ./packages/data-table/src/sizer.vue?vue&type=template&id=a70172f8&
9000
9002
 
9001
9003
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/sizer.vue?vue&type=script&lang=js&
9002
9004
  var sizervue_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; };
@@ -9086,7 +9088,6 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
9086
9088
  },
9087
9089
  mounted: function mounted() {
9088
9090
  this.newThead = utils_util["a" /* default */].extend(true, [], this.data);
9089
- console.log(this.mode, 90909);
9090
9091
  },
9091
9092
 
9092
9093
  methods: {
@@ -9169,8 +9170,8 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
9169
9170
 
9170
9171
  var sizer_component = normalizeComponent(
9171
9172
  src_sizervue_type_script_lang_js_,
9172
- sizervue_type_template_id_1e94400e_render,
9173
- sizervue_type_template_id_1e94400e_staticRenderFns,
9173
+ sizervue_type_template_id_a70172f8_render,
9174
+ sizervue_type_template_id_a70172f8_staticRenderFns,
9174
9175
  false,
9175
9176
  null,
9176
9177
  null,
@@ -33796,7 +33797,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
33796
33797
  }
33797
33798
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
33798
33799
  utils_util["a" /* default */].ajax({
33799
- url: data.id ? api["Vb" /* updateCommonOpinion */] : api["ob" /* saveCommonOpinion */],
33800
+ url: data.id ? api["Wb" /* updateCommonOpinion */] : api["pb" /* saveCommonOpinion */],
33800
33801
  data: info,
33801
33802
  header: { 'Content-Type': 'multipart/form-data' },
33802
33803
  method: 'post'
@@ -36368,7 +36369,7 @@ var processFormvue_type_script_lang_js_components;
36368
36369
  opinion: _this4.newOpinion || newOpinion
36369
36370
  };
36370
36371
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
36371
- utils_util["a" /* default */].ajax({ url: api["mb" /* register */], method: 'post', data: params }).then(function (res) {
36372
+ utils_util["a" /* default */].ajax({ url: api["nb" /* register */], method: 'post', data: params }).then(function (res) {
36372
36373
  var status = res.status,
36373
36374
  message = res.message;
36374
36375
 
@@ -36554,7 +36555,7 @@ var processFormvue_type_script_lang_js_components;
36554
36555
  businessId: this.businessId
36555
36556
  };
36556
36557
  // 获取节点
36557
- utils_util["a" /* default */].ajax({ url: api["Ib" /* toStartFlow */], params: params }).then(function (res) {
36558
+ utils_util["a" /* default */].ajax({ url: api["Jb" /* toStartFlow */], params: params }).then(function (res) {
36558
36559
  //pc接口返回数据处理
36559
36560
  var status = res.status,
36560
36561
  message = res.message,
@@ -37158,7 +37159,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
37158
37159
  notificationType = _sendInfo.notificationType;
37159
37160
 
37160
37161
  var params = {
37161
- url: api["tb" /* sendMsg */],
37162
+ url: api["ub" /* sendMsg */],
37162
37163
  headers: { Accept: 'application/json,text/plain' },
37163
37164
  method: 'post',
37164
37165
  data: {
@@ -37220,7 +37221,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
37220
37221
 
37221
37222
  this.loading = true;
37222
37223
  utils_util["a" /* default */].ajax({
37223
- url: api["Hb" /* toSendMsg */],
37224
+ url: api["Ib" /* toSendMsg */],
37224
37225
  params: { pendingId: this.$attrs.pendingId }
37225
37226
  }).then(function (res) {
37226
37227
  var status = res.status,
@@ -38038,7 +38039,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
38038
38039
  userId: utils_util["a" /* default */].getStorage('userId'),
38039
38040
  nextNodeId: _this2.nextNode.nextNodeId
38040
38041
  };
38041
- utils_util["a" /* default */].ajax({ url: api["yb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
38042
+ utils_util["a" /* default */].ajax({ url: api["zb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
38042
38043
  var status = res.status,
38043
38044
  message = res.message;
38044
38045
 
@@ -38093,7 +38094,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
38093
38094
  isSinglePage: false,
38094
38095
  opinion: this.option
38095
38096
  };
38096
- utils_util["a" /* default */].ajax({ url: api["Lb" /* toTaskRejectHtml */], params: params }).then(function (res) {
38097
+ utils_util["a" /* default */].ajax({ url: api["Mb" /* toTaskRejectHtml */], params: params }).then(function (res) {
38097
38098
  var status = res.status,
38098
38099
  message = res.message,
38099
38100
  _res$data = res.data,
@@ -38769,7 +38770,7 @@ var startTaskReadvue_type_script_lang_js_components;
38769
38770
  taskExamine = this.taskExamine;
38770
38771
 
38771
38772
  var params = {
38772
- url: api["Pb" /* toTaskTransferIndex */],
38773
+ url: api["Qb" /* toTaskTransferIndex */],
38773
38774
  params: {
38774
38775
  opinion: opinion,
38775
38776
  pendingId: pendingId,
@@ -38894,7 +38895,7 @@ var startTaskReadvue_type_script_lang_js_components;
38894
38895
  var _this3 = this;
38895
38896
 
38896
38897
  var params = {
38897
- url: api["Jb" /* toStartTaskRead */],
38898
+ url: api["Kb" /* toStartTaskRead */],
38898
38899
  params: { pendingId: this.pendingId, taskAction: this.type }
38899
38900
  };
38900
38901
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -38967,7 +38968,7 @@ var startTaskReadvue_type_script_lang_js_components;
38967
38968
  type = this.type;
38968
38969
 
38969
38970
  var params = {
38970
- url: api["Cb" /* taskTransfer */],
38971
+ url: api["Db" /* taskTransfer */],
38971
38972
  data: {
38972
38973
  choiceDeptId: choiceDeptId,
38973
38974
  choiceOrgId: choiceOrgId,
@@ -39061,7 +39062,7 @@ var startTaskReadvue_type_script_lang_js_components;
39061
39062
  !download && delete params.isDownload;
39062
39063
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
39063
39064
  utils_util["a" /* default */].ajax({
39064
- url: api["xb" /* taskReadHtml */],
39065
+ url: api["yb" /* taskReadHtml */],
39065
39066
  params: { taskAction: _this7.type },
39066
39067
  headers: {
39067
39068
  Accept: 'application/json,text/plain'
@@ -39554,7 +39555,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39554
39555
  pendingId = this.pendingId;
39555
39556
 
39556
39557
  var params = {
39557
- url: api["zb" /* taskReview */],
39558
+ url: api["Ab" /* taskReview */],
39558
39559
  data: {
39559
39560
  nextUserId: nextOtherOrgObj.join(','),
39560
39561
  notificationType: noticeType.join(','),
@@ -39590,7 +39591,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39590
39591
  var _this2 = this;
39591
39592
 
39592
39593
  var params = {
39593
- url: api["Mb" /* toTaskReview */],
39594
+ url: api["Nb" /* toTaskReview */],
39594
39595
  params: { pendingId: this.pendingId }
39595
39596
  };
39596
39597
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -39625,7 +39626,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39625
39626
  var _this3 = this;
39626
39627
 
39627
39628
  var params = {
39628
- url: this.type == 'takeAdvice' ? api["Ob" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Nb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Rb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Sb" /* toTwoOfficesDispatch */] : api["Qb" /* toTaskUnionExamine */],
39629
+ url: this.type == 'takeAdvice' ? api["Pb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Ob" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Sb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Tb" /* toTwoOfficesDispatch */] : api["Rb" /* toTaskUnionExamine */],
39629
39630
  params: { pendingId: this.pendingId },
39630
39631
  headers: { Accept: 'application/json,text/plain' }
39631
39632
  };
@@ -39719,7 +39720,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39719
39720
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
39720
39721
  // return this.$message.warning('暂未开放,敬请期待!');
39721
39722
  var param = {
39722
- url: this.type === 'startDraf' ? api["Ab" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Eb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Ub" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Bb" /* taskTakeAdvice */] : api["Db" /* taskUnionExamine */],
39723
+ url: this.type === 'startDraf' ? api["Bb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Fb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Vb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Cb" /* taskTakeAdvice */] : api["Eb" /* taskUnionExamine */],
39723
39724
  data: {
39724
39725
  opinion: opinion,
39725
39726
  pendingId: pendingId,
@@ -40926,7 +40927,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40926
40927
  taskAction: 'complete'
40927
40928
  };
40928
40929
  utils_util["a" /* default */].ajax({
40929
- url: api["xb" /* taskReadHtml */],
40930
+ url: api["yb" /* taskReadHtml */],
40930
40931
  params: { taskAction: 'complete' },
40931
40932
  headers: {
40932
40933
  Accept: 'application/json,text/plain'
@@ -40958,7 +40959,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40958
40959
 
40959
40960
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
40960
40961
  utils_util["a" /* default */].ajax({
40961
- url: api["Kb" /* toStartTaskReadIndex */],
40962
+ url: api["Lb" /* toStartTaskReadIndex */],
40962
40963
  params: { pendingId: this.pendingId }
40963
40964
  }).then(function (res) {
40964
40965
  var status = res.status,
@@ -41093,7 +41094,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41093
41094
  pendingId: this.pendingId
41094
41095
  };
41095
41096
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
41096
- utils_util["a" /* default */].ajax({ url: api["Fb" /* tempSave */], params: params }).then(function (res) {
41097
+ utils_util["a" /* default */].ajax({ url: api["Gb" /* tempSave */], params: params }).then(function (res) {
41097
41098
  var status = res.status,
41098
41099
  message = res.message;
41099
41100
 
@@ -41458,7 +41459,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41458
41459
 
41459
41460
  // return this.$message.warning('请填写意见');
41460
41461
  var params = {
41461
- url: api["nb" /* rejectAndEnd */],
41462
+ url: api["ob" /* rejectAndEnd */],
41462
41463
  headers: { Accept: 'application/json,text/plain' },
41463
41464
  method: 'post',
41464
41465
  data: {
@@ -42294,7 +42295,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42294
42295
  params.isSubFlow = taskExamineInfo.isSubFlow;
42295
42296
  params.nodeId = taskExamineInfo.nodeId;
42296
42297
  params.needRetrialAuth = needRetrialAuth;
42297
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["wb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42298
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["xb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42298
42299
  var status = res.status,
42299
42300
  message = res.message;
42300
42301
 
@@ -45529,7 +45530,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45529
45530
  var _this9 = this;
45530
45531
 
45531
45532
  var param = {
45532
- url: api["Gb" /* toPresetInfoListIndex */],
45533
+ url: api["Hb" /* toPresetInfoListIndex */],
45533
45534
  params: { apprecordid: this.businessId }
45534
45535
  };
45535
45536
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -45779,7 +45780,7 @@ mainvue_type_template_id_72c54dae_render._withStripped = true
45779
45780
 
45780
45781
  if (this.job.id !== item.id) {
45781
45782
  this.job = item;
45782
- utils_util["a" /* default */].ajax({ url: api["ub" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
45783
+ utils_util["a" /* default */].ajax({ url: api["vb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
45783
45784
  if (res.rCode == 0) {
45784
45785
  utils_util["a" /* default */].setStorage({
45785
45786
  type: _this.storage,
@@ -51024,8 +51025,8 @@ login_src_main.install = function (Vue) {
51024
51025
  };
51025
51026
 
51026
51027
  /* harmony default export */ var login = (login_src_main);
51027
- // 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=2a102c10&
51028
- var mainvue_type_template_id_2a102c10_render = function () {
51028
+ // 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=d62e142c&
51029
+ var mainvue_type_template_id_d62e142c_render = function () {
51029
51030
  var _vm = this
51030
51031
  var _h = _vm.$createElement
51031
51032
  var _c = _vm._self._c || _h
@@ -51057,14 +51058,14 @@ var mainvue_type_template_id_2a102c10_render = function () {
51057
51058
  1
51058
51059
  )
51059
51060
  }
51060
- var mainvue_type_template_id_2a102c10_staticRenderFns = []
51061
- mainvue_type_template_id_2a102c10_render._withStripped = true
51061
+ var mainvue_type_template_id_d62e142c_staticRenderFns = []
51062
+ mainvue_type_template_id_d62e142c_render._withStripped = true
51062
51063
 
51063
51064
 
51064
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2a102c10&
51065
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d62e142c&
51065
51066
 
51066
- // 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=0c73c422&scoped=true&
51067
- var simplicityvue_type_template_id_0c73c422_scoped_true_render = function () {
51067
+ // 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=46b7eb38&scoped=true&
51068
+ var simplicityvue_type_template_id_46b7eb38_scoped_true_render = function () {
51068
51069
  var _vm = this
51069
51070
  var _h = _vm.$createElement
51070
51071
  var _c = _vm._self._c || _h
@@ -51673,11 +51674,11 @@ var simplicityvue_type_template_id_0c73c422_scoped_true_render = function () {
51673
51674
  ),
51674
51675
  ])
51675
51676
  }
51676
- var simplicityvue_type_template_id_0c73c422_scoped_true_staticRenderFns = []
51677
- simplicityvue_type_template_id_0c73c422_scoped_true_render._withStripped = true
51677
+ var simplicityvue_type_template_id_46b7eb38_scoped_true_staticRenderFns = []
51678
+ simplicityvue_type_template_id_46b7eb38_scoped_true_render._withStripped = true
51678
51679
 
51679
51680
 
51680
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=0c73c422&scoped=true&
51681
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=46b7eb38&scoped=true&
51681
51682
 
51682
51683
  // 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=1560e8bf&scoped=true&
51683
51684
  var avatarvue_type_template_id_1560e8bf_scoped_true_render = function () {
@@ -52122,8 +52123,8 @@ var handler_component = normalizeComponent(
52122
52123
  )
52123
52124
 
52124
52125
  /* harmony default export */ var simplicity_handler = (handler_component.exports);
52125
- // 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/sub-menu.vue?vue&type=template&id=8135ef54&scoped=true&
52126
- var sub_menuvue_type_template_id_8135ef54_scoped_true_render = function () {
52126
+ // 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/sub-menu.vue?vue&type=template&id=629b4bf1&scoped=true&
52127
+ var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
52127
52128
  var this$1 = this
52128
52129
  var _vm = this
52129
52130
  var _h = _vm.$createElement
@@ -52209,7 +52210,7 @@ var sub_menuvue_type_template_id_8135ef54_scoped_true_render = function () {
52209
52210
  ]),
52210
52211
  _c("menu-list", {
52211
52212
  attrs: {
52212
- active: _vm.active,
52213
+ active: _vm.actives[0],
52213
52214
  data: _vm.menus,
52214
52215
  menuIcon: _vm.menuIcon,
52215
52216
  color: _vm.color,
@@ -52259,7 +52260,7 @@ var sub_menuvue_type_template_id_8135ef54_scoped_true_render = function () {
52259
52260
  ]),
52260
52261
  _c("menu-list", {
52261
52262
  attrs: {
52262
- active: _vm.active,
52263
+ active: _vm.actives[index + 1],
52263
52264
  data: item.children.concat(item.fourthTabs),
52264
52265
  menuIcon: _vm.menuIcon,
52265
52266
  color: _vm.color,
@@ -52287,14 +52288,14 @@ var sub_menuvue_type_template_id_8135ef54_scoped_true_render = function () {
52287
52288
  ]
52288
52289
  )
52289
52290
  }
52290
- var sub_menuvue_type_template_id_8135ef54_scoped_true_staticRenderFns = []
52291
- sub_menuvue_type_template_id_8135ef54_scoped_true_render._withStripped = true
52291
+ var sub_menuvue_type_template_id_629b4bf1_scoped_true_staticRenderFns = []
52292
+ sub_menuvue_type_template_id_629b4bf1_scoped_true_render._withStripped = true
52292
52293
 
52293
52294
 
52294
- // CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=8135ef54&scoped=true&
52295
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=629b4bf1&scoped=true&
52295
52296
 
52296
- // 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/menu-list.vue?vue&type=template&id=2602f83d&scoped=true&
52297
- var menu_listvue_type_template_id_2602f83d_scoped_true_render = function () {
52297
+ // 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/menu-list.vue?vue&type=template&id=225f2794&scoped=true&
52298
+ var menu_listvue_type_template_id_225f2794_scoped_true_render = function () {
52298
52299
  var _vm = this
52299
52300
  var _h = _vm.$createElement
52300
52301
  var _c = _vm._self._c || _h
@@ -52319,7 +52320,7 @@ var menu_listvue_type_template_id_2602f83d_scoped_true_render = function () {
52319
52320
  {
52320
52321
  key: item.id,
52321
52322
  staticClass: "es-simplicity-menus-item",
52322
- class: { "is-fold": _vm.fold },
52323
+ class: { "is-fold": _vm.fold, "is-active": _vm.active == item.id },
52323
52324
  attrs: { title: _vm.fold ? item.text || item.name : "" },
52324
52325
  on: {
52325
52326
  click: function ($event) {
@@ -52396,11 +52397,11 @@ var menu_listvue_type_template_id_2602f83d_scoped_true_render = function () {
52396
52397
  ),
52397
52398
  ])
52398
52399
  }
52399
- var menu_listvue_type_template_id_2602f83d_scoped_true_staticRenderFns = []
52400
- menu_listvue_type_template_id_2602f83d_scoped_true_render._withStripped = true
52400
+ var menu_listvue_type_template_id_225f2794_scoped_true_staticRenderFns = []
52401
+ menu_listvue_type_template_id_225f2794_scoped_true_render._withStripped = true
52401
52402
 
52402
52403
 
52403
- // CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=2602f83d&scoped=true&
52404
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=225f2794&scoped=true&
52404
52405
 
52405
52406
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/menu-list.vue?vue&type=script&lang=js&
52406
52407
  //
@@ -52540,11 +52541,11 @@ menu_listvue_type_template_id_2602f83d_scoped_true_render._withStripped = true
52540
52541
 
52541
52542
  var menu_list_component = normalizeComponent(
52542
52543
  simplicity_menu_listvue_type_script_lang_js_,
52543
- menu_listvue_type_template_id_2602f83d_scoped_true_render,
52544
- menu_listvue_type_template_id_2602f83d_scoped_true_staticRenderFns,
52544
+ menu_listvue_type_template_id_225f2794_scoped_true_render,
52545
+ menu_listvue_type_template_id_225f2794_scoped_true_staticRenderFns,
52545
52546
  false,
52546
52547
  null,
52547
- "2602f83d",
52548
+ "225f2794",
52548
52549
  null
52549
52550
 
52550
52551
  )
@@ -52693,7 +52694,8 @@ var menu_list_component = normalizeComponent(
52693
52694
  width: this.size,
52694
52695
  subMenus: [],
52695
52696
  isEnter: false,
52696
- timer: null
52697
+ timer: null,
52698
+ actives: []
52697
52699
  };
52698
52700
  },
52699
52701
 
@@ -52743,6 +52745,12 @@ var menu_list_component = normalizeComponent(
52743
52745
 
52744
52746
  this.isEnter = is;
52745
52747
  if (is) {
52748
+ this.actives.splice(n);
52749
+ if (this.actives[n]) {
52750
+ this.actives[n] = res.id;
52751
+ } else {
52752
+ this.actives.push(res.id);
52753
+ }
52746
52754
  this.subMenus.splice(n);
52747
52755
  var children = res.children,
52748
52756
  fourthTabs = res.fourthTabs;
@@ -52756,8 +52764,9 @@ var menu_list_component = normalizeComponent(
52756
52764
  this.timer = setTimeout(function () {
52757
52765
  if (res && !_this.isEnter) {
52758
52766
  _this.subMenus = [];
52767
+ _this.actives = [];
52759
52768
  }
52760
- }, 200);
52769
+ }, 300);
52761
52770
  }
52762
52771
  }
52763
52772
  },
@@ -52771,6 +52780,7 @@ var menu_list_component = normalizeComponent(
52771
52780
  },
52772
52781
  handleLeave: function handleLeave() {
52773
52782
  this.subMenus = [];
52783
+ this.actives = [];
52774
52784
  },
52775
52785
  handleEnter: function handleEnter() {
52776
52786
  this.isEnter = true;
@@ -52789,11 +52799,11 @@ var menu_list_component = normalizeComponent(
52789
52799
 
52790
52800
  var sub_menu_component = normalizeComponent(
52791
52801
  simplicity_sub_menuvue_type_script_lang_js_,
52792
- sub_menuvue_type_template_id_8135ef54_scoped_true_render,
52793
- sub_menuvue_type_template_id_8135ef54_scoped_true_staticRenderFns,
52802
+ sub_menuvue_type_template_id_629b4bf1_scoped_true_render,
52803
+ sub_menuvue_type_template_id_629b4bf1_scoped_true_staticRenderFns,
52794
52804
  false,
52795
52805
  null,
52796
- "8135ef54",
52806
+ "629b4bf1",
52797
52807
  null
52798
52808
 
52799
52809
  )
@@ -53949,7 +53959,7 @@ userinfovue_type_template_id_0dbd4cc6_render._withStripped = true
53949
53959
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
53950
53960
  initLogin && (initLogin = JSON.parse(initLogin));
53951
53961
  utils_util["a" /* default */].ajax({
53952
- url: api["Xb" /* updateUserInfo */],
53962
+ url: api["Yb" /* updateUserInfo */],
53953
53963
  params: {
53954
53964
  email: this.model.email,
53955
53965
  officeTel: this.model.officeTel,
@@ -54213,7 +54223,7 @@ var userinfo_component = normalizeComponent(
54213
54223
  var notify = this.checked.join(',');
54214
54224
  utils_util["a" /* default */].ajax({
54215
54225
  method: 'post',
54216
- url: api["Wb" /* updateUserCustomInfo */],
54226
+ url: api["Xb" /* updateUserCustomInfo */],
54217
54227
  data: {
54218
54228
  notify: notify
54219
54229
  }
@@ -54243,7 +54253,7 @@ var userinfo_component = normalizeComponent(
54243
54253
  if (this.user.identityId !== res.id) {
54244
54254
  utils_util["a" /* default */].ajax({
54245
54255
  method: 'post',
54246
- url: api["ub" /* switchUserTo */],
54256
+ url: api["vb" /* switchUserTo */],
54247
54257
  data: { userId: res.value }
54248
54258
  }).then(function (res) {
54249
54259
  if (res.rCode == 0) {
@@ -54629,7 +54639,7 @@ messagevue_type_template_id_0ee7ab90_render._withStripped = true
54629
54639
  if (this.pageNum <= this.pageCount) {
54630
54640
  this.loading = true;
54631
54641
  utils_util["a" /* default */].ajax({
54632
- url: api["vb" /* sysMsgPage */],
54642
+ url: api["wb" /* sysMsgPage */],
54633
54643
  params: {
54634
54644
  pageNum: reload ? 1 : this.pageNum,
54635
54645
  pageSize: this.pageSize
@@ -55461,7 +55471,7 @@ onlinevue_type_template_id_d8b10e78_scoped_true_render._withStripped = true
55461
55471
  props: {
55462
55472
  sysuseronline: {
55463
55473
  type: String,
55464
- default: api["cc" /* userOnline */]
55474
+ default: api["dc" /* userOnline */]
55465
55475
  }
55466
55476
  },
55467
55477
  data: function data() {
@@ -55936,6 +55946,11 @@ var events = [function (tabs, index, that) {
55936
55946
  type: String,
55937
55947
  default: simplicityvue_type_script_lang_js_dataTableMode
55938
55948
  },
55949
+ //记录菜单点击率作为工作台常用应用数据
55950
+ recordApp: {
55951
+ type: Boolean,
55952
+ default: true
55953
+ },
55939
55954
  appCode: String,
55940
55955
  //logo
55941
55956
  logo: String,
@@ -56173,10 +56188,6 @@ var events = [function (tabs, index, that) {
56173
56188
  this.doorIndex = sessionStorage.getItem('doorIndex');
56174
56189
  },
56175
56190
  mounted: function mounted() {
56176
- utils_util["a" /* default */].win.reLogin = this.handleReLogin;
56177
- utils_util["a" /* default */].win.refresh = this.handleRefresh;
56178
- utils_util["a" /* default */].win.jumpMenu = this.jumpMenu;
56179
- utils_util["a" /* default */].win.windowOpen = this.openPage;
56180
56191
  this.handleListener();
56181
56192
  },
56182
56193
 
@@ -56663,8 +56674,8 @@ var events = [function (tabs, index, that) {
56663
56674
  var _this4 = this;
56664
56675
 
56665
56676
  this.webSocket = utils_util["a" /* default */].socket({
56666
- url: api["dc" /* wss */],
56667
- take: api["Tb" /* topic */],
56677
+ url: api["ec" /* wss */],
56678
+ take: api["Ub" /* topic */],
56668
56679
  success: function success(res) {
56669
56680
  var data = res.data || {};
56670
56681
  for (var i in data) {
@@ -56837,6 +56848,15 @@ var events = [function (tabs, index, that) {
56837
56848
  * @date 2024年9月7日
56838
56849
  **/
56839
56850
  handlerClickMenu: function handlerClickMenu(res) {
56851
+ if (this.recordApp) {
56852
+ utils_util["a" /* default */].ajax({
56853
+ url: api["mb" /* recordUserApp */],
56854
+ params: {
56855
+ userId: this.user.userId,
56856
+ appId: res.id
56857
+ }
56858
+ }).then(function () {}).catch(function () {});
56859
+ }
56840
56860
  this.showMsg = false;
56841
56861
  this.showSet = false;
56842
56862
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, res, 'id');
@@ -57152,103 +57172,6 @@ var events = [function (tabs, index, that) {
57152
57172
  clearTimeout(this.sysMsgOut);
57153
57173
  }
57154
57174
  },
57155
- handleReLogin: function handleReLogin(res) {
57156
- var _this7 = this;
57157
-
57158
- if (res && typeof res == 'string') {
57159
- res = JSON.parse(res);
57160
- }
57161
- var msg = '提示';
57162
- var btn = {
57163
- confirmButtonText: '确定',
57164
- cancelButtonText: '取消',
57165
- closeOnClickModal: false,
57166
- type: 'warning'
57167
- };
57168
- if (res) {
57169
- if (res.rCode === 69) {
57170
- msg = '该账号在其他地方已登陆!';
57171
- btn = {
57172
- confirmButtonText: '确定',
57173
- closeOnClickModal: false,
57174
- type: 'warning'
57175
- };
57176
- } else {
57177
- msg = '登录已过期,请重新登录!';
57178
- }
57179
- }
57180
- cl;
57181
- var remind = sessionStorage.getItem('remind');
57182
- if (!remind) {
57183
- clearTimeout(this.timer);
57184
- this.timer = setTimeout(function () {
57185
- sessionStorage.setItem('remind', 1);
57186
- _this7.$confirm(msg, btn).then(function () {
57187
- utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
57188
- var loginPage = utils_util["a" /* default */].getStorage('login') || utils_util["a" /* default */].getStorage('loginPage');
57189
- try {
57190
- if (loginPage) {
57191
- var src = void 0;
57192
- if (!utils_util["a" /* default */].startWith(loginPage, ['http', '/'], true)) {
57193
- var pathname = utils_util["a" /* default */].win.top.location.pathname;
57194
- if (pathname !== '/') {
57195
- pathname = pathname.split('/');
57196
- pathname.splice(pathname.length - 1);
57197
- pathname = pathname.join('/');
57198
- src = pathname + '/' + loginPage.replace('./', '');
57199
- } else {
57200
- src = pathname + loginPage.replace('./', '');
57201
- }
57202
- } else {
57203
- src = loginPage;
57204
- }
57205
- utils_util["a" /* default */].win.top.location.href = src;
57206
- } else if (utils_util["a" /* default */].win.top.location.href.indexOf('main.html') > -1) {
57207
- utils_util["a" /* default */].win.top.location.href = './login.html';
57208
- } else {
57209
- var hash = utils_util["a" /* default */].win.top.location.hash;
57210
- if (hash) {
57211
- var len = utils_util["a" /* default */].win.top.location.href.indexOf(hash);
57212
- utils_util["a" /* default */].win.top.location.href = utils_util["a" /* default */].win.location.href.slice(0, len) + '#/login';
57213
- } else {
57214
- utils_util["a" /* default */].win.top.location.href = '/login.html';
57215
- }
57216
- }
57217
- } catch (error) {
57218
- utils_util["a" /* default */].win.postMessage({ type: 1 }, '*');
57219
- }
57220
- }).catch(function (e) {
57221
- sessionStorage.removeItem('remind');
57222
- });
57223
- }, 2000);
57224
- }
57225
- },
57226
- openPage: function openPage(url, name, width, height) {
57227
- var src = url;
57228
- if (!utils_util["a" /* default */].startWith(url, ['http', '/'], true)) {
57229
- var pathname = window.location.pathname;
57230
- if (pathname !== '/') {
57231
- pathname = pathname.split('/');
57232
- pathname.splice(pathname.length - 1);
57233
- pathname = pathname.join('/');
57234
- }
57235
- src = pathname + url.replace('./', '/');
57236
- }
57237
- if (name) {
57238
- var w = 0;
57239
- var h = 0;
57240
- try {
57241
- w = width ? width : utils_util["a" /* default */].win.top.screen.availWidth - 10;
57242
- h = height ? height : utils_util["a" /* default */].win.top.screen.availHeight - 60;
57243
- } catch (error) {
57244
- w = width ? width : utils_util["a" /* default */].win.screen.availWidth - 10;
57245
- h = height ? height : utils_util["a" /* default */].win.screen.availHeight - 60;
57246
- }
57247
- return utils_util["a" /* default */].win.open(src, name, 'width=' + w + 'px,height=' + h + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
57248
- } else {
57249
- return utils_util["a" /* default */].win.open(src);
57250
- }
57251
- },
57252
57175
  jumpMenu: function jumpMenu(res) {
57253
57176
  var apps = res;
57254
57177
  if (typeof res === 'string') {
@@ -57270,13 +57193,13 @@ var events = [function (tabs, index, that) {
57270
57193
 
57271
57194
  //监听改变菜单
57272
57195
  handleListener: function handleListener() {
57273
- var _this8 = this;
57196
+ var _this7 = this;
57274
57197
 
57275
57198
  utils_util["a" /* default */].win.addEventListener('message', function (e) {
57276
57199
  var msg = e.data;
57277
57200
  if (msg.key == 'jump_Menu') {
57278
57201
  var res = msg.data1;
57279
- _this8.jumpMenu(res);
57202
+ _this7.jumpMenu(res);
57280
57203
  }
57281
57204
  }, false);
57282
57205
  }
@@ -57301,18 +57224,18 @@ var events = [function (tabs, index, that) {
57301
57224
 
57302
57225
  var simplicity_component = normalizeComponent(
57303
57226
  src_simplicityvue_type_script_lang_js_,
57304
- simplicityvue_type_template_id_0c73c422_scoped_true_render,
57305
- simplicityvue_type_template_id_0c73c422_scoped_true_staticRenderFns,
57227
+ simplicityvue_type_template_id_46b7eb38_scoped_true_render,
57228
+ simplicityvue_type_template_id_46b7eb38_scoped_true_staticRenderFns,
57306
57229
  false,
57307
57230
  null,
57308
- "0c73c422",
57231
+ "46b7eb38",
57309
57232
  null
57310
57233
 
57311
57234
  )
57312
57235
 
57313
57236
  /* harmony default export */ var simplicity = (simplicity_component.exports);
57314
- // 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/index.vue?vue&type=template&id=07b2b3d0&
57315
- var defaultvue_type_template_id_07b2b3d0_render = function () {
57237
+ // 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/index.vue?vue&type=template&id=5522873a&
57238
+ var defaultvue_type_template_id_5522873a_render = function () {
57316
57239
  var _vm = this
57317
57240
  var _h = _vm.$createElement
57318
57241
  var _c = _vm._self._c || _h
@@ -57695,11 +57618,11 @@ var defaultvue_type_template_id_07b2b3d0_render = function () {
57695
57618
  1
57696
57619
  )
57697
57620
  }
57698
- var defaultvue_type_template_id_07b2b3d0_staticRenderFns = []
57699
- defaultvue_type_template_id_07b2b3d0_render._withStripped = true
57621
+ var defaultvue_type_template_id_5522873a_staticRenderFns = []
57622
+ defaultvue_type_template_id_5522873a_render._withStripped = true
57700
57623
 
57701
57624
 
57702
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=07b2b3d0&
57625
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=5522873a&
57703
57626
 
57704
57627
  // 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=bd3da0e0&
57705
57628
  var userinfovue_type_template_id_bd3da0e0_render = function () {
@@ -58020,7 +57943,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
58020
57943
 
58021
57944
  switch (type) {
58022
57945
  case 'job':
58023
- utils_util["a" /* default */].ajax({ url: api["ub" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
57946
+ utils_util["a" /* default */].ajax({ url: api["vb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
58024
57947
  if (res.rCode == 0) {
58025
57948
  utils_util["a" /* default */].setStorage({
58026
57949
  type: _this3.storage,
@@ -58061,7 +57984,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
58061
57984
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
58062
57985
  initLogin && (initLogin = JSON.parse(initLogin));
58063
57986
  utils_util["a" /* default */].ajax({
58064
- url: api["Xb" /* updateUserInfo */],
57987
+ url: api["Yb" /* updateUserInfo */],
58065
57988
  params: {
58066
57989
  email: this.values.email,
58067
57990
  officeTel: this.values.officeTel,
@@ -58122,7 +58045,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
58122
58045
  var notify = _this4.values.notify.sort().join(',');
58123
58046
  if (notify != _this4.notify.split(',').sort().join(',')) {
58124
58047
  utils_util["a" /* default */].ajax({
58125
- url: api["Wb" /* updateUserCustomInfo */],
58048
+ url: api["Xb" /* updateUserCustomInfo */],
58126
58049
  params: {
58127
58050
  notify: notify
58128
58051
  }
@@ -58963,7 +58886,7 @@ messagevue_type_template_id_503171a2_render._withStripped = true
58963
58886
  if (this.pageNum <= this.pageCount) {
58964
58887
  this.loading = true;
58965
58888
  utils_util["a" /* default */].ajax({
58966
- url: api["vb" /* sysMsgPage */],
58889
+ url: api["wb" /* sysMsgPage */],
58967
58890
  params: {
58968
58891
  pageNum: reload ? 1 : this.pageNum,
58969
58892
  pageSize: this.pageSize
@@ -60055,16 +59978,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60055
59978
  }
60056
59979
  },
60057
59980
  mounted: function mounted() {
60058
- utils_util["a" /* default */].win.reLogin = this.handleReLogin;
60059
59981
  this.handleListener();
60060
- utils_util["a" /* default */].win.refresh = this.handleRefresh;
60061
- utils_util["a" /* default */].win.jumpMenu = this.jumpMenu;
60062
- if (utils_util["a" /* default */].win.$wujie) {
60063
- utils_util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
60064
- utils_util["a" /* default */].updateTheme(res);
60065
- });
60066
- }
60067
- utils_util["a" /* default */].win.windowOpen = this.openPage;
60068
59982
  utils_util["a" /* default */].win.addEventListener('popstate', this.stateHandle, false);
60069
59983
  },
60070
59984
 
@@ -60157,7 +60071,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60157
60071
  return;
60158
60072
  }
60159
60073
  utils_util["a" /* default */].ajax({
60160
- url: api["Wb" /* updateUserCustomInfo */],
60074
+ url: api["Xb" /* updateUserCustomInfo */],
60161
60075
  params: { color: escape(color.toLowerCase()) },
60162
60076
  data: { color: escape(color.toLowerCase()) }
60163
60077
  }).then(function (res) {
@@ -60343,7 +60257,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60343
60257
  var ids = void 0;
60344
60258
  if (typeof option.url === 'string') {
60345
60259
  if (option.isUrl || option.url.indexOf('.html') > -1 || option.url.indexOf('.dhtml') > -1 || option.url.indexOf('/#/') > -1 || option.url.indexOf('#/') > -1) {
60346
- option.isUrlc = true;
60260
+ option.isUrl = true;
60347
60261
  ids = this.getId(this.menus, option.url);
60348
60262
  if (!ids) {
60349
60263
  if (option.url.indexOf('.html') === -1 && option.url.indexOf('#/') === -1) {
@@ -60381,6 +60295,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60381
60295
  }
60382
60296
  } else {
60383
60297
  ids = option.url.split(',');
60298
+ if (ids.length == 1) {
60299
+ ids = this.getId(this.menus, option.url);
60300
+ }
60384
60301
  }
60385
60302
  } else {
60386
60303
  ids = option.url;
@@ -60399,33 +60316,68 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60399
60316
  }
60400
60317
  for (var i = 0; i < menus.length; i++) {
60401
60318
  var item = menus[i];
60402
- if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
60403
- var id = this.getId(item.children, url);
60404
- if (id) {
60405
- if (typeof id === 'string') {
60319
+ if (item.id === url) {
60320
+ if (item.url) {
60321
+ if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
60322
+ var id = this.getId(item.children, item.url);
60323
+ if (id) {
60324
+ if (typeof id === 'string') {
60325
+ this.isTabs = false;
60326
+ }
60327
+ if (item.pid === 'root' || Array.isArray(id)) {
60328
+ return [item.id].concat(id);
60329
+ } else if (typeof id === 'string') {
60330
+ return [item.id, id];
60331
+ }
60332
+ return id;
60333
+ }
60334
+ } else if (Object.prototype.hasOwnProperty.call(item, 'fourthTabs') && item.fourthTabs.length) {
60335
+ var _id = this.getId(item.fourthTabs, item.url);
60336
+ if (_id) {
60337
+ if (typeof _id === 'string') {
60338
+ this.isTabs = true;
60339
+ }
60340
+ if (item.pid === 'root') {
60341
+ return [item.id].concat(_id);
60342
+ } else if (typeof _id === 'string') {
60343
+ return [item.id, _id];
60344
+ }
60345
+ return _id;
60346
+ }
60347
+ } else {
60348
+ return item.id;
60349
+ }
60350
+ } else {
60351
+ console.error(item);
60352
+ return false;
60353
+ }
60354
+ } else if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
60355
+ var _id2 = this.getId(item.children, url);
60356
+ if (_id2) {
60357
+ if (typeof _id2 === 'string') {
60406
60358
  this.isTabs = false;
60407
60359
  }
60408
- if (item.pid === 'root' || Array.isArray(id)) {
60409
- return [item.id].concat(id);
60410
- } else if (typeof id === 'string') {
60411
- return [item.id, id];
60360
+ if (item.pid === 'root' || Array.isArray(_id2)) {
60361
+ return [item.id].concat(_id2);
60362
+ } else if (typeof _id2 === 'string') {
60363
+ return [item.id, _id2];
60412
60364
  }
60413
- return id;
60365
+ return _id2;
60414
60366
  }
60415
60367
  } else if (Object.prototype.hasOwnProperty.call(item, 'fourthTabs') && item.fourthTabs.length) {
60416
- var _id = this.getId(item.fourthTabs, url);
60417
- if (_id) {
60418
- if (typeof _id === 'string') {
60368
+ var _id3 = this.getId(item.fourthTabs, url);
60369
+ if (_id3) {
60370
+ if (typeof _id3 === 'string') {
60419
60371
  this.isTabs = true;
60420
60372
  }
60421
60373
  if (item.pid === 'root') {
60422
- return [item.id].concat(_id);
60423
- } else if (typeof _id === 'string') {
60424
- return [item.id, _id];
60374
+ return [item.id].concat(_id3);
60375
+ } else if (typeof _id3 === 'string') {
60376
+ return [item.id, _id3];
60425
60377
  }
60426
- return _id;
60378
+ return _id3;
60427
60379
  }
60428
- } else if (item.id === url || item.url == url) {
60380
+ } else if (item.url == url) {
60429
60381
  return item.id;
60430
60382
  } else {
60431
60383
  if (item.url) {
@@ -60676,7 +60628,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60676
60628
  this.sysId = '';
60677
60629
  this.tabsId = '';
60678
60630
  this.active = '';
60679
- this.getUrl(res, active, param);
60631
+ this.getUrl(res, active[active.length - 1], param);
60680
60632
  if (this.layout === 'subsystem' || this.layout === 'subSystem' || this.layout === 'topnav' || this.layout === 'topNav' || this.layout === 'topside' || this.layout === 'topSide') {
60681
60633
  if (this.layout === 'subsystem' || this.layout === 'subSystem') {
60682
60634
  this.navs = [];
@@ -60715,7 +60667,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60715
60667
  this.subsystem = [];
60716
60668
  this.menu = res;
60717
60669
  if (this.biserial) {
60718
- this.active = active.slice(0, active.length > 2 ? active.length - 1 : active.length);
60670
+ this.active = active.slice(0, this.tabs && this.tabs.length ? active.length - 1 : active.length);
60719
60671
  } else {
60720
60672
  this.active = active.slice(1);
60721
60673
  }
@@ -60725,34 +60677,29 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60725
60677
  },
60726
60678
 
60727
60679
  //获取页面类型及地址
60728
- getUrl: function getUrl(res, active, index, param) {
60729
- index = index === undefined ? 0 : index;
60680
+ getUrl: function getUrl(res, active, param) {
60730
60681
  for (var i = 0; i < res.length; i++) {
60731
60682
  var item = res[i];
60732
- if (item.id === active[index]) {
60733
- if (index === active.length - 1) {
60683
+ if (item.id === active) {
60684
+ if (item.url) {
60734
60685
  this.handleJump(item.url, item.urlopenmode, item, param);
60735
60686
  return item.url;
60736
60687
  } else {
60737
- if (item.children && item.children.length) {
60738
- index++;
60739
- var url = this.getUrl(item.children, active, index, param);
60740
- if (url && index === active.length - 1) {
60741
- this.tabs = '';
60742
- }
60743
- return url;
60688
+ console.error(item);
60689
+ }
60690
+ } else {
60691
+ if (item.children && item.children.length) {
60692
+ var url = this.getUrl(item.children, active, param);
60693
+ if (url) {
60694
+ this.tabs = '';
60744
60695
  }
60745
- if (item.fourthTabs && item.fourthTabs.length) {
60746
- index++;
60747
- var _url2 = this.getUrl(item.fourthTabs, active, index, param);
60748
- if (_url2) {
60749
- this.$set(this, 'tabs', item.fourthTabs);
60750
- }
60751
- return _url2;
60696
+ }
60697
+ if (item.fourthTabs && item.fourthTabs.length) {
60698
+ var _url2 = this.getUrl(item.fourthTabs, active, param);
60699
+ if (_url2) {
60700
+ this.$set(this, 'tabs', item.fourthTabs);
60752
60701
  }
60753
60702
  }
60754
- } else if (item.children && item.children.length) {
60755
- this.getUrl(item.children, active, index, param);
60756
60703
  }
60757
60704
  }
60758
60705
  return false;
@@ -60771,6 +60718,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60771
60718
 
60772
60719
  //应用导航交互
60773
60720
  handleSelect: function handleSelect(res, type, open) {
60721
+ var _this6 = this;
60722
+
60774
60723
  var node = res.node,
60775
60724
  fourthTabs = res.fourthTabs;
60776
60725
 
@@ -60873,13 +60822,16 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60873
60822
  }
60874
60823
  //this.navIds = this.getId(this.menus, tab.url);
60875
60824
  }
60876
- } else {
60877
- var _tab = (node.fourthTabs || []).filter(function (item) {
60825
+ } else if (node.fourthTabs && node.fourthTabs.length) {
60826
+ this.tabs = [];
60827
+ var _tab = node.fourthTabs.filter(function (item) {
60878
60828
  return item.url === node.url;
60879
60829
  })[0];
60880
60830
  if (_tab) {
60881
- this.tabs = node.fourthTabs;
60882
60831
  this.tabsId = _tab.id;
60832
+ this.$nextTick(function () {
60833
+ _this6.tabs = node.fourthTabs;
60834
+ });
60883
60835
  //this.navIds = this.getId(this.menus, tab.url);
60884
60836
  } else {
60885
60837
  //this.navIds = this.getId(this.menus, node.url);
@@ -60887,8 +60839,10 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60887
60839
  }
60888
60840
  } else {
60889
60841
  if (node.fourthTabs.length) {
60890
- this.tabs = node.fourthTabs;
60891
60842
  this.tabsId = this.tabs[0].id;
60843
+ this.$nextTick(function () {
60844
+ _this6.tabs = node.fourthTabs;
60845
+ });
60892
60846
  this.handleJump(this.tabs[0].url, this.tabs[0].urlopenmode, this.tabs[0]);
60893
60847
  //this.navIds = this.getId(this.menus, this.tabs[0].url);
60894
60848
  }
@@ -60952,7 +60906,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60952
60906
 
60953
60907
  //头部工具交互事件
60954
60908
  handleClick: function handleClick(res) {
60955
- var _this6 = this;
60909
+ var _this7 = this;
60956
60910
 
60957
60911
  var type = res.type;
60958
60912
 
@@ -60973,7 +60927,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60973
60927
  this.setMenu(this.menus);
60974
60928
  }
60975
60929
  this.$nextTick(function () {
60976
- _this6.reset = true;
60930
+ _this7.reset = true;
60977
60931
  });
60978
60932
  break;
60979
60933
  case 'user':
@@ -61001,21 +60955,21 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61001
60955
 
61002
60956
  //刷新子页面、子路由
61003
60957
  handleRefresh: function handleRefresh() {
61004
- var _this7 = this;
60958
+ var _this8 = this;
61005
60959
 
61006
60960
  if (this.method === 'iframe') {
61007
60961
  this.page = utils_util["a" /* default */].handlerUrl(this.page);
61008
60962
  } else {
61009
60963
  this.refresh = false;
61010
60964
  this.$nextTick(function () {
61011
- _this7.refresh = true;
60965
+ _this8.refresh = true;
61012
60966
  });
61013
60967
  }
61014
60968
  },
61015
60969
 
61016
60970
  //跳转页面
61017
60971
  handleJump: function handleJump(page, type, res, param) {
61018
- var _this8 = this;
60972
+ var _this9 = this;
61019
60973
 
61020
60974
  this.navIds = this.getId(this.menus, page);
61021
60975
  console.log(page);
@@ -61047,7 +61001,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61047
61001
  this.wjName = 'singlespa';
61048
61002
  this.page = this.host + page;
61049
61003
  this.$nextTick(function () {
61050
- _this8.refresh = true;
61004
+ _this9.refresh = true;
61051
61005
  });
61052
61006
  } else if (urls[0].indexOf('.dhtml') > 0 || urls[0].indexOf('.html') > 0 && urls[0].indexOf('.html#') === -1) {
61053
61007
  this.method = 'iframe';
@@ -61079,7 +61033,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61079
61033
  query: params
61080
61034
  });
61081
61035
  this.$nextTick(function () {
61082
- _this8.refresh = true;
61036
+ _this9.refresh = true;
61083
61037
  });
61084
61038
  } else {
61085
61039
  var urlopenmode = utils_util["a" /* default */].getParams({
@@ -61095,7 +61049,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61095
61049
  this.wjName = res && res.appCode ? res.appCode : 'application';
61096
61050
  this.page = this.host + page;
61097
61051
  this.$nextTick(function () {
61098
- _this8.refresh = true;
61052
+ _this9.refresh = true;
61099
61053
  });
61100
61054
  }
61101
61055
  }
@@ -61104,14 +61058,14 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61104
61058
  this.refresh = false;
61105
61059
  this.page = utils_util["a" /* default */].handlerUrl(page, param);
61106
61060
  this.$nextTick(function () {
61107
- _this8.refresh = true;
61061
+ _this9.refresh = true;
61108
61062
  });
61109
61063
  }
61110
61064
  }
61111
61065
  }
61112
61066
  }
61113
61067
  this.$nextTick(function () {
61114
- _this8.showPage = true;
61068
+ _this9.showPage = true;
61115
61069
  });
61116
61070
  },
61117
61071
 
@@ -61223,7 +61177,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61223
61177
 
61224
61178
  //监听改变菜单
61225
61179
  handleListener: function handleListener() {
61226
- var _this9 = this;
61180
+ var _this10 = this;
61227
61181
 
61228
61182
  utils_util["a" /* default */].win.addEventListener('message', function (e) {
61229
61183
  var msg = e.data;
@@ -61232,49 +61186,49 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61232
61186
  if (typeof res === 'string') {
61233
61187
  res = res.split(',');
61234
61188
  }
61235
- _this9.setDefault(_this9.menus, res);
61189
+ _this10.setDefault(_this10.menus, res);
61236
61190
  }
61237
61191
  }, false);
61238
61192
  },
61239
61193
 
61240
61194
  //开启weosocket
61241
61195
  initWebSocket: function initWebSocket() {
61242
- var _this10 = this;
61196
+ var _this11 = this;
61243
61197
 
61244
61198
  this.webSocket = utils_util["a" /* default */].socket({
61245
- url: api["dc" /* wss */],
61246
- take: api["Tb" /* topic */],
61199
+ url: api["ec" /* wss */],
61200
+ take: api["Ub" /* topic */],
61247
61201
  success: function success(res) {
61248
61202
  var data = res.data || {};
61249
61203
  for (var i in data) {
61250
61204
  if (data[i] !== null && data[i] !== undefined) {
61251
61205
  if (i === 'onlineUserNums' && data[i] > 0) {
61252
- _this10.online = data[i];
61206
+ _this11.online = data[i];
61253
61207
  }
61254
61208
  if (i === 'sysMsgNums') {
61255
- _this10.notice = data[i];
61256
- if (_this10.showMsg) {
61257
- _this10.$refs.message.getMsg(true);
61209
+ _this11.notice = data[i];
61210
+ if (_this11.showMsg) {
61211
+ _this11.$refs.message.getMsg(true);
61258
61212
  }
61259
61213
  }
61260
61214
  if (i === 'menuTipsMap') {
61261
- _this10.menuTips = data[i];
61215
+ _this11.menuTips = data[i];
61262
61216
  }
61263
61217
  if (i === 'sysMsgList') {
61264
- _this10.sysMsg = data[i];
61218
+ _this11.sysMsg = data[i];
61265
61219
  }
61266
61220
  if (i === 'extraData') {
61267
- _this10.extraData = data[i];
61221
+ _this11.extraData = data[i];
61268
61222
  }
61269
61223
  }
61270
61224
  }
61271
- if (_this10.$store) {
61225
+ if (_this11.$store) {
61272
61226
  try {
61273
- _this10.$store.commit('websocket', data);
61227
+ _this11.$store.commit('websocket', data);
61274
61228
  } catch (error) {}
61275
61229
  }
61276
- if (_this10.$eventBus) {
61277
- _this10.$eventBus.$emit('websocket', data);
61230
+ if (_this11.$eventBus) {
61231
+ _this11.$eventBus.$emit('websocket', data);
61278
61232
  }
61279
61233
  if (utils_util["a" /* default */].win.eventBus) {
61280
61234
  utils_util["a" /* default */].win.eventBus.$emit('websocket', data);
@@ -61283,13 +61237,13 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61283
61237
  });
61284
61238
  },
61285
61239
  handleOpened: function handleOpened(res) {
61286
- var _this11 = this;
61240
+ var _this12 = this;
61287
61241
 
61288
61242
  if (res === undefined) {
61289
61243
  this.sysMsg = [];
61290
61244
  } else if (res == false && this.sysMsg.length) {
61291
61245
  this.sysMsgOut = setTimeout(function () {
61292
- _this11.sysMsg = [];
61246
+ _this12.sysMsg = [];
61293
61247
  }, 3000);
61294
61248
  } else if (this.sysMsgOut) {
61295
61249
  clearTimeout(this.sysMsgOut);
@@ -61309,104 +61263,6 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61309
61263
  var n = parseInt(this.menuTips[id], 10) - 1;
61310
61264
  this.$set(this.menuTips, id, n);
61311
61265
  }
61312
- },
61313
- handleReLogin: function handleReLogin(res) {
61314
- var _this12 = this;
61315
-
61316
- if (res && typeof res == 'string') {
61317
- res = JSON.parse(res);
61318
- }
61319
- var msg = '提示';
61320
- var btn = {
61321
- confirmButtonText: '确定',
61322
- cancelButtonText: '取消',
61323
- closeOnClickModal: false,
61324
- type: 'warning'
61325
- };
61326
- if (res) {
61327
- if (res.rCode === 69) {
61328
- msg = '该账号在其他地方已登陆!';
61329
- btn = {
61330
- confirmButtonText: '确定',
61331
- closeOnClickModal: false,
61332
- type: 'warning'
61333
- };
61334
- } else {
61335
- msg = '登录已过期,请重新登录!';
61336
- }
61337
- }
61338
- cl;
61339
- var remind = sessionStorage.getItem('remind');
61340
- if (!remind) {
61341
- clearTimeout(this.timer);
61342
- this.timer = setTimeout(function () {
61343
- console.log('handleReLogin');
61344
- sessionStorage.setItem('remind', 1);
61345
- _this12.$confirm(msg, btn).then(function () {
61346
- utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
61347
- var loginPage = utils_util["a" /* default */].getStorage('login') || utils_util["a" /* default */].getStorage('loginPage');
61348
- try {
61349
- if (loginPage) {
61350
- var src = void 0;
61351
- if (!utils_util["a" /* default */].startWith(loginPage, ['http', '/'], true)) {
61352
- var pathname = utils_util["a" /* default */].win.top.location.pathname;
61353
- if (pathname !== '/') {
61354
- pathname = pathname.split('/');
61355
- pathname.splice(pathname.length - 1);
61356
- pathname = pathname.join('/');
61357
- src = pathname + '/' + loginPage.replace('./', '');
61358
- } else {
61359
- src = pathname + loginPage.replace('./', '');
61360
- }
61361
- } else {
61362
- src = loginPage;
61363
- }
61364
- utils_util["a" /* default */].win.top.location.href = src;
61365
- } else if (utils_util["a" /* default */].win.top.location.href.indexOf('main.html') > -1) {
61366
- utils_util["a" /* default */].win.top.location.href = './login.html';
61367
- } else {
61368
- var hash = utils_util["a" /* default */].win.top.location.hash;
61369
- if (hash) {
61370
- var len = utils_util["a" /* default */].win.top.location.href.indexOf(hash);
61371
- utils_util["a" /* default */].win.top.location.href = utils_util["a" /* default */].win.location.href.slice(0, len) + '#/login';
61372
- } else {
61373
- utils_util["a" /* default */].win.top.location.href = '/login.html';
61374
- }
61375
- }
61376
- } catch (error) {
61377
- utils_util["a" /* default */].win.postMessage({ type: 1 }, '*');
61378
- }
61379
- }).catch(function (e) {
61380
- sessionStorage.removeItem('remind');
61381
- });
61382
- }, 2000);
61383
- }
61384
- },
61385
- openPage: function openPage(url, name, width, height) {
61386
- var src = url;
61387
- if (!utils_util["a" /* default */].startWith(url, ['http', '/'], true)) {
61388
- var pathname = window.location.pathname;
61389
- if (pathname !== '/') {
61390
- pathname = pathname.split('/');
61391
- pathname.splice(pathname.length - 1);
61392
- pathname = pathname.join('/');
61393
- }
61394
- src = pathname + url.replace('./', '/');
61395
- }
61396
- if (name) {
61397
- var w = 0;
61398
- var h = 0;
61399
- try {
61400
- w = width ? width : utils_util["a" /* default */].win.top.screen.availWidth - 10;
61401
- h = height ? height : utils_util["a" /* default */].win.top.screen.availHeight - 60;
61402
- } catch (error) {
61403
- w = width ? width : utils_util["a" /* default */].win.screen.availWidth - 10;
61404
- h = height ? height : utils_util["a" /* default */].win.screen.availHeight - 60;
61405
- }
61406
- return utils_util["a" /* default */].win.open(src, name, 'width=' + w + 'px,height=' + h + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
61407
- } else {
61408
- return utils_util["a" /* default */].win.open(src);
61409
- }
61410
61266
  }
61411
61267
  },
61412
61268
  beforeDestroy: function beforeDestroy() {
@@ -61429,8 +61285,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61429
61285
 
61430
61286
  var default_component = normalizeComponent(
61431
61287
  src_defaultvue_type_script_lang_js_,
61432
- defaultvue_type_template_id_07b2b3d0_render,
61433
- defaultvue_type_template_id_07b2b3d0_staticRenderFns,
61288
+ defaultvue_type_template_id_5522873a_render,
61289
+ defaultvue_type_template_id_5522873a_staticRenderFns,
61434
61290
  false,
61435
61291
  null,
61436
61292
  null,
@@ -61490,16 +61346,104 @@ var default_component = normalizeComponent(
61490
61346
  this.appCode = this.params.appCode;
61491
61347
  this.getConfig(this.params);
61492
61348
  },
61493
- mounted: function mounted() {},
61349
+ mounted: function mounted() {
61350
+ if (utils_util["a" /* default */].win.$wujie) {
61351
+ utils_util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
61352
+ utils_util["a" /* default */].updateTheme(res);
61353
+ });
61354
+ }
61355
+ utils_util["a" /* default */].win.reLogin = this.handleReLogin;
61356
+ utils_util["a" /* default */].win.windowOpen = this.openPage;
61357
+ utils_util["a" /* default */].win.refresh = this.$refs.main.handleRefresh;
61358
+ utils_util["a" /* default */].win.jumpMenu = this.$refs.main.jumpMenu;
61359
+ },
61494
61360
 
61495
61361
  methods: {
61362
+ /**
61363
+ * @desc:重新登录
61364
+ * @author huangbo
61365
+ * @date 2024年9月7日
61366
+ **/
61367
+ handleReLogin: function handleReLogin(res) {
61368
+ var _this = this;
61369
+
61370
+ if (res && typeof res == 'string') {
61371
+ res = JSON.parse(res);
61372
+ }
61373
+ var msg = '提示';
61374
+ var btn = {
61375
+ confirmButtonText: '确定',
61376
+ cancelButtonText: '取消',
61377
+ closeOnClickModal: false,
61378
+ type: 'warning'
61379
+ };
61380
+ if (res) {
61381
+ if (res.rCode === 69) {
61382
+ msg = '该账号在其他地方已登陆!';
61383
+ btn = {
61384
+ confirmButtonText: '确定',
61385
+ closeOnClickModal: false,
61386
+ type: 'warning'
61387
+ };
61388
+ } else {
61389
+ msg = '登录已过期,请重新登录!';
61390
+ }
61391
+ }
61392
+ cl;
61393
+ var remind = sessionStorage.getItem('remind');
61394
+ if (!remind) {
61395
+ clearTimeout(this.timer);
61396
+ this.timer = setTimeout(function () {
61397
+ console.log('handleReLogin');
61398
+ sessionStorage.setItem('remind', 1);
61399
+ _this.$confirm(msg, btn).then(function () {
61400
+ utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
61401
+ var loginPage = utils_util["a" /* default */].getStorage('login') || utils_util["a" /* default */].getStorage('loginPage');
61402
+ try {
61403
+ if (loginPage) {
61404
+ var src = void 0;
61405
+ if (!utils_util["a" /* default */].startWith(loginPage, ['http', '/'], true)) {
61406
+ var pathname = utils_util["a" /* default */].win.top.location.pathname;
61407
+ if (pathname !== '/') {
61408
+ pathname = pathname.split('/');
61409
+ pathname.splice(pathname.length - 1);
61410
+ pathname = pathname.join('/');
61411
+ src = pathname + '/' + loginPage.replace('./', '');
61412
+ } else {
61413
+ src = pathname + loginPage.replace('./', '');
61414
+ }
61415
+ } else {
61416
+ src = loginPage;
61417
+ }
61418
+ utils_util["a" /* default */].win.top.location.href = src;
61419
+ } else if (utils_util["a" /* default */].win.top.location.href.indexOf('main.html') > -1) {
61420
+ utils_util["a" /* default */].win.top.location.href = './login.html';
61421
+ } else {
61422
+ var hash = utils_util["a" /* default */].win.top.location.hash;
61423
+ if (hash) {
61424
+ var len = utils_util["a" /* default */].win.top.location.href.indexOf(hash);
61425
+ utils_util["a" /* default */].win.top.location.href = utils_util["a" /* default */].win.location.href.slice(0, len) + '#/login';
61426
+ } else {
61427
+ utils_util["a" /* default */].win.top.location.href = '/login.html';
61428
+ }
61429
+ }
61430
+ } catch (error) {
61431
+ utils_util["a" /* default */].win.postMessage({ type: 1 }, '*');
61432
+ }
61433
+ }).catch(function (e) {
61434
+ sessionStorage.removeItem('remind');
61435
+ });
61436
+ }, 2000);
61437
+ }
61438
+ },
61439
+
61496
61440
  /**
61497
61441
  * @desc:获取系统配置
61498
61442
  * @author huangbo
61499
61443
  * @date 2024年9月7日
61500
61444
  **/
61501
61445
  getConfig: function getConfig(query) {
61502
- var _this = this;
61446
+ var _this2 = this;
61503
61447
 
61504
61448
  var token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
61505
61449
  if (!token && Object.prototype.hasOwnProperty.call(query, 'serverId') && Object.prototype.hasOwnProperty.call(query, 'authType')) {
@@ -61508,9 +61452,41 @@ var default_component = normalizeComponent(
61508
61452
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
61509
61453
  if (!mainConfig || mainConfig == '{}') {
61510
61454
  utils_util["a" /* default */].getMainConfig(function (res) {
61511
- _this.$refs.main.init(res);
61455
+ _this2.$refs.main.init(res);
61512
61456
  });
61513
61457
  }
61458
+ },
61459
+
61460
+ /**
61461
+ * @desc:打开页面
61462
+ * @author huangbo
61463
+ * @date 2024年9月7日
61464
+ **/
61465
+ openPage: function openPage(url, name, width, height) {
61466
+ var src = url;
61467
+ if (!utils_util["a" /* default */].startWith(url, ['http', '/'], true)) {
61468
+ var pathname = window.location.pathname;
61469
+ if (pathname !== '/') {
61470
+ pathname = pathname.split('/');
61471
+ pathname.splice(pathname.length - 1);
61472
+ pathname = pathname.join('/');
61473
+ }
61474
+ src = pathname + url.replace('./', '/');
61475
+ }
61476
+ if (name) {
61477
+ var w = 0;
61478
+ var h = 0;
61479
+ try {
61480
+ w = width ? width : utils_util["a" /* default */].win.top.screen.availWidth - 10;
61481
+ h = height ? height : utils_util["a" /* default */].win.top.screen.availHeight - 60;
61482
+ } catch (error) {
61483
+ w = width ? width : utils_util["a" /* default */].win.screen.availWidth - 10;
61484
+ h = height ? height : utils_util["a" /* default */].win.screen.availHeight - 60;
61485
+ }
61486
+ return utils_util["a" /* default */].win.open(src, name, 'width=' + w + 'px,height=' + h + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
61487
+ } else {
61488
+ return utils_util["a" /* default */].win.open(src);
61489
+ }
61514
61490
  }
61515
61491
  },
61516
61492
  beforeDestroy: function beforeDestroy() {}
@@ -61527,8 +61503,8 @@ var default_component = normalizeComponent(
61527
61503
 
61528
61504
  var main_src_main_component = normalizeComponent(
61529
61505
  packages_main_src_mainvue_type_script_lang_js_,
61530
- mainvue_type_template_id_2a102c10_render,
61531
- mainvue_type_template_id_2a102c10_staticRenderFns,
61506
+ mainvue_type_template_id_d62e142c_render,
61507
+ mainvue_type_template_id_d62e142c_staticRenderFns,
61532
61508
  false,
61533
61509
  null,
61534
61510
  null,
@@ -61655,7 +61631,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
61655
61631
  } else {
61656
61632
  this.$nextTick(function () {
61657
61633
  var w = 0;
61658
- Array.from(_this2.$refs.menu.$el.children).forEach(function (item) {
61634
+ _this2.$refs.menu && Array.from(_this2.$refs.menu.$el.children).forEach(function (item) {
61659
61635
  w += item.getBoundingClientRect().width;
61660
61636
  });
61661
61637
  var styles = window.getComputedStyle(_this2.$refs.menu.$el);
@@ -62818,7 +62794,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
62818
62794
  text: '重发',
62819
62795
  format: false,
62820
62796
  method: 'post',
62821
- action: api["qb" /* sendBatch */]
62797
+ action: api["rb" /* sendBatch */]
62822
62798
  }]
62823
62799
  }];
62824
62800
  }
@@ -63005,13 +62981,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
63005
62981
  },
63006
62982
  data: function data() {
63007
62983
  return {
63008
- sendList: api["sb" /* sendList */],
63009
- sendBatch: api["qb" /* sendBatch */],
62984
+ sendList: api["tb" /* sendList */],
62985
+ sendBatch: api["rb" /* sendBatch */],
63010
62986
  tableCount: 0,
63011
62987
  selectData: [],
63012
62988
  formTitle: '',
63013
62989
  showForm: false,
63014
- formData: api["rb" /* sendInfo */],
62990
+ formData: api["sb" /* sendInfo */],
63015
62991
  params: {},
63016
62992
  sendTypeDict: [],
63017
62993
  statusDict: []
@@ -63030,7 +63006,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
63030
63006
  type: 'primary',
63031
63007
  checkbox: true,
63032
63008
  format: false,
63033
- action: api["qb" /* sendBatch */]
63009
+ action: api["rb" /* sendBatch */]
63034
63010
  }]
63035
63011
  }, {
63036
63012
  type: 'search',
@@ -65080,7 +65056,7 @@ mainvue_type_template_id_70256784_render._withStripped = true
65080
65056
  uuid: this.uuid
65081
65057
  };
65082
65058
  utils_util["a" /* default */].ajax({
65083
- url: api["pb" /* scanCodeRetrialAuth */],
65059
+ url: api["qb" /* scanCodeRetrialAuth */],
65084
65060
  method: 'post',
65085
65061
  data: params,
65086
65062
  params: params
@@ -80843,7 +80819,7 @@ var _props;
80843
80819
  this.fileTotalSize = config.totalSize;
80844
80820
  this.dochubConfig = config.dochubConfig || {};
80845
80821
 
80846
- var url = this.portrait ? this.dochubConfig.reuploadDocument || api["Zb" /* uploadOnlyOne */] : this.dochubConfig.uploadDocument || api["bc" /* uploads */];
80822
+ var url = this.portrait ? this.dochubConfig.reuploadDocument || api["ac" /* uploadOnlyOne */] : this.dochubConfig.uploadDocument || api["cc" /* uploads */];
80847
80823
  this.url = url.indexOf(this.host) > -1 ? url : this.host + url;
80848
80824
  } else {
80849
80825
  utils_util["a" /* default */].ajax({
@@ -80862,7 +80838,7 @@ var _props;
80862
80838
  }).join(',');
80863
80839
  }
80864
80840
  _this3.dochubConfig = res.results.dochubConfig || {};
80865
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocument || api["Zb" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocument || api["bc" /* uploads */];
80841
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocument || api["ac" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocument || api["cc" /* uploads */];
80866
80842
  _this3.url = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
80867
80843
  if (res.results.kkViewRootPath) {
80868
80844
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -81146,7 +81122,7 @@ var _props;
81146
81122
  }
81147
81123
  },
81148
81124
  handleDownloads: function handleDownloads() {
81149
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocument || api["Yb" /* uploadDownloads */];
81125
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocument || api["Zb" /* uploadDownloads */];
81150
81126
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
81151
81127
  },
81152
81128
  handleDownload: function handleDownload(file) {
@@ -81186,7 +81162,7 @@ var _props;
81186
81162
  ids = ids.join(',');
81187
81163
  utils_util["a" /* default */].ajax({
81188
81164
  method: this.method,
81189
- url: this.dochubConfig.sortDocumentsUrl || api["ac" /* uploadSort */],
81165
+ url: this.dochubConfig.sortDocumentsUrl || api["bc" /* uploadSort */],
81190
81166
  data: {
81191
81167
  ids: ids
81192
81168
  },
@@ -81779,7 +81755,7 @@ if (typeof window !== 'undefined' && window.Vue) {
81779
81755
  }
81780
81756
 
81781
81757
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
81782
- version: '0.5.81-beta14',
81758
+ version: '0.5.81-beta15',
81783
81759
  install: install,
81784
81760
  Button: packages_button,
81785
81761
  ButtonGroup: button_group,