eoss-ui 0.5.81-beta14 → 0.5.81-beta16

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 (120) 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/clients.js +4 -3
  6. package/lib/config/api.js +2 -1
  7. package/lib/data-table-form.js +48 -46
  8. package/lib/data-table.js +55 -54
  9. package/lib/date-picker.js +48 -46
  10. package/lib/dialog.js +48 -46
  11. package/lib/eoss-ui.common.js +429 -447
  12. package/lib/flow-group.js +48 -46
  13. package/lib/flow-list.js +49 -47
  14. package/lib/flow.js +68 -66
  15. package/lib/form.js +48 -46
  16. package/lib/handle-user.js +49 -47
  17. package/lib/handler.js +48 -46
  18. package/lib/icon.js +48 -46
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +48 -46
  21. package/lib/input.js +48 -46
  22. package/lib/login.js +57 -50
  23. package/lib/main.js +360 -383
  24. package/lib/menu.js +1 -1
  25. package/lib/nav.js +48 -46
  26. package/lib/notify.js +53 -51
  27. package/lib/page.js +48 -46
  28. package/lib/pagination.js +48 -46
  29. package/lib/player.js +48 -46
  30. package/lib/qr-code.js +48 -46
  31. package/lib/radio-group.js +48 -46
  32. package/lib/retrial-auth.js +49 -47
  33. package/lib/select-ganged.js +48 -46
  34. package/lib/select.js +48 -46
  35. package/lib/selector-panel.js +48 -46
  36. package/lib/selector.js +48 -46
  37. package/lib/sizer.js +48 -46
  38. package/lib/steps.js +48 -46
  39. package/lib/switch.js +48 -46
  40. package/lib/table-form.js +48 -46
  41. package/lib/tabs.js +48 -46
  42. package/lib/tips.js +48 -46
  43. package/lib/tree-group.js +48 -46
  44. package/lib/tree.js +48 -46
  45. package/lib/upload.js +52 -50
  46. package/lib/wujie.js +48 -46
  47. package/lib/wxlogin.js +48 -46
  48. package/package.json +2 -2
  49. package/packages/clients/src/main.vue +2 -1
  50. package/packages/data-table/src/forms.vue +414 -0
  51. package/packages/data-table/src/sizer.vue +0 -1
  52. package/packages/login/src/main.vue +3 -2
  53. package/packages/main/src/default/index.vue +79 -162
  54. package/packages/main/src/main.vue +139 -1
  55. package/packages/main/src/simplicity/index.vue +18 -121
  56. package/packages/main/src/simplicity/menu-list.vue +1 -1
  57. package/packages/main/src/simplicity/sub-menu.vue +13 -4
  58. package/packages/menu/src/main.vue +4 -3
  59. package/packages/theme-chalk/lib/base.css +1 -0
  60. package/packages/theme-chalk/lib/button-group.css +1 -0
  61. package/packages/theme-chalk/lib/button.css +1 -0
  62. package/packages/theme-chalk/lib/calendar.css +1 -0
  63. package/packages/theme-chalk/lib/card.css +1 -0
  64. package/packages/theme-chalk/lib/cascader.css +0 -0
  65. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  66. package/packages/theme-chalk/lib/clients.css +1 -0
  67. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  68. package/packages/theme-chalk/lib/data-table.css +1 -0
  69. package/packages/theme-chalk/lib/date-picker.css +1 -0
  70. package/packages/theme-chalk/lib/dialog.css +1 -0
  71. package/packages/theme-chalk/lib/enterprise.css +1 -0
  72. package/packages/theme-chalk/lib/error-page.css +1 -0
  73. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  74. package/packages/theme-chalk/lib/flow-group.css +1 -0
  75. package/packages/theme-chalk/lib/flow-list.css +1 -0
  76. package/packages/theme-chalk/lib/flow.css +1 -0
  77. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  78. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  79. package/packages/theme-chalk/lib/form.css +1 -0
  80. package/packages/theme-chalk/lib/handle-user.css +1 -0
  81. package/packages/theme-chalk/lib/handler.css +1 -0
  82. package/packages/theme-chalk/lib/icon.css +1 -0
  83. package/packages/theme-chalk/lib/icons.css +1 -0
  84. package/packages/theme-chalk/lib/index.css +1 -0
  85. package/packages/theme-chalk/lib/input-number.css +0 -0
  86. package/packages/theme-chalk/lib/input.css +1 -0
  87. package/packages/theme-chalk/lib/label.css +1 -0
  88. package/packages/theme-chalk/lib/layout.css +1 -0
  89. package/packages/theme-chalk/lib/login.css +1 -0
  90. package/packages/theme-chalk/lib/main.css +1 -0
  91. package/packages/theme-chalk/lib/menu.css +1 -0
  92. package/packages/theme-chalk/lib/nav.css +1 -0
  93. package/packages/theme-chalk/lib/notify.css +0 -0
  94. package/packages/theme-chalk/lib/page.css +1 -0
  95. package/packages/theme-chalk/lib/pagination.css +1 -0
  96. package/packages/theme-chalk/lib/player.css +1 -0
  97. package/packages/theme-chalk/lib/qr-code.css +1 -0
  98. package/packages/theme-chalk/lib/radio-group.css +1 -0
  99. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  100. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  101. package/packages/theme-chalk/lib/select.css +1 -0
  102. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  103. package/packages/theme-chalk/lib/selector.css +1 -0
  104. package/packages/theme-chalk/lib/simplicity.css +1 -0
  105. package/packages/theme-chalk/lib/sizer.css +1 -0
  106. package/packages/theme-chalk/lib/steps.css +1 -0
  107. package/packages/theme-chalk/lib/switch.css +1 -0
  108. package/packages/theme-chalk/lib/table-form.css +0 -0
  109. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  110. package/packages/theme-chalk/lib/tabs.css +1 -0
  111. package/packages/theme-chalk/lib/tips.css +1 -0
  112. package/packages/theme-chalk/lib/toolbar.css +1 -0
  113. package/packages/theme-chalk/lib/tree-group.css +1 -0
  114. package/packages/theme-chalk/lib/tree.css +1 -0
  115. package/packages/theme-chalk/lib/upload.css +1 -0
  116. package/packages/theme-chalk/lib/wujie.css +0 -0
  117. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  118. package/src/config/api.js +2 -1
  119. package/src/index.js +157 -157
  120. 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
  // 框架 - 系统消息
@@ -6560,8 +6562,8 @@ checkbox_group_src_main.install = function (Vue) {
6560
6562
  };
6561
6563
 
6562
6564
  /* harmony default export */ var checkbox_group = (checkbox_group_src_main);
6563
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=f0512042&
6564
- var mainvue_type_template_id_f0512042_render = function () {
6565
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=06ea11a3&
6566
+ var mainvue_type_template_id_06ea11a3_render = function () {
6565
6567
  var _vm = this
6566
6568
  var _h = _vm.$createElement
6567
6569
  var _c = _vm._self._c || _h
@@ -6663,7 +6665,7 @@ var mainvue_type_template_id_f0512042_render = function () {
6663
6665
  ],
6664
6666
  1
6665
6667
  ),
6666
- key == "ios"
6668
+ key == "ios" && _vm.showTips
6667
6669
  ? _c("div", { staticClass: "es-clients-remark" }, [
6668
6670
  _vm._v(
6669
6671
  "\n 备注: 苹果手机安装后请在设置- -通用- -设备管理中进行激活操作\n "
@@ -6717,7 +6719,7 @@ var mainvue_type_template_id_f0512042_render = function () {
6717
6719
  ),
6718
6720
  ])
6719
6721
  }
6720
- var mainvue_type_template_id_f0512042_staticRenderFns = [
6722
+ var mainvue_type_template_id_06ea11a3_staticRenderFns = [
6721
6723
  function () {
6722
6724
  var _vm = this
6723
6725
  var _h = _vm.$createElement
@@ -6728,10 +6730,10 @@ var mainvue_type_template_id_f0512042_staticRenderFns = [
6728
6730
  ])
6729
6731
  },
6730
6732
  ]
6731
- mainvue_type_template_id_f0512042_render._withStripped = true
6733
+ mainvue_type_template_id_06ea11a3_render._withStripped = true
6732
6734
 
6733
6735
 
6734
- // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=f0512042&
6736
+ // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=06ea11a3&
6735
6737
 
6736
6738
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=script&lang=js&
6737
6739
  //
@@ -6816,6 +6818,7 @@ mainvue_type_template_id_f0512042_render._withStripped = true
6816
6818
  name: 'EsClients',
6817
6819
  inheritAttrs: false,
6818
6820
  props: {
6821
+ showTips: Boolean,
6819
6822
  downloads: Object,
6820
6823
  logo: String,
6821
6824
  pcImage: {
@@ -6883,8 +6886,8 @@ mainvue_type_template_id_f0512042_render._withStripped = true
6883
6886
 
6884
6887
  var clients_src_main_component = normalizeComponent(
6885
6888
  packages_clients_src_mainvue_type_script_lang_js_,
6886
- mainvue_type_template_id_f0512042_render,
6887
- mainvue_type_template_id_f0512042_staticRenderFns,
6889
+ mainvue_type_template_id_06ea11a3_render,
6890
+ mainvue_type_template_id_06ea11a3_staticRenderFns,
6888
6891
  false,
6889
6892
  null,
6890
6893
  null,
@@ -8939,8 +8942,8 @@ var children_component = normalizeComponent(
8939
8942
  )
8940
8943
 
8941
8944
  /* 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 () {
8945
+ // 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&
8946
+ var sizervue_type_template_id_a70172f8_render = function () {
8944
8947
  var _vm = this
8945
8948
  var _h = _vm.$createElement
8946
8949
  var _c = _vm._self._c || _h
@@ -8992,11 +8995,11 @@ var sizervue_type_template_id_1e94400e_render = function () {
8992
8995
  )
8993
8996
  : _vm._e()
8994
8997
  }
8995
- var sizervue_type_template_id_1e94400e_staticRenderFns = []
8996
- sizervue_type_template_id_1e94400e_render._withStripped = true
8998
+ var sizervue_type_template_id_a70172f8_staticRenderFns = []
8999
+ sizervue_type_template_id_a70172f8_render._withStripped = true
8997
9000
 
8998
9001
 
8999
- // CONCATENATED MODULE: ./packages/data-table/src/sizer.vue?vue&type=template&id=1e94400e&
9002
+ // CONCATENATED MODULE: ./packages/data-table/src/sizer.vue?vue&type=template&id=a70172f8&
9000
9003
 
9001
9004
  // 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
9005
  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 +9089,6 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
9086
9089
  },
9087
9090
  mounted: function mounted() {
9088
9091
  this.newThead = utils_util["a" /* default */].extend(true, [], this.data);
9089
- console.log(this.mode, 90909);
9090
9092
  },
9091
9093
 
9092
9094
  methods: {
@@ -9169,8 +9171,8 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
9169
9171
 
9170
9172
  var sizer_component = normalizeComponent(
9171
9173
  src_sizervue_type_script_lang_js_,
9172
- sizervue_type_template_id_1e94400e_render,
9173
- sizervue_type_template_id_1e94400e_staticRenderFns,
9174
+ sizervue_type_template_id_a70172f8_render,
9175
+ sizervue_type_template_id_a70172f8_staticRenderFns,
9174
9176
  false,
9175
9177
  null,
9176
9178
  null,
@@ -33796,7 +33798,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
33796
33798
  }
33797
33799
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
33798
33800
  utils_util["a" /* default */].ajax({
33799
- url: data.id ? api["Vb" /* updateCommonOpinion */] : api["ob" /* saveCommonOpinion */],
33801
+ url: data.id ? api["Wb" /* updateCommonOpinion */] : api["pb" /* saveCommonOpinion */],
33800
33802
  data: info,
33801
33803
  header: { 'Content-Type': 'multipart/form-data' },
33802
33804
  method: 'post'
@@ -36368,7 +36370,7 @@ var processFormvue_type_script_lang_js_components;
36368
36370
  opinion: _this4.newOpinion || newOpinion
36369
36371
  };
36370
36372
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
36371
- utils_util["a" /* default */].ajax({ url: api["mb" /* register */], method: 'post', data: params }).then(function (res) {
36373
+ utils_util["a" /* default */].ajax({ url: api["nb" /* register */], method: 'post', data: params }).then(function (res) {
36372
36374
  var status = res.status,
36373
36375
  message = res.message;
36374
36376
 
@@ -36554,7 +36556,7 @@ var processFormvue_type_script_lang_js_components;
36554
36556
  businessId: this.businessId
36555
36557
  };
36556
36558
  // 获取节点
36557
- utils_util["a" /* default */].ajax({ url: api["Ib" /* toStartFlow */], params: params }).then(function (res) {
36559
+ utils_util["a" /* default */].ajax({ url: api["Jb" /* toStartFlow */], params: params }).then(function (res) {
36558
36560
  //pc接口返回数据处理
36559
36561
  var status = res.status,
36560
36562
  message = res.message,
@@ -37158,7 +37160,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
37158
37160
  notificationType = _sendInfo.notificationType;
37159
37161
 
37160
37162
  var params = {
37161
- url: api["tb" /* sendMsg */],
37163
+ url: api["ub" /* sendMsg */],
37162
37164
  headers: { Accept: 'application/json,text/plain' },
37163
37165
  method: 'post',
37164
37166
  data: {
@@ -37220,7 +37222,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
37220
37222
 
37221
37223
  this.loading = true;
37222
37224
  utils_util["a" /* default */].ajax({
37223
- url: api["Hb" /* toSendMsg */],
37225
+ url: api["Ib" /* toSendMsg */],
37224
37226
  params: { pendingId: this.$attrs.pendingId }
37225
37227
  }).then(function (res) {
37226
37228
  var status = res.status,
@@ -38038,7 +38040,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
38038
38040
  userId: utils_util["a" /* default */].getStorage('userId'),
38039
38041
  nextNodeId: _this2.nextNode.nextNodeId
38040
38042
  };
38041
- utils_util["a" /* default */].ajax({ url: api["yb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
38043
+ utils_util["a" /* default */].ajax({ url: api["zb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
38042
38044
  var status = res.status,
38043
38045
  message = res.message;
38044
38046
 
@@ -38093,7 +38095,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
38093
38095
  isSinglePage: false,
38094
38096
  opinion: this.option
38095
38097
  };
38096
- utils_util["a" /* default */].ajax({ url: api["Lb" /* toTaskRejectHtml */], params: params }).then(function (res) {
38098
+ utils_util["a" /* default */].ajax({ url: api["Mb" /* toTaskRejectHtml */], params: params }).then(function (res) {
38097
38099
  var status = res.status,
38098
38100
  message = res.message,
38099
38101
  _res$data = res.data,
@@ -38769,7 +38771,7 @@ var startTaskReadvue_type_script_lang_js_components;
38769
38771
  taskExamine = this.taskExamine;
38770
38772
 
38771
38773
  var params = {
38772
- url: api["Pb" /* toTaskTransferIndex */],
38774
+ url: api["Qb" /* toTaskTransferIndex */],
38773
38775
  params: {
38774
38776
  opinion: opinion,
38775
38777
  pendingId: pendingId,
@@ -38894,7 +38896,7 @@ var startTaskReadvue_type_script_lang_js_components;
38894
38896
  var _this3 = this;
38895
38897
 
38896
38898
  var params = {
38897
- url: api["Jb" /* toStartTaskRead */],
38899
+ url: api["Kb" /* toStartTaskRead */],
38898
38900
  params: { pendingId: this.pendingId, taskAction: this.type }
38899
38901
  };
38900
38902
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -38967,7 +38969,7 @@ var startTaskReadvue_type_script_lang_js_components;
38967
38969
  type = this.type;
38968
38970
 
38969
38971
  var params = {
38970
- url: api["Cb" /* taskTransfer */],
38972
+ url: api["Db" /* taskTransfer */],
38971
38973
  data: {
38972
38974
  choiceDeptId: choiceDeptId,
38973
38975
  choiceOrgId: choiceOrgId,
@@ -39061,7 +39063,7 @@ var startTaskReadvue_type_script_lang_js_components;
39061
39063
  !download && delete params.isDownload;
39062
39064
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
39063
39065
  utils_util["a" /* default */].ajax({
39064
- url: api["xb" /* taskReadHtml */],
39066
+ url: api["yb" /* taskReadHtml */],
39065
39067
  params: { taskAction: _this7.type },
39066
39068
  headers: {
39067
39069
  Accept: 'application/json,text/plain'
@@ -39554,7 +39556,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39554
39556
  pendingId = this.pendingId;
39555
39557
 
39556
39558
  var params = {
39557
- url: api["zb" /* taskReview */],
39559
+ url: api["Ab" /* taskReview */],
39558
39560
  data: {
39559
39561
  nextUserId: nextOtherOrgObj.join(','),
39560
39562
  notificationType: noticeType.join(','),
@@ -39590,7 +39592,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39590
39592
  var _this2 = this;
39591
39593
 
39592
39594
  var params = {
39593
- url: api["Mb" /* toTaskReview */],
39595
+ url: api["Nb" /* toTaskReview */],
39594
39596
  params: { pendingId: this.pendingId }
39595
39597
  };
39596
39598
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -39625,7 +39627,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39625
39627
  var _this3 = this;
39626
39628
 
39627
39629
  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 */],
39630
+ 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
39631
  params: { pendingId: this.pendingId },
39630
39632
  headers: { Accept: 'application/json,text/plain' }
39631
39633
  };
@@ -39719,7 +39721,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39719
39721
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
39720
39722
  // return this.$message.warning('暂未开放,敬请期待!');
39721
39723
  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 */],
39724
+ 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
39725
  data: {
39724
39726
  opinion: opinion,
39725
39727
  pendingId: pendingId,
@@ -40926,7 +40928,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40926
40928
  taskAction: 'complete'
40927
40929
  };
40928
40930
  utils_util["a" /* default */].ajax({
40929
- url: api["xb" /* taskReadHtml */],
40931
+ url: api["yb" /* taskReadHtml */],
40930
40932
  params: { taskAction: 'complete' },
40931
40933
  headers: {
40932
40934
  Accept: 'application/json,text/plain'
@@ -40958,7 +40960,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40958
40960
 
40959
40961
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
40960
40962
  utils_util["a" /* default */].ajax({
40961
- url: api["Kb" /* toStartTaskReadIndex */],
40963
+ url: api["Lb" /* toStartTaskReadIndex */],
40962
40964
  params: { pendingId: this.pendingId }
40963
40965
  }).then(function (res) {
40964
40966
  var status = res.status,
@@ -41093,7 +41095,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41093
41095
  pendingId: this.pendingId
41094
41096
  };
41095
41097
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
41096
- utils_util["a" /* default */].ajax({ url: api["Fb" /* tempSave */], params: params }).then(function (res) {
41098
+ utils_util["a" /* default */].ajax({ url: api["Gb" /* tempSave */], params: params }).then(function (res) {
41097
41099
  var status = res.status,
41098
41100
  message = res.message;
41099
41101
 
@@ -41458,7 +41460,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41458
41460
 
41459
41461
  // return this.$message.warning('请填写意见');
41460
41462
  var params = {
41461
- url: api["nb" /* rejectAndEnd */],
41463
+ url: api["ob" /* rejectAndEnd */],
41462
41464
  headers: { Accept: 'application/json,text/plain' },
41463
41465
  method: 'post',
41464
41466
  data: {
@@ -42294,7 +42296,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42294
42296
  params.isSubFlow = taskExamineInfo.isSubFlow;
42295
42297
  params.nodeId = taskExamineInfo.nodeId;
42296
42298
  params.needRetrialAuth = needRetrialAuth;
42297
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["wb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42299
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["xb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42298
42300
  var status = res.status,
42299
42301
  message = res.message;
42300
42302
 
@@ -45529,7 +45531,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45529
45531
  var _this9 = this;
45530
45532
 
45531
45533
  var param = {
45532
- url: api["Gb" /* toPresetInfoListIndex */],
45534
+ url: api["Hb" /* toPresetInfoListIndex */],
45533
45535
  params: { apprecordid: this.businessId }
45534
45536
  };
45535
45537
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -45779,7 +45781,7 @@ mainvue_type_template_id_72c54dae_render._withStripped = true
45779
45781
 
45780
45782
  if (this.job.id !== item.id) {
45781
45783
  this.job = item;
45782
- utils_util["a" /* default */].ajax({ url: api["ub" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
45784
+ utils_util["a" /* default */].ajax({ url: api["vb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
45783
45785
  if (res.rCode == 0) {
45784
45786
  utils_util["a" /* default */].setStorage({
45785
45787
  type: _this.storage,
@@ -47957,8 +47959,8 @@ layout_src_main.install = function (Vue) {
47957
47959
  };
47958
47960
 
47959
47961
  /* harmony default export */ var layout = (layout_src_main);
47960
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=584ce1fc&
47961
- var mainvue_type_template_id_584ce1fc_render = function () {
47962
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=66e72714&
47963
+ var mainvue_type_template_id_66e72714_render = function () {
47962
47964
  var _vm = this
47963
47965
  var _h = _vm.$createElement
47964
47966
  var _c = _vm._self._c || _h
@@ -48869,7 +48871,11 @@ var mainvue_type_template_id_584ce1fc_render = function () {
48869
48871
  },
48870
48872
  },
48871
48873
  },
48872
- [_c("es-clients", { attrs: { downloads: _vm.download } })],
48874
+ [
48875
+ _c("es-clients", {
48876
+ attrs: { downloads: _vm.download, showTips: _vm.showIosTips },
48877
+ }),
48878
+ ],
48873
48879
  1
48874
48880
  ),
48875
48881
  _vm._t("calogin"),
@@ -48902,11 +48908,11 @@ var mainvue_type_template_id_584ce1fc_render = function () {
48902
48908
  )
48903
48909
  : _vm._e()
48904
48910
  }
48905
- var mainvue_type_template_id_584ce1fc_staticRenderFns = []
48906
- mainvue_type_template_id_584ce1fc_render._withStripped = true
48911
+ var mainvue_type_template_id_66e72714_staticRenderFns = []
48912
+ mainvue_type_template_id_66e72714_render._withStripped = true
48907
48913
 
48908
48914
 
48909
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=584ce1fc&
48915
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=66e72714&
48910
48916
 
48911
48917
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=579bc87d&
48912
48918
  var resetPasswordvue_type_template_id_579bc87d_render = function () {
@@ -50039,7 +50045,8 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
50039
50045
  type: Number,
50040
50046
  default: 1500
50041
50047
  },
50042
- isScale: Boolean
50048
+ isScale: Boolean,
50049
+ showIosTips: Boolean
50043
50050
  },
50044
50051
  computed: {
50045
50052
  transform: function transform() {
@@ -51006,8 +51013,8 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
51006
51013
 
51007
51014
  var login_src_main_component = normalizeComponent(
51008
51015
  packages_login_src_mainvue_type_script_lang_js_,
51009
- mainvue_type_template_id_584ce1fc_render,
51010
- mainvue_type_template_id_584ce1fc_staticRenderFns,
51016
+ mainvue_type_template_id_66e72714_render,
51017
+ mainvue_type_template_id_66e72714_staticRenderFns,
51011
51018
  false,
51012
51019
  null,
51013
51020
  null,
@@ -51024,8 +51031,8 @@ login_src_main.install = function (Vue) {
51024
51031
  };
51025
51032
 
51026
51033
  /* 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 () {
51034
+ // 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&
51035
+ var mainvue_type_template_id_d62e142c_render = function () {
51029
51036
  var _vm = this
51030
51037
  var _h = _vm.$createElement
51031
51038
  var _c = _vm._self._c || _h
@@ -51057,14 +51064,14 @@ var mainvue_type_template_id_2a102c10_render = function () {
51057
51064
  1
51058
51065
  )
51059
51066
  }
51060
- var mainvue_type_template_id_2a102c10_staticRenderFns = []
51061
- mainvue_type_template_id_2a102c10_render._withStripped = true
51067
+ var mainvue_type_template_id_d62e142c_staticRenderFns = []
51068
+ mainvue_type_template_id_d62e142c_render._withStripped = true
51062
51069
 
51063
51070
 
51064
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2a102c10&
51071
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d62e142c&
51065
51072
 
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 () {
51073
+ // 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&
51074
+ var simplicityvue_type_template_id_46b7eb38_scoped_true_render = function () {
51068
51075
  var _vm = this
51069
51076
  var _h = _vm.$createElement
51070
51077
  var _c = _vm._self._c || _h
@@ -51673,11 +51680,11 @@ var simplicityvue_type_template_id_0c73c422_scoped_true_render = function () {
51673
51680
  ),
51674
51681
  ])
51675
51682
  }
51676
- var simplicityvue_type_template_id_0c73c422_scoped_true_staticRenderFns = []
51677
- simplicityvue_type_template_id_0c73c422_scoped_true_render._withStripped = true
51683
+ var simplicityvue_type_template_id_46b7eb38_scoped_true_staticRenderFns = []
51684
+ simplicityvue_type_template_id_46b7eb38_scoped_true_render._withStripped = true
51678
51685
 
51679
51686
 
51680
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=0c73c422&scoped=true&
51687
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=46b7eb38&scoped=true&
51681
51688
 
51682
51689
  // 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
51690
  var avatarvue_type_template_id_1560e8bf_scoped_true_render = function () {
@@ -52122,8 +52129,8 @@ var handler_component = normalizeComponent(
52122
52129
  )
52123
52130
 
52124
52131
  /* 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 () {
52132
+ // 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&
52133
+ var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
52127
52134
  var this$1 = this
52128
52135
  var _vm = this
52129
52136
  var _h = _vm.$createElement
@@ -52209,7 +52216,7 @@ var sub_menuvue_type_template_id_8135ef54_scoped_true_render = function () {
52209
52216
  ]),
52210
52217
  _c("menu-list", {
52211
52218
  attrs: {
52212
- active: _vm.active,
52219
+ active: _vm.actives[0],
52213
52220
  data: _vm.menus,
52214
52221
  menuIcon: _vm.menuIcon,
52215
52222
  color: _vm.color,
@@ -52259,7 +52266,7 @@ var sub_menuvue_type_template_id_8135ef54_scoped_true_render = function () {
52259
52266
  ]),
52260
52267
  _c("menu-list", {
52261
52268
  attrs: {
52262
- active: _vm.active,
52269
+ active: _vm.actives[index + 1],
52263
52270
  data: item.children.concat(item.fourthTabs),
52264
52271
  menuIcon: _vm.menuIcon,
52265
52272
  color: _vm.color,
@@ -52287,14 +52294,14 @@ var sub_menuvue_type_template_id_8135ef54_scoped_true_render = function () {
52287
52294
  ]
52288
52295
  )
52289
52296
  }
52290
- var sub_menuvue_type_template_id_8135ef54_scoped_true_staticRenderFns = []
52291
- sub_menuvue_type_template_id_8135ef54_scoped_true_render._withStripped = true
52297
+ var sub_menuvue_type_template_id_629b4bf1_scoped_true_staticRenderFns = []
52298
+ sub_menuvue_type_template_id_629b4bf1_scoped_true_render._withStripped = true
52292
52299
 
52293
52300
 
52294
- // CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=8135ef54&scoped=true&
52301
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=629b4bf1&scoped=true&
52295
52302
 
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 () {
52303
+ // 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&
52304
+ var menu_listvue_type_template_id_225f2794_scoped_true_render = function () {
52298
52305
  var _vm = this
52299
52306
  var _h = _vm.$createElement
52300
52307
  var _c = _vm._self._c || _h
@@ -52319,7 +52326,7 @@ var menu_listvue_type_template_id_2602f83d_scoped_true_render = function () {
52319
52326
  {
52320
52327
  key: item.id,
52321
52328
  staticClass: "es-simplicity-menus-item",
52322
- class: { "is-fold": _vm.fold },
52329
+ class: { "is-fold": _vm.fold, "is-active": _vm.active == item.id },
52323
52330
  attrs: { title: _vm.fold ? item.text || item.name : "" },
52324
52331
  on: {
52325
52332
  click: function ($event) {
@@ -52396,11 +52403,11 @@ var menu_listvue_type_template_id_2602f83d_scoped_true_render = function () {
52396
52403
  ),
52397
52404
  ])
52398
52405
  }
52399
- var menu_listvue_type_template_id_2602f83d_scoped_true_staticRenderFns = []
52400
- menu_listvue_type_template_id_2602f83d_scoped_true_render._withStripped = true
52406
+ var menu_listvue_type_template_id_225f2794_scoped_true_staticRenderFns = []
52407
+ menu_listvue_type_template_id_225f2794_scoped_true_render._withStripped = true
52401
52408
 
52402
52409
 
52403
- // CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=2602f83d&scoped=true&
52410
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=225f2794&scoped=true&
52404
52411
 
52405
52412
  // 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
52413
  //
@@ -52540,11 +52547,11 @@ menu_listvue_type_template_id_2602f83d_scoped_true_render._withStripped = true
52540
52547
 
52541
52548
  var menu_list_component = normalizeComponent(
52542
52549
  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,
52550
+ menu_listvue_type_template_id_225f2794_scoped_true_render,
52551
+ menu_listvue_type_template_id_225f2794_scoped_true_staticRenderFns,
52545
52552
  false,
52546
52553
  null,
52547
- "2602f83d",
52554
+ "225f2794",
52548
52555
  null
52549
52556
 
52550
52557
  )
@@ -52693,7 +52700,8 @@ var menu_list_component = normalizeComponent(
52693
52700
  width: this.size,
52694
52701
  subMenus: [],
52695
52702
  isEnter: false,
52696
- timer: null
52703
+ timer: null,
52704
+ actives: []
52697
52705
  };
52698
52706
  },
52699
52707
 
@@ -52743,6 +52751,12 @@ var menu_list_component = normalizeComponent(
52743
52751
 
52744
52752
  this.isEnter = is;
52745
52753
  if (is) {
52754
+ this.actives.splice(n);
52755
+ if (this.actives[n]) {
52756
+ this.actives[n] = res.id;
52757
+ } else {
52758
+ this.actives.push(res.id);
52759
+ }
52746
52760
  this.subMenus.splice(n);
52747
52761
  var children = res.children,
52748
52762
  fourthTabs = res.fourthTabs;
@@ -52756,8 +52770,9 @@ var menu_list_component = normalizeComponent(
52756
52770
  this.timer = setTimeout(function () {
52757
52771
  if (res && !_this.isEnter) {
52758
52772
  _this.subMenus = [];
52773
+ _this.actives = [];
52759
52774
  }
52760
- }, 200);
52775
+ }, 300);
52761
52776
  }
52762
52777
  }
52763
52778
  },
@@ -52771,6 +52786,7 @@ var menu_list_component = normalizeComponent(
52771
52786
  },
52772
52787
  handleLeave: function handleLeave() {
52773
52788
  this.subMenus = [];
52789
+ this.actives = [];
52774
52790
  },
52775
52791
  handleEnter: function handleEnter() {
52776
52792
  this.isEnter = true;
@@ -52789,11 +52805,11 @@ var menu_list_component = normalizeComponent(
52789
52805
 
52790
52806
  var sub_menu_component = normalizeComponent(
52791
52807
  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,
52808
+ sub_menuvue_type_template_id_629b4bf1_scoped_true_render,
52809
+ sub_menuvue_type_template_id_629b4bf1_scoped_true_staticRenderFns,
52794
52810
  false,
52795
52811
  null,
52796
- "8135ef54",
52812
+ "629b4bf1",
52797
52813
  null
52798
52814
 
52799
52815
  )
@@ -53949,7 +53965,7 @@ userinfovue_type_template_id_0dbd4cc6_render._withStripped = true
53949
53965
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
53950
53966
  initLogin && (initLogin = JSON.parse(initLogin));
53951
53967
  utils_util["a" /* default */].ajax({
53952
- url: api["Xb" /* updateUserInfo */],
53968
+ url: api["Yb" /* updateUserInfo */],
53953
53969
  params: {
53954
53970
  email: this.model.email,
53955
53971
  officeTel: this.model.officeTel,
@@ -54213,7 +54229,7 @@ var userinfo_component = normalizeComponent(
54213
54229
  var notify = this.checked.join(',');
54214
54230
  utils_util["a" /* default */].ajax({
54215
54231
  method: 'post',
54216
- url: api["Wb" /* updateUserCustomInfo */],
54232
+ url: api["Xb" /* updateUserCustomInfo */],
54217
54233
  data: {
54218
54234
  notify: notify
54219
54235
  }
@@ -54243,7 +54259,7 @@ var userinfo_component = normalizeComponent(
54243
54259
  if (this.user.identityId !== res.id) {
54244
54260
  utils_util["a" /* default */].ajax({
54245
54261
  method: 'post',
54246
- url: api["ub" /* switchUserTo */],
54262
+ url: api["vb" /* switchUserTo */],
54247
54263
  data: { userId: res.value }
54248
54264
  }).then(function (res) {
54249
54265
  if (res.rCode == 0) {
@@ -54629,7 +54645,7 @@ messagevue_type_template_id_0ee7ab90_render._withStripped = true
54629
54645
  if (this.pageNum <= this.pageCount) {
54630
54646
  this.loading = true;
54631
54647
  utils_util["a" /* default */].ajax({
54632
- url: api["vb" /* sysMsgPage */],
54648
+ url: api["wb" /* sysMsgPage */],
54633
54649
  params: {
54634
54650
  pageNum: reload ? 1 : this.pageNum,
54635
54651
  pageSize: this.pageSize
@@ -55461,7 +55477,7 @@ onlinevue_type_template_id_d8b10e78_scoped_true_render._withStripped = true
55461
55477
  props: {
55462
55478
  sysuseronline: {
55463
55479
  type: String,
55464
- default: api["cc" /* userOnline */]
55480
+ default: api["dc" /* userOnline */]
55465
55481
  }
55466
55482
  },
55467
55483
  data: function data() {
@@ -55936,6 +55952,11 @@ var events = [function (tabs, index, that) {
55936
55952
  type: String,
55937
55953
  default: simplicityvue_type_script_lang_js_dataTableMode
55938
55954
  },
55955
+ //记录菜单点击率作为工作台常用应用数据
55956
+ recordApp: {
55957
+ type: Boolean,
55958
+ default: true
55959
+ },
55939
55960
  appCode: String,
55940
55961
  //logo
55941
55962
  logo: String,
@@ -56173,10 +56194,6 @@ var events = [function (tabs, index, that) {
56173
56194
  this.doorIndex = sessionStorage.getItem('doorIndex');
56174
56195
  },
56175
56196
  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
56197
  this.handleListener();
56181
56198
  },
56182
56199
 
@@ -56663,8 +56680,8 @@ var events = [function (tabs, index, that) {
56663
56680
  var _this4 = this;
56664
56681
 
56665
56682
  this.webSocket = utils_util["a" /* default */].socket({
56666
- url: api["dc" /* wss */],
56667
- take: api["Tb" /* topic */],
56683
+ url: api["ec" /* wss */],
56684
+ take: api["Ub" /* topic */],
56668
56685
  success: function success(res) {
56669
56686
  var data = res.data || {};
56670
56687
  for (var i in data) {
@@ -56837,6 +56854,15 @@ var events = [function (tabs, index, that) {
56837
56854
  * @date 2024年9月7日
56838
56855
  **/
56839
56856
  handlerClickMenu: function handlerClickMenu(res) {
56857
+ if (this.recordApp) {
56858
+ utils_util["a" /* default */].ajax({
56859
+ url: api["mb" /* recordUserApp */],
56860
+ params: {
56861
+ userId: this.user.userId,
56862
+ appId: res.id
56863
+ }
56864
+ }).then(function () {}).catch(function () {});
56865
+ }
56840
56866
  this.showMsg = false;
56841
56867
  this.showSet = false;
56842
56868
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, res, 'id');
@@ -57152,103 +57178,6 @@ var events = [function (tabs, index, that) {
57152
57178
  clearTimeout(this.sysMsgOut);
57153
57179
  }
57154
57180
  },
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
57181
  jumpMenu: function jumpMenu(res) {
57253
57182
  var apps = res;
57254
57183
  if (typeof res === 'string') {
@@ -57270,13 +57199,13 @@ var events = [function (tabs, index, that) {
57270
57199
 
57271
57200
  //监听改变菜单
57272
57201
  handleListener: function handleListener() {
57273
- var _this8 = this;
57202
+ var _this7 = this;
57274
57203
 
57275
57204
  utils_util["a" /* default */].win.addEventListener('message', function (e) {
57276
57205
  var msg = e.data;
57277
57206
  if (msg.key == 'jump_Menu') {
57278
57207
  var res = msg.data1;
57279
- _this8.jumpMenu(res);
57208
+ _this7.jumpMenu(res);
57280
57209
  }
57281
57210
  }, false);
57282
57211
  }
@@ -57301,18 +57230,18 @@ var events = [function (tabs, index, that) {
57301
57230
 
57302
57231
  var simplicity_component = normalizeComponent(
57303
57232
  src_simplicityvue_type_script_lang_js_,
57304
- simplicityvue_type_template_id_0c73c422_scoped_true_render,
57305
- simplicityvue_type_template_id_0c73c422_scoped_true_staticRenderFns,
57233
+ simplicityvue_type_template_id_46b7eb38_scoped_true_render,
57234
+ simplicityvue_type_template_id_46b7eb38_scoped_true_staticRenderFns,
57306
57235
  false,
57307
57236
  null,
57308
- "0c73c422",
57237
+ "46b7eb38",
57309
57238
  null
57310
57239
 
57311
57240
  )
57312
57241
 
57313
57242
  /* 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 () {
57243
+ // 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=4fbf4cba&
57244
+ var defaultvue_type_template_id_4fbf4cba_render = function () {
57316
57245
  var _vm = this
57317
57246
  var _h = _vm.$createElement
57318
57247
  var _c = _vm._self._c || _h
@@ -57695,11 +57624,11 @@ var defaultvue_type_template_id_07b2b3d0_render = function () {
57695
57624
  1
57696
57625
  )
57697
57626
  }
57698
- var defaultvue_type_template_id_07b2b3d0_staticRenderFns = []
57699
- defaultvue_type_template_id_07b2b3d0_render._withStripped = true
57627
+ var defaultvue_type_template_id_4fbf4cba_staticRenderFns = []
57628
+ defaultvue_type_template_id_4fbf4cba_render._withStripped = true
57700
57629
 
57701
57630
 
57702
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=07b2b3d0&
57631
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=4fbf4cba&
57703
57632
 
57704
57633
  // 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
57634
  var userinfovue_type_template_id_bd3da0e0_render = function () {
@@ -58020,7 +57949,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
58020
57949
 
58021
57950
  switch (type) {
58022
57951
  case 'job':
58023
- utils_util["a" /* default */].ajax({ url: api["ub" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
57952
+ utils_util["a" /* default */].ajax({ url: api["vb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
58024
57953
  if (res.rCode == 0) {
58025
57954
  utils_util["a" /* default */].setStorage({
58026
57955
  type: _this3.storage,
@@ -58061,7 +57990,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
58061
57990
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
58062
57991
  initLogin && (initLogin = JSON.parse(initLogin));
58063
57992
  utils_util["a" /* default */].ajax({
58064
- url: api["Xb" /* updateUserInfo */],
57993
+ url: api["Yb" /* updateUserInfo */],
58065
57994
  params: {
58066
57995
  email: this.values.email,
58067
57996
  officeTel: this.values.officeTel,
@@ -58122,7 +58051,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
58122
58051
  var notify = _this4.values.notify.sort().join(',');
58123
58052
  if (notify != _this4.notify.split(',').sort().join(',')) {
58124
58053
  utils_util["a" /* default */].ajax({
58125
- url: api["Wb" /* updateUserCustomInfo */],
58054
+ url: api["Xb" /* updateUserCustomInfo */],
58126
58055
  params: {
58127
58056
  notify: notify
58128
58057
  }
@@ -58963,7 +58892,7 @@ messagevue_type_template_id_503171a2_render._withStripped = true
58963
58892
  if (this.pageNum <= this.pageCount) {
58964
58893
  this.loading = true;
58965
58894
  utils_util["a" /* default */].ajax({
58966
- url: api["vb" /* sysMsgPage */],
58895
+ url: api["wb" /* sysMsgPage */],
58967
58896
  params: {
58968
58897
  pageNum: reload ? 1 : this.pageNum,
58969
58898
  pageSize: this.pageSize
@@ -60055,16 +59984,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60055
59984
  }
60056
59985
  },
60057
59986
  mounted: function mounted() {
60058
- utils_util["a" /* default */].win.reLogin = this.handleReLogin;
60059
59987
  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
59988
  utils_util["a" /* default */].win.addEventListener('popstate', this.stateHandle, false);
60069
59989
  },
60070
59990
 
@@ -60157,7 +60077,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60157
60077
  return;
60158
60078
  }
60159
60079
  utils_util["a" /* default */].ajax({
60160
- url: api["Wb" /* updateUserCustomInfo */],
60080
+ url: api["Xb" /* updateUserCustomInfo */],
60161
60081
  params: { color: escape(color.toLowerCase()) },
60162
60082
  data: { color: escape(color.toLowerCase()) }
60163
60083
  }).then(function (res) {
@@ -60343,7 +60263,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60343
60263
  var ids = void 0;
60344
60264
  if (typeof option.url === 'string') {
60345
60265
  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;
60266
+ option.isUrl = true;
60347
60267
  ids = this.getId(this.menus, option.url);
60348
60268
  if (!ids) {
60349
60269
  if (option.url.indexOf('.html') === -1 && option.url.indexOf('#/') === -1) {
@@ -60381,6 +60301,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60381
60301
  }
60382
60302
  } else {
60383
60303
  ids = option.url.split(',');
60304
+ if (ids.length == 1) {
60305
+ ids = this.getId(this.menus, option.url);
60306
+ }
60384
60307
  }
60385
60308
  } else {
60386
60309
  ids = option.url;
@@ -60399,33 +60322,68 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60399
60322
  }
60400
60323
  for (var i = 0; i < menus.length; i++) {
60401
60324
  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') {
60325
+ if (item.id === url) {
60326
+ if (item.url) {
60327
+ if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
60328
+ var id = this.getId(item.children, item.url);
60329
+ if (id) {
60330
+ if (typeof id === 'string') {
60331
+ this.isTabs = false;
60332
+ }
60333
+ if (item.pid === 'root' || Array.isArray(id)) {
60334
+ return [item.id].concat(id);
60335
+ } else if (typeof id === 'string') {
60336
+ return [item.id, id];
60337
+ }
60338
+ return id;
60339
+ }
60340
+ } else if (Object.prototype.hasOwnProperty.call(item, 'fourthTabs') && item.fourthTabs.length) {
60341
+ var _id = this.getId(item.fourthTabs, item.url);
60342
+ if (_id) {
60343
+ if (typeof _id === 'string') {
60344
+ this.isTabs = true;
60345
+ }
60346
+ if (item.pid === 'root') {
60347
+ return [item.id].concat(_id);
60348
+ } else if (typeof _id === 'string') {
60349
+ return [item.id, _id];
60350
+ }
60351
+ return _id;
60352
+ }
60353
+ } else {
60354
+ return item.id;
60355
+ }
60356
+ } else {
60357
+ console.error(item);
60358
+ return false;
60359
+ }
60360
+ } else if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
60361
+ var _id2 = this.getId(item.children, url);
60362
+ if (_id2) {
60363
+ if (typeof _id2 === 'string') {
60406
60364
  this.isTabs = false;
60407
60365
  }
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];
60366
+ if (item.pid === 'root' || Array.isArray(_id2)) {
60367
+ return [item.id].concat(_id2);
60368
+ } else if (typeof _id2 === 'string') {
60369
+ return [item.id, _id2];
60412
60370
  }
60413
- return id;
60371
+ return _id2;
60414
60372
  }
60415
60373
  } 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') {
60374
+ var _id3 = this.getId(item.fourthTabs, url);
60375
+ if (_id3) {
60376
+ if (typeof _id3 === 'string') {
60419
60377
  this.isTabs = true;
60420
60378
  }
60421
60379
  if (item.pid === 'root') {
60422
- return [item.id].concat(_id);
60423
- } else if (typeof _id === 'string') {
60424
- return [item.id, _id];
60380
+ return [item.id].concat(_id3);
60381
+ } else if (typeof _id3 === 'string') {
60382
+ return [item.id, _id3];
60425
60383
  }
60426
- return _id;
60384
+ return _id3;
60427
60385
  }
60428
- } else if (item.id === url || item.url == url) {
60386
+ } else if (item.url == url) {
60429
60387
  return item.id;
60430
60388
  } else {
60431
60389
  if (item.url) {
@@ -60676,7 +60634,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60676
60634
  this.sysId = '';
60677
60635
  this.tabsId = '';
60678
60636
  this.active = '';
60679
- this.getUrl(res, active, param);
60637
+ this.getUrl(res, active[active.length - 1], param);
60680
60638
  if (this.layout === 'subsystem' || this.layout === 'subSystem' || this.layout === 'topnav' || this.layout === 'topNav' || this.layout === 'topside' || this.layout === 'topSide') {
60681
60639
  if (this.layout === 'subsystem' || this.layout === 'subSystem') {
60682
60640
  this.navs = [];
@@ -60715,7 +60673,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60715
60673
  this.subsystem = [];
60716
60674
  this.menu = res;
60717
60675
  if (this.biserial) {
60718
- this.active = active.slice(0, active.length > 2 ? active.length - 1 : active.length);
60676
+ this.active = active.slice(0, this.tabs && this.tabs.length ? active.length - 1 : active.length);
60719
60677
  } else {
60720
60678
  this.active = active.slice(1);
60721
60679
  }
@@ -60725,34 +60683,29 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60725
60683
  },
60726
60684
 
60727
60685
  //获取页面类型及地址
60728
- getUrl: function getUrl(res, active, index, param) {
60729
- index = index === undefined ? 0 : index;
60686
+ getUrl: function getUrl(res, active, param) {
60730
60687
  for (var i = 0; i < res.length; i++) {
60731
60688
  var item = res[i];
60732
- if (item.id === active[index]) {
60733
- if (index === active.length - 1) {
60689
+ if (item.id === active) {
60690
+ if (item.url) {
60734
60691
  this.handleJump(item.url, item.urlopenmode, item, param);
60735
60692
  return item.url;
60736
60693
  } 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;
60694
+ console.error(item);
60695
+ }
60696
+ } else {
60697
+ if (item.children && item.children.length) {
60698
+ var url = this.getUrl(item.children, active, param);
60699
+ if (url) {
60700
+ this.tabs = '';
60744
60701
  }
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;
60702
+ }
60703
+ if (item.fourthTabs && item.fourthTabs.length) {
60704
+ var _url2 = this.getUrl(item.fourthTabs, active, param);
60705
+ if (_url2) {
60706
+ this.$set(this, 'tabs', item.fourthTabs);
60752
60707
  }
60753
60708
  }
60754
- } else if (item.children && item.children.length) {
60755
- this.getUrl(item.children, active, index, param);
60756
60709
  }
60757
60710
  }
60758
60711
  return false;
@@ -60771,6 +60724,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60771
60724
 
60772
60725
  //应用导航交互
60773
60726
  handleSelect: function handleSelect(res, type, open) {
60727
+ var _this6 = this;
60728
+
60774
60729
  var node = res.node,
60775
60730
  fourthTabs = res.fourthTabs;
60776
60731
 
@@ -60873,13 +60828,16 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60873
60828
  }
60874
60829
  //this.navIds = this.getId(this.menus, tab.url);
60875
60830
  }
60876
- } else {
60877
- var _tab = (node.fourthTabs || []).filter(function (item) {
60831
+ } else if (node.fourthTabs && node.fourthTabs.length) {
60832
+ this.tabs = [];
60833
+ var _tab = node.fourthTabs.filter(function (item) {
60878
60834
  return item.url === node.url;
60879
60835
  })[0];
60880
60836
  if (_tab) {
60881
- this.tabs = node.fourthTabs;
60882
60837
  this.tabsId = _tab.id;
60838
+ this.$nextTick(function () {
60839
+ _this6.tabs = node.fourthTabs;
60840
+ });
60883
60841
  //this.navIds = this.getId(this.menus, tab.url);
60884
60842
  } else {
60885
60843
  //this.navIds = this.getId(this.menus, node.url);
@@ -60887,9 +60845,11 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60887
60845
  }
60888
60846
  } else {
60889
60847
  if (node.fourthTabs.length) {
60890
- this.tabs = node.fourthTabs;
60891
- this.tabsId = this.tabs[0].id;
60892
- this.handleJump(this.tabs[0].url, this.tabs[0].urlopenmode, this.tabs[0]);
60848
+ this.tabsId = node.fourthTabs[0].id;
60849
+ this.$nextTick(function () {
60850
+ _this6.tabs = node.fourthTabs;
60851
+ _this6.handleJump(_this6.tabs[0].url, _this6.tabs[0].urlopenmode, _this6.tabs[0]);
60852
+ });
60893
60853
  //this.navIds = this.getId(this.menus, this.tabs[0].url);
60894
60854
  }
60895
60855
  }
@@ -60952,7 +60912,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60952
60912
 
60953
60913
  //头部工具交互事件
60954
60914
  handleClick: function handleClick(res) {
60955
- var _this6 = this;
60915
+ var _this7 = this;
60956
60916
 
60957
60917
  var type = res.type;
60958
60918
 
@@ -60973,7 +60933,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
60973
60933
  this.setMenu(this.menus);
60974
60934
  }
60975
60935
  this.$nextTick(function () {
60976
- _this6.reset = true;
60936
+ _this7.reset = true;
60977
60937
  });
60978
60938
  break;
60979
60939
  case 'user':
@@ -61001,21 +60961,21 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61001
60961
 
61002
60962
  //刷新子页面、子路由
61003
60963
  handleRefresh: function handleRefresh() {
61004
- var _this7 = this;
60964
+ var _this8 = this;
61005
60965
 
61006
60966
  if (this.method === 'iframe') {
61007
60967
  this.page = utils_util["a" /* default */].handlerUrl(this.page);
61008
60968
  } else {
61009
60969
  this.refresh = false;
61010
60970
  this.$nextTick(function () {
61011
- _this7.refresh = true;
60971
+ _this8.refresh = true;
61012
60972
  });
61013
60973
  }
61014
60974
  },
61015
60975
 
61016
60976
  //跳转页面
61017
60977
  handleJump: function handleJump(page, type, res, param) {
61018
- var _this8 = this;
60978
+ var _this9 = this;
61019
60979
 
61020
60980
  this.navIds = this.getId(this.menus, page);
61021
60981
  console.log(page);
@@ -61047,7 +61007,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61047
61007
  this.wjName = 'singlespa';
61048
61008
  this.page = this.host + page;
61049
61009
  this.$nextTick(function () {
61050
- _this8.refresh = true;
61010
+ _this9.refresh = true;
61051
61011
  });
61052
61012
  } else if (urls[0].indexOf('.dhtml') > 0 || urls[0].indexOf('.html') > 0 && urls[0].indexOf('.html#') === -1) {
61053
61013
  this.method = 'iframe';
@@ -61079,7 +61039,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61079
61039
  query: params
61080
61040
  });
61081
61041
  this.$nextTick(function () {
61082
- _this8.refresh = true;
61042
+ _this9.refresh = true;
61083
61043
  });
61084
61044
  } else {
61085
61045
  var urlopenmode = utils_util["a" /* default */].getParams({
@@ -61095,7 +61055,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61095
61055
  this.wjName = res && res.appCode ? res.appCode : 'application';
61096
61056
  this.page = this.host + page;
61097
61057
  this.$nextTick(function () {
61098
- _this8.refresh = true;
61058
+ _this9.refresh = true;
61099
61059
  });
61100
61060
  }
61101
61061
  }
@@ -61104,14 +61064,14 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61104
61064
  this.refresh = false;
61105
61065
  this.page = utils_util["a" /* default */].handlerUrl(page, param);
61106
61066
  this.$nextTick(function () {
61107
- _this8.refresh = true;
61067
+ _this9.refresh = true;
61108
61068
  });
61109
61069
  }
61110
61070
  }
61111
61071
  }
61112
61072
  }
61113
61073
  this.$nextTick(function () {
61114
- _this8.showPage = true;
61074
+ _this9.showPage = true;
61115
61075
  });
61116
61076
  },
61117
61077
 
@@ -61223,7 +61183,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61223
61183
 
61224
61184
  //监听改变菜单
61225
61185
  handleListener: function handleListener() {
61226
- var _this9 = this;
61186
+ var _this10 = this;
61227
61187
 
61228
61188
  utils_util["a" /* default */].win.addEventListener('message', function (e) {
61229
61189
  var msg = e.data;
@@ -61232,49 +61192,49 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61232
61192
  if (typeof res === 'string') {
61233
61193
  res = res.split(',');
61234
61194
  }
61235
- _this9.setDefault(_this9.menus, res);
61195
+ _this10.setDefault(_this10.menus, res);
61236
61196
  }
61237
61197
  }, false);
61238
61198
  },
61239
61199
 
61240
61200
  //开启weosocket
61241
61201
  initWebSocket: function initWebSocket() {
61242
- var _this10 = this;
61202
+ var _this11 = this;
61243
61203
 
61244
61204
  this.webSocket = utils_util["a" /* default */].socket({
61245
- url: api["dc" /* wss */],
61246
- take: api["Tb" /* topic */],
61205
+ url: api["ec" /* wss */],
61206
+ take: api["Ub" /* topic */],
61247
61207
  success: function success(res) {
61248
61208
  var data = res.data || {};
61249
61209
  for (var i in data) {
61250
61210
  if (data[i] !== null && data[i] !== undefined) {
61251
61211
  if (i === 'onlineUserNums' && data[i] > 0) {
61252
- _this10.online = data[i];
61212
+ _this11.online = data[i];
61253
61213
  }
61254
61214
  if (i === 'sysMsgNums') {
61255
- _this10.notice = data[i];
61256
- if (_this10.showMsg) {
61257
- _this10.$refs.message.getMsg(true);
61215
+ _this11.notice = data[i];
61216
+ if (_this11.showMsg) {
61217
+ _this11.$refs.message.getMsg(true);
61258
61218
  }
61259
61219
  }
61260
61220
  if (i === 'menuTipsMap') {
61261
- _this10.menuTips = data[i];
61221
+ _this11.menuTips = data[i];
61262
61222
  }
61263
61223
  if (i === 'sysMsgList') {
61264
- _this10.sysMsg = data[i];
61224
+ _this11.sysMsg = data[i];
61265
61225
  }
61266
61226
  if (i === 'extraData') {
61267
- _this10.extraData = data[i];
61227
+ _this11.extraData = data[i];
61268
61228
  }
61269
61229
  }
61270
61230
  }
61271
- if (_this10.$store) {
61231
+ if (_this11.$store) {
61272
61232
  try {
61273
- _this10.$store.commit('websocket', data);
61233
+ _this11.$store.commit('websocket', data);
61274
61234
  } catch (error) {}
61275
61235
  }
61276
- if (_this10.$eventBus) {
61277
- _this10.$eventBus.$emit('websocket', data);
61236
+ if (_this11.$eventBus) {
61237
+ _this11.$eventBus.$emit('websocket', data);
61278
61238
  }
61279
61239
  if (utils_util["a" /* default */].win.eventBus) {
61280
61240
  utils_util["a" /* default */].win.eventBus.$emit('websocket', data);
@@ -61283,13 +61243,13 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61283
61243
  });
61284
61244
  },
61285
61245
  handleOpened: function handleOpened(res) {
61286
- var _this11 = this;
61246
+ var _this12 = this;
61287
61247
 
61288
61248
  if (res === undefined) {
61289
61249
  this.sysMsg = [];
61290
61250
  } else if (res == false && this.sysMsg.length) {
61291
61251
  this.sysMsgOut = setTimeout(function () {
61292
- _this11.sysMsg = [];
61252
+ _this12.sysMsg = [];
61293
61253
  }, 3000);
61294
61254
  } else if (this.sysMsgOut) {
61295
61255
  clearTimeout(this.sysMsgOut);
@@ -61309,104 +61269,6 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61309
61269
  var n = parseInt(this.menuTips[id], 10) - 1;
61310
61270
  this.$set(this.menuTips, id, n);
61311
61271
  }
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
61272
  }
61411
61273
  },
61412
61274
  beforeDestroy: function beforeDestroy() {
@@ -61429,8 +61291,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
61429
61291
 
61430
61292
  var default_component = normalizeComponent(
61431
61293
  src_defaultvue_type_script_lang_js_,
61432
- defaultvue_type_template_id_07b2b3d0_render,
61433
- defaultvue_type_template_id_07b2b3d0_staticRenderFns,
61294
+ defaultvue_type_template_id_4fbf4cba_render,
61295
+ defaultvue_type_template_id_4fbf4cba_staticRenderFns,
61434
61296
  false,
61435
61297
  null,
61436
61298
  null,
@@ -61490,16 +61352,104 @@ var default_component = normalizeComponent(
61490
61352
  this.appCode = this.params.appCode;
61491
61353
  this.getConfig(this.params);
61492
61354
  },
61493
- mounted: function mounted() {},
61355
+ mounted: function mounted() {
61356
+ if (utils_util["a" /* default */].win.$wujie) {
61357
+ utils_util["a" /* default */].win.$wujie.bus.$on('changeTheme', function (res) {
61358
+ utils_util["a" /* default */].updateTheme(res);
61359
+ });
61360
+ }
61361
+ utils_util["a" /* default */].win.reLogin = this.handleReLogin;
61362
+ utils_util["a" /* default */].win.windowOpen = this.openPage;
61363
+ utils_util["a" /* default */].win.refresh = this.$refs.main.handleRefresh;
61364
+ utils_util["a" /* default */].win.jumpMenu = this.$refs.main.jumpMenu;
61365
+ },
61494
61366
 
61495
61367
  methods: {
61368
+ /**
61369
+ * @desc:重新登录
61370
+ * @author huangbo
61371
+ * @date 2024年9月7日
61372
+ **/
61373
+ handleReLogin: function handleReLogin(res) {
61374
+ var _this = this;
61375
+
61376
+ if (res && typeof res == 'string') {
61377
+ res = JSON.parse(res);
61378
+ }
61379
+ var msg = '提示';
61380
+ var btn = {
61381
+ confirmButtonText: '确定',
61382
+ cancelButtonText: '取消',
61383
+ closeOnClickModal: false,
61384
+ type: 'warning'
61385
+ };
61386
+ if (res) {
61387
+ if (res.rCode === 69) {
61388
+ msg = '该账号在其他地方已登陆!';
61389
+ btn = {
61390
+ confirmButtonText: '确定',
61391
+ closeOnClickModal: false,
61392
+ type: 'warning'
61393
+ };
61394
+ } else {
61395
+ msg = '登录已过期,请重新登录!';
61396
+ }
61397
+ }
61398
+ cl;
61399
+ var remind = sessionStorage.getItem('remind');
61400
+ if (!remind) {
61401
+ clearTimeout(this.timer);
61402
+ this.timer = setTimeout(function () {
61403
+ console.log('handleReLogin');
61404
+ sessionStorage.setItem('remind', 1);
61405
+ _this.$confirm(msg, btn).then(function () {
61406
+ utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
61407
+ var loginPage = utils_util["a" /* default */].getStorage('login') || utils_util["a" /* default */].getStorage('loginPage');
61408
+ try {
61409
+ if (loginPage) {
61410
+ var src = void 0;
61411
+ if (!utils_util["a" /* default */].startWith(loginPage, ['http', '/'], true)) {
61412
+ var pathname = utils_util["a" /* default */].win.top.location.pathname;
61413
+ if (pathname !== '/') {
61414
+ pathname = pathname.split('/');
61415
+ pathname.splice(pathname.length - 1);
61416
+ pathname = pathname.join('/');
61417
+ src = pathname + '/' + loginPage.replace('./', '');
61418
+ } else {
61419
+ src = pathname + loginPage.replace('./', '');
61420
+ }
61421
+ } else {
61422
+ src = loginPage;
61423
+ }
61424
+ utils_util["a" /* default */].win.top.location.href = src;
61425
+ } else if (utils_util["a" /* default */].win.top.location.href.indexOf('main.html') > -1) {
61426
+ utils_util["a" /* default */].win.top.location.href = './login.html';
61427
+ } else {
61428
+ var hash = utils_util["a" /* default */].win.top.location.hash;
61429
+ if (hash) {
61430
+ var len = utils_util["a" /* default */].win.top.location.href.indexOf(hash);
61431
+ utils_util["a" /* default */].win.top.location.href = utils_util["a" /* default */].win.location.href.slice(0, len) + '#/login';
61432
+ } else {
61433
+ utils_util["a" /* default */].win.top.location.href = '/login.html';
61434
+ }
61435
+ }
61436
+ } catch (error) {
61437
+ utils_util["a" /* default */].win.postMessage({ type: 1 }, '*');
61438
+ }
61439
+ }).catch(function (e) {
61440
+ sessionStorage.removeItem('remind');
61441
+ });
61442
+ }, 2000);
61443
+ }
61444
+ },
61445
+
61496
61446
  /**
61497
61447
  * @desc:获取系统配置
61498
61448
  * @author huangbo
61499
61449
  * @date 2024年9月7日
61500
61450
  **/
61501
61451
  getConfig: function getConfig(query) {
61502
- var _this = this;
61452
+ var _this2 = this;
61503
61453
 
61504
61454
  var token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
61505
61455
  if (!token && Object.prototype.hasOwnProperty.call(query, 'serverId') && Object.prototype.hasOwnProperty.call(query, 'authType')) {
@@ -61508,9 +61458,41 @@ var default_component = normalizeComponent(
61508
61458
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
61509
61459
  if (!mainConfig || mainConfig == '{}') {
61510
61460
  utils_util["a" /* default */].getMainConfig(function (res) {
61511
- _this.$refs.main.init(res);
61461
+ _this2.$refs.main.init(res);
61512
61462
  });
61513
61463
  }
61464
+ },
61465
+
61466
+ /**
61467
+ * @desc:打开页面
61468
+ * @author huangbo
61469
+ * @date 2024年9月7日
61470
+ **/
61471
+ openPage: function openPage(url, name, width, height) {
61472
+ var src = url;
61473
+ if (!utils_util["a" /* default */].startWith(url, ['http', '/'], true)) {
61474
+ var pathname = window.location.pathname;
61475
+ if (pathname !== '/') {
61476
+ pathname = pathname.split('/');
61477
+ pathname.splice(pathname.length - 1);
61478
+ pathname = pathname.join('/');
61479
+ }
61480
+ src = pathname + url.replace('./', '/');
61481
+ }
61482
+ if (name) {
61483
+ var w = 0;
61484
+ var h = 0;
61485
+ try {
61486
+ w = width ? width : utils_util["a" /* default */].win.top.screen.availWidth - 10;
61487
+ h = height ? height : utils_util["a" /* default */].win.top.screen.availHeight - 60;
61488
+ } catch (error) {
61489
+ w = width ? width : utils_util["a" /* default */].win.screen.availWidth - 10;
61490
+ h = height ? height : utils_util["a" /* default */].win.screen.availHeight - 60;
61491
+ }
61492
+ return utils_util["a" /* default */].win.open(src, name, 'width=' + w + 'px,height=' + h + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
61493
+ } else {
61494
+ return utils_util["a" /* default */].win.open(src);
61495
+ }
61514
61496
  }
61515
61497
  },
61516
61498
  beforeDestroy: function beforeDestroy() {}
@@ -61527,8 +61509,8 @@ var default_component = normalizeComponent(
61527
61509
 
61528
61510
  var main_src_main_component = normalizeComponent(
61529
61511
  packages_main_src_mainvue_type_script_lang_js_,
61530
- mainvue_type_template_id_2a102c10_render,
61531
- mainvue_type_template_id_2a102c10_staticRenderFns,
61512
+ mainvue_type_template_id_d62e142c_render,
61513
+ mainvue_type_template_id_d62e142c_staticRenderFns,
61532
61514
  false,
61533
61515
  null,
61534
61516
  null,
@@ -61655,7 +61637,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
61655
61637
  } else {
61656
61638
  this.$nextTick(function () {
61657
61639
  var w = 0;
61658
- Array.from(_this2.$refs.menu.$el.children).forEach(function (item) {
61640
+ _this2.$refs.menu && Array.from(_this2.$refs.menu.$el.children).forEach(function (item) {
61659
61641
  w += item.getBoundingClientRect().width;
61660
61642
  });
61661
61643
  var styles = window.getComputedStyle(_this2.$refs.menu.$el);
@@ -62818,7 +62800,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
62818
62800
  text: '重发',
62819
62801
  format: false,
62820
62802
  method: 'post',
62821
- action: api["qb" /* sendBatch */]
62803
+ action: api["rb" /* sendBatch */]
62822
62804
  }]
62823
62805
  }];
62824
62806
  }
@@ -63005,13 +62987,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
63005
62987
  },
63006
62988
  data: function data() {
63007
62989
  return {
63008
- sendList: api["sb" /* sendList */],
63009
- sendBatch: api["qb" /* sendBatch */],
62990
+ sendList: api["tb" /* sendList */],
62991
+ sendBatch: api["rb" /* sendBatch */],
63010
62992
  tableCount: 0,
63011
62993
  selectData: [],
63012
62994
  formTitle: '',
63013
62995
  showForm: false,
63014
- formData: api["rb" /* sendInfo */],
62996
+ formData: api["sb" /* sendInfo */],
63015
62997
  params: {},
63016
62998
  sendTypeDict: [],
63017
62999
  statusDict: []
@@ -63030,7 +63012,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
63030
63012
  type: 'primary',
63031
63013
  checkbox: true,
63032
63014
  format: false,
63033
- action: api["qb" /* sendBatch */]
63015
+ action: api["rb" /* sendBatch */]
63034
63016
  }]
63035
63017
  }, {
63036
63018
  type: 'search',
@@ -65080,7 +65062,7 @@ mainvue_type_template_id_70256784_render._withStripped = true
65080
65062
  uuid: this.uuid
65081
65063
  };
65082
65064
  utils_util["a" /* default */].ajax({
65083
- url: api["pb" /* scanCodeRetrialAuth */],
65065
+ url: api["qb" /* scanCodeRetrialAuth */],
65084
65066
  method: 'post',
65085
65067
  data: params,
65086
65068
  params: params
@@ -80843,7 +80825,7 @@ var _props;
80843
80825
  this.fileTotalSize = config.totalSize;
80844
80826
  this.dochubConfig = config.dochubConfig || {};
80845
80827
 
80846
- var url = this.portrait ? this.dochubConfig.reuploadDocument || api["Zb" /* uploadOnlyOne */] : this.dochubConfig.uploadDocument || api["bc" /* uploads */];
80828
+ var url = this.portrait ? this.dochubConfig.reuploadDocument || api["ac" /* uploadOnlyOne */] : this.dochubConfig.uploadDocument || api["cc" /* uploads */];
80847
80829
  this.url = url.indexOf(this.host) > -1 ? url : this.host + url;
80848
80830
  } else {
80849
80831
  utils_util["a" /* default */].ajax({
@@ -80862,7 +80844,7 @@ var _props;
80862
80844
  }).join(',');
80863
80845
  }
80864
80846
  _this3.dochubConfig = res.results.dochubConfig || {};
80865
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocument || api["Zb" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocument || api["bc" /* uploads */];
80847
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocument || api["ac" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocument || api["cc" /* uploads */];
80866
80848
  _this3.url = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
80867
80849
  if (res.results.kkViewRootPath) {
80868
80850
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -81146,7 +81128,7 @@ var _props;
81146
81128
  }
81147
81129
  },
81148
81130
  handleDownloads: function handleDownloads() {
81149
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocument || api["Yb" /* uploadDownloads */];
81131
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocument || api["Zb" /* uploadDownloads */];
81150
81132
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
81151
81133
  },
81152
81134
  handleDownload: function handleDownload(file) {
@@ -81186,7 +81168,7 @@ var _props;
81186
81168
  ids = ids.join(',');
81187
81169
  utils_util["a" /* default */].ajax({
81188
81170
  method: this.method,
81189
- url: this.dochubConfig.sortDocumentsUrl || api["ac" /* uploadSort */],
81171
+ url: this.dochubConfig.sortDocumentsUrl || api["bc" /* uploadSort */],
81190
81172
  data: {
81191
81173
  ids: ids
81192
81174
  },
@@ -81779,7 +81761,7 @@ if (typeof window !== 'undefined' && window.Vue) {
81779
81761
  }
81780
81762
 
81781
81763
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
81782
- version: '0.5.81-beta14',
81764
+ version: '0.5.81-beta16',
81783
81765
  install: install,
81784
81766
  Button: packages_button,
81785
81767
  ButtonGroup: button_group,