eoss-ui 0.7.83 → 0.7.84
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.
- package/lib/button-group.js +144 -120
- package/lib/button.js +143 -120
- package/lib/calendar.js +2 -2
- package/lib/calogin.js +377 -353
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +144 -120
- package/lib/clients.js +2 -2
- package/lib/config/api.js +7 -1
- package/lib/data-table-form.js +144 -120
- package/lib/data-table.js +144 -120
- package/lib/date-picker.js +143 -120
- package/lib/dialog.js +219 -214
- package/lib/enable-drag.js +2 -2
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +1497 -872
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +147 -124
- package/lib/flow-list.js +162 -137
- package/lib/flow.js +1281 -657
- package/lib/form.js +243 -239
- package/lib/handle-user.js +144 -121
- package/lib/handler.js +144 -121
- package/lib/icon.js +144 -121
- package/lib/icons.js +4 -4
- package/lib/index.js +1 -1
- package/lib/input-number.js +143 -120
- package/lib/input.js +143 -120
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +145 -121
- package/lib/main.js +185 -161
- package/lib/menu.js +2 -2
- package/lib/nav.js +150 -127
- package/lib/notify.js +86 -77
- package/lib/page.js +143 -120
- package/lib/pagination.js +143 -120
- package/lib/player.js +147 -124
- package/lib/qr-code.js +158 -135
- package/lib/radio-group.js +143 -120
- package/lib/retrial-auth.js +144 -121
- package/lib/select-ganged.js +143 -120
- package/lib/select.js +143 -120
- package/lib/selector-panel.js +147 -123
- package/lib/selector.js +145 -122
- package/lib/sizer.js +143 -120
- package/lib/steps.js +150 -127
- package/lib/switch.js +143 -120
- package/lib/table-form.js +143 -120
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +143 -120
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +143 -120
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +143 -120
- package/lib/tree.js +143 -120
- package/lib/upload.js +154 -130
- package/lib/utils/util.js +60 -46
- package/lib/wujie.js +156 -122
- package/lib/wxlogin.js +143 -120
- package/package.json +2 -1
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/CustomPreset.vue +1 -1
- package/packages/flow/src/component/SortFlow.vue +110 -0
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/main.vue +212 -25
- package/packages/flow/src/processForm.vue +153 -5
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +2 -2
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +8 -6
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +1 -1
- package/packages/handle-user/index.js +5 -5
- package/packages/handler/index.js +5 -5
- package/packages/icon/index.js +5 -5
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/menu/index.js +5 -5
- package/packages/nav/index.js +5 -5
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/gulpfile.js +25 -0
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +14 -0
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/toolbar/index.js +5 -5
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +146 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +7 -1
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/store.js +21 -21
- package/src/utils/util.js +42 -26
- package/src/utils/webSocket.js +107 -107
- package/packages/theme-chalk/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -1
- package/packages/theme-chalk/lib/clients.css +0 -1
- package/packages/theme-chalk/lib/data-table-form.css +0 -1
- package/packages/theme-chalk/lib/data-table.css +0 -1
- package/packages/theme-chalk/lib/date-picker.css +0 -1
- package/packages/theme-chalk/lib/dialog.css +0 -1
- package/packages/theme-chalk/lib/enable-drag.css +0 -1
- package/packages/theme-chalk/lib/enterprise.css +0 -1
- package/packages/theme-chalk/lib/error-page.css +0 -1
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +0 -1
- package/packages/theme-chalk/lib/handle-user.css +0 -1
- package/packages/theme-chalk/lib/handler.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/icons.css +0 -1
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +0 -1
- package/packages/theme-chalk/lib/label.css +0 -1
- package/packages/theme-chalk/lib/layout.css +0 -1
- package/packages/theme-chalk/lib/login.css +0 -1
- package/packages/theme-chalk/lib/main.css +0 -1
- package/packages/theme-chalk/lib/menu.css +0 -1
- package/packages/theme-chalk/lib/nav.css +0 -1
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +0 -1
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/player.css +0 -1
- package/packages/theme-chalk/lib/qr-code.css +0 -1
- package/packages/theme-chalk/lib/radio-group.css +0 -1
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/select-ganged.css +0 -1
- package/packages/theme-chalk/lib/select.css +0 -1
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/simplicity-top.css +0 -1
- package/packages/theme-chalk/lib/simplicity.css +0 -1
- package/packages/theme-chalk/lib/sizer.css +0 -1
- package/packages/theme-chalk/lib/steps.css +0 -1
- package/packages/theme-chalk/lib/switch.css +0 -1
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +0 -1
- package/packages/theme-chalk/lib/tips.css +0 -1
- package/packages/theme-chalk/lib/toolbar.css +0 -1
- package/packages/theme-chalk/lib/tree-group.css +0 -1
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/upload.css +0 -1
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/main.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 35);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1702
1702
|
* @param {function} callback - 回调函数
|
|
1703
1703
|
**/
|
|
1704
1704
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1705
|
-
util_ajax({ url: api["
|
|
1705
|
+
util_ajax({ url: api["xb" /* mainConfig */] }).then(function (res) {
|
|
1706
1706
|
if (res && res.rCode === 0) {
|
|
1707
1707
|
callback(res.results);
|
|
1708
1708
|
}
|
|
@@ -2316,41 +2316,55 @@ var identical = function identical(_ref9) {
|
|
|
2316
2316
|
|
|
2317
2317
|
/**
|
|
2318
2318
|
* indexOfObj
|
|
2319
|
-
* @desc
|
|
2320
|
-
* @
|
|
2321
|
-
* @
|
|
2322
|
-
* @param {Array}
|
|
2323
|
-
* @
|
|
2324
|
-
|
|
2325
|
-
**/
|
|
2319
|
+
* @desc 查找数组对象下标
|
|
2320
|
+
* @param {Array} arry - 被查找的数组
|
|
2321
|
+
* @param {Object|string} target - 目标对象或字符串值
|
|
2322
|
+
* @param {string|Array<string>} key - 目标对象的属性名,可以是逗号分隔的字符串或数组
|
|
2323
|
+
* @returns {number} 找到返回下标,未找到返回-1
|
|
2324
|
+
*/
|
|
2326
2325
|
var indexOfObj = function indexOfObj(arry, target, key) {
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2326
|
+
// 参数校验
|
|
2327
|
+
if (!Array.isArray(arry)) {
|
|
2328
|
+
return -1;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
// 没有key的情况:直接比较对象
|
|
2332
|
+
if (!key) {
|
|
2333
|
+
var targetStr = JSON.stringify(target);
|
|
2334
|
+
for (var i = 0; i < arry.length; i++) {
|
|
2335
|
+
if (JSON.stringify(arry[i]) === targetStr) {
|
|
2336
|
+
return i;
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
return -1;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
// 统一处理key为数组
|
|
2343
|
+
var keys = Array.isArray(key) ? key : typeof key === 'string' ? key.split(',').map(function (k) {
|
|
2344
|
+
return k.trim();
|
|
2345
|
+
}) : [];
|
|
2346
|
+
|
|
2347
|
+
// 遍历数组查找匹配项
|
|
2348
|
+
for (var _i8 = 0; _i8 < arry.length; _i8++) {
|
|
2349
|
+
var currentItem = arry[_i8];
|
|
2350
|
+
|
|
2351
|
+
// 遍历所有key进行匹配
|
|
2352
|
+
for (var j = 0; j < keys.length; j++) {
|
|
2353
|
+
var currentKey = keys[j];
|
|
2354
|
+
|
|
2355
|
+
// 如果target是字符串,直接比较
|
|
2356
|
+
if (typeof target === 'string') {
|
|
2357
|
+
if (currentItem[currentKey] === target) {
|
|
2358
|
+
return _i8;
|
|
2343
2359
|
}
|
|
2344
|
-
|
|
2345
|
-
|
|
2360
|
+
} else if (target && (typeof target === 'undefined' ? 'undefined' : _typeof(target)) === 'object') {
|
|
2361
|
+
if (currentItem[currentKey] === target[currentKey]) {
|
|
2362
|
+
return _i8;
|
|
2346
2363
|
}
|
|
2347
2364
|
}
|
|
2348
|
-
} else {
|
|
2349
|
-
if (JSON.stringify(target) === JSON.stringify(arry[i])) {
|
|
2350
|
-
return i;
|
|
2351
|
-
}
|
|
2352
2365
|
}
|
|
2353
2366
|
}
|
|
2367
|
+
|
|
2354
2368
|
return -1;
|
|
2355
2369
|
};
|
|
2356
2370
|
/**
|
|
@@ -2453,7 +2467,7 @@ var isLogined = function () {
|
|
|
2453
2467
|
break;
|
|
2454
2468
|
}
|
|
2455
2469
|
|
|
2456
|
-
util_ajax({ method: 'post', url: api["
|
|
2470
|
+
util_ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
|
|
2457
2471
|
if (res.rCode === 0) {
|
|
2458
2472
|
removeStorage();
|
|
2459
2473
|
}
|
|
@@ -3606,10 +3620,10 @@ var setStorage = function setStorage(_ref18) {
|
|
|
3606
3620
|
}
|
|
3607
3621
|
}
|
|
3608
3622
|
} else {
|
|
3609
|
-
for (var
|
|
3610
|
-
var val = _typeof(key[
|
|
3611
|
-
localStorage.setItem(
|
|
3612
|
-
if (
|
|
3623
|
+
for (var _i9 in key) {
|
|
3624
|
+
var val = _typeof(key[_i9]) === 'object' ? JSON.stringify(key[_i9]) : key[_i9];
|
|
3625
|
+
localStorage.setItem(_i9, val);
|
|
3626
|
+
if (_i9 === 'token') {
|
|
3613
3627
|
setCookie('token', val);
|
|
3614
3628
|
}
|
|
3615
3629
|
}
|
|
@@ -3621,17 +3635,17 @@ var setStorage = function setStorage(_ref18) {
|
|
|
3621
3635
|
setCookie('token', value);
|
|
3622
3636
|
}
|
|
3623
3637
|
} else if (Array.isArray(key)) {
|
|
3624
|
-
for (var
|
|
3625
|
-
sessionStorage.setItem(key[
|
|
3626
|
-
if (key[
|
|
3638
|
+
for (var _i10 in key) {
|
|
3639
|
+
sessionStorage.setItem(key[_i10], value);
|
|
3640
|
+
if (key[_i10] === 'token') {
|
|
3627
3641
|
setCookie('token', value);
|
|
3628
3642
|
}
|
|
3629
3643
|
}
|
|
3630
3644
|
} else {
|
|
3631
|
-
for (var
|
|
3632
|
-
var _val = _typeof(key[
|
|
3633
|
-
sessionStorage.setItem(
|
|
3634
|
-
if (
|
|
3645
|
+
for (var _i11 in key) {
|
|
3646
|
+
var _val = _typeof(key[_i11]) === 'object' ? JSON.stringify(key[_i11]) : key[_i11];
|
|
3647
|
+
sessionStorage.setItem(_i11, _val);
|
|
3648
|
+
if (_i11 === 'token') {
|
|
3635
3649
|
setCookie('token', _val);
|
|
3636
3650
|
}
|
|
3637
3651
|
}
|
|
@@ -3759,16 +3773,16 @@ var setCookie = function setCookie(name, value) {
|
|
|
3759
3773
|
**/
|
|
3760
3774
|
var getCookie = function getCookie(name) {
|
|
3761
3775
|
var cookies = document.cookie.split(';');
|
|
3762
|
-
for (var _iterator = cookies, _isArray = Array.isArray(_iterator),
|
|
3776
|
+
for (var _iterator = cookies, _isArray = Array.isArray(_iterator), _i12 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
|
|
3763
3777
|
var _ref19;
|
|
3764
3778
|
|
|
3765
3779
|
if (_isArray) {
|
|
3766
|
-
if (
|
|
3767
|
-
_ref19 = _iterator[
|
|
3780
|
+
if (_i12 >= _iterator.length) break;
|
|
3781
|
+
_ref19 = _iterator[_i12++];
|
|
3768
3782
|
} else {
|
|
3769
|
-
|
|
3770
|
-
if (
|
|
3771
|
-
_ref19 =
|
|
3783
|
+
_i12 = _iterator.next();
|
|
3784
|
+
if (_i12.done) break;
|
|
3785
|
+
_ref19 = _i12.value;
|
|
3772
3786
|
}
|
|
3773
3787
|
|
|
3774
3788
|
var cookie = _ref19;
|
|
@@ -3920,16 +3934,16 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3920
3934
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3921
3935
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3922
3936
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3923
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return logout; });
|
|
3924
3938
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
|
|
3925
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return switchUserTo; });
|
|
3926
3940
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3927
3941
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
|
|
3928
3942
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3929
3943
|
/* unused harmony export updateCode */
|
|
3930
3944
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
|
|
3931
3945
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3932
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginModifyPassword; });
|
|
3933
3947
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3934
3948
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
|
|
3935
3949
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
@@ -3937,15 +3951,15 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3937
3951
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3938
3952
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
|
|
3939
3953
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
|
|
3940
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3954
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return scanCodeRetrialAuth; });
|
|
3941
3955
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3942
3956
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3943
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3957
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return userOnline; });
|
|
3944
3958
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
|
|
3945
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3959
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return recordUserApp; });
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return mainConfig; });
|
|
3947
3961
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
|
|
3948
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3962
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return updateUserInfo; });
|
|
3949
3963
|
/* unused harmony export getUserImgUrl */
|
|
3950
3964
|
/* unused harmony export getDoorIndex */
|
|
3951
3965
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3954,22 +3968,22 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3954
3968
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
3955
3969
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
3956
3970
|
/* unused harmony export getUserCustomInfo */
|
|
3957
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3958
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3971
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return updateUserCustomInfo; });
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sysMsgPage; });
|
|
3959
3973
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
|
|
3960
3974
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return searchType; });
|
|
3962
3976
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
|
|
3963
3977
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
3964
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3965
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return uploads; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return uploadOnlyOne; });
|
|
3966
3980
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
3967
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return uploadSort; });
|
|
3968
3982
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3969
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3970
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3971
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3972
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploadDownloads; });
|
|
3984
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct; });
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunct2; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunctOffice; });
|
|
3973
3987
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3974
3988
|
/* unused harmony export upload_updateClassify */
|
|
3975
3989
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
@@ -3984,13 +3998,13 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3984
3998
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
|
|
3985
3999
|
/* unused harmony export getCurrentuser */
|
|
3986
4000
|
/* unused harmony export mainDetail */
|
|
3987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3988
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toStartFlow; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return tempSave; });
|
|
3989
4003
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3990
4004
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3991
4005
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3992
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3993
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return saveCommonOpinion; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return updateCommonOpinion; });
|
|
3994
4008
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3995
4009
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
|
|
3996
4010
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
|
|
@@ -3999,82 +4013,85 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3999
4013
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
4000
4014
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
|
|
4001
4015
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
4002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskHandleHtml; });
|
|
4003
4017
|
/* unused harmony export getView */
|
|
4004
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4008
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return register; });
|
|
4019
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryList; });
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskRejectHtml; });
|
|
4021
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskRejectHtml; });
|
|
4022
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toStartTaskRead; });
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toStartTaskReadIndex; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReadHtml; });
|
|
4025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return rejectAndEnd; });
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toSendMsg; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return sendMsg; });
|
|
4014
4028
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
4015
4029
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4017
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4030
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return loginUserInfo; });
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return wss; });
|
|
4032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return topic; });
|
|
4019
4033
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
|
|
4020
4034
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
|
|
4021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskTransferIndex; });
|
|
4036
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskTransfer; });
|
|
4037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toPresetInfoListIndex; });
|
|
4024
4038
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
4025
4039
|
/* unused harmony export historyListJson */
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListJson; });
|
|
4041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pressListJson; });
|
|
4028
4042
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
4029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return modifyFlow; });
|
|
4030
4044
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4032
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4033
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4034
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4036
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4039
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4041
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4044
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4046
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4047
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4048
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskUnionExamine; });
|
|
4046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskUnionExamine; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskTakeAdvice; });
|
|
4048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskTakeAdvice; });
|
|
4049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskStartDraft; });
|
|
4050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskSupervise; });
|
|
4051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskSuperviseSub; });
|
|
4052
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskStartDraft; });
|
|
4053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskReview; });
|
|
4054
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskReview; });
|
|
4055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskUnionSeal; });
|
|
4056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskUnionSeal; });
|
|
4057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTwoOfficesDispatch; });
|
|
4058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return twoOfficesDispatch; });
|
|
4059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toResetProcessIndex; });
|
|
4060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return resetProcess; });
|
|
4061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskContinuationIndex; });
|
|
4062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskContinuation; });
|
|
4049
4063
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
4050
4064
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
4051
4065
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
4052
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4066
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4053
4067
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
4054
4068
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
4055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReadWithDraw; });
|
|
4070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4057
4071
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4072
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendList; });
|
|
4073
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendInfo; });
|
|
4060
4074
|
/* unused harmony export sendSave */
|
|
4061
4075
|
/* unused harmony export sendUpdate */
|
|
4062
4076
|
/* unused harmony export sendDelete */
|
|
4063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4077
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendBatch; });
|
|
4064
4078
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
4065
4079
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
4066
4080
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
4067
4081
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
|
|
4068
4082
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
4069
4083
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toFreeTaskCircularRead; });
|
|
4085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return isCancelSecondConfirmation; });
|
|
4071
4086
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
4072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toDefinitionChangeSort; });
|
|
4088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return setSort; });
|
|
4089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return queryUseCommonMenu; });
|
|
4073
4090
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
|
|
4074
4091
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
|
|
4075
4092
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
|
|
4076
4093
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
|
|
4077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryChildMenuUrl; });
|
|
4078
4095
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4079
4096
|
// 登录
|
|
4080
4097
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4341,9 +4358,15 @@ var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
|
|
|
4341
4358
|
var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
|
|
4342
4359
|
// 自由发起传阅查询
|
|
4343
4360
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4361
|
+
// 提交是否二次确认
|
|
4362
|
+
var isCancelSecondConfirmation = '/bpm/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4363
|
+
|
|
4344
4364
|
// 自由发起传阅提交
|
|
4345
4365
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
|
4346
|
-
|
|
4366
|
+
// 获取排序流程
|
|
4367
|
+
var toDefinitionChangeSort = '/bpm/bpmBackend/toDefinitionChangeSort';
|
|
4368
|
+
// 设置流程排序
|
|
4369
|
+
var setSort = '/bpm/bpmdefinition/setSort.json ';
|
|
4347
4370
|
// 查询常用菜单列表信息
|
|
4348
4371
|
var queryUseCommonMenu = '/sys/v1/userCustom/queryUseCommonMenu.dhtml';
|
|
4349
4372
|
// 查询待办任务数量
|
|
@@ -4580,7 +4603,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
|
|
|
4580
4603
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4581
4604
|
|
|
4582
4605
|
|
|
4583
|
-
var content = __webpack_require__(
|
|
4606
|
+
var content = __webpack_require__(29);
|
|
4584
4607
|
|
|
4585
4608
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
4586
4609
|
|
|
@@ -4594,7 +4617,7 @@ var options = {"hmr":true}
|
|
|
4594
4617
|
options.transform = transform
|
|
4595
4618
|
options.insertInto = undefined;
|
|
4596
4619
|
|
|
4597
|
-
var update = __webpack_require__(
|
|
4620
|
+
var update = __webpack_require__(31)(content, options);
|
|
4598
4621
|
|
|
4599
4622
|
if(content.locals) module.exports = content.locals;
|
|
4600
4623
|
|
|
@@ -4606,7 +4629,8 @@ if(false) {}
|
|
|
4606
4629
|
/* 24 */,
|
|
4607
4630
|
/* 25 */,
|
|
4608
4631
|
/* 26 */,
|
|
4609
|
-
/* 27
|
|
4632
|
+
/* 27 */,
|
|
4633
|
+
/* 28 */
|
|
4610
4634
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4611
4635
|
|
|
4612
4636
|
"use strict";
|
|
@@ -4616,17 +4640,17 @@ if(false) {}
|
|
|
4616
4640
|
|
|
4617
4641
|
|
|
4618
4642
|
/***/ }),
|
|
4619
|
-
/*
|
|
4643
|
+
/* 29 */
|
|
4620
4644
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4621
4645
|
|
|
4622
|
-
exports = module.exports = __webpack_require__(
|
|
4646
|
+
exports = module.exports = __webpack_require__(30)(false);
|
|
4623
4647
|
// Module
|
|
4624
4648
|
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
|
|
4625
4649
|
|
|
4626
4650
|
|
|
4627
4651
|
|
|
4628
4652
|
/***/ }),
|
|
4629
|
-
/*
|
|
4653
|
+
/* 30 */
|
|
4630
4654
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4631
4655
|
|
|
4632
4656
|
"use strict";
|
|
@@ -4717,7 +4741,7 @@ function toComment(sourceMap) {
|
|
|
4717
4741
|
}
|
|
4718
4742
|
|
|
4719
4743
|
/***/ }),
|
|
4720
|
-
/*
|
|
4744
|
+
/* 31 */
|
|
4721
4745
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4722
4746
|
|
|
4723
4747
|
/*
|
|
@@ -4786,7 +4810,7 @@ var singleton = null;
|
|
|
4786
4810
|
var singletonCounter = 0;
|
|
4787
4811
|
var stylesInsertedAtTop = [];
|
|
4788
4812
|
|
|
4789
|
-
var fixUrls = __webpack_require__(
|
|
4813
|
+
var fixUrls = __webpack_require__(32);
|
|
4790
4814
|
|
|
4791
4815
|
module.exports = function(list, options) {
|
|
4792
4816
|
if (typeof DEBUG !== "undefined" && DEBUG) {
|
|
@@ -5121,7 +5145,7 @@ function updateLink (link, options, obj) {
|
|
|
5121
5145
|
|
|
5122
5146
|
|
|
5123
5147
|
/***/ }),
|
|
5124
|
-
/*
|
|
5148
|
+
/* 32 */
|
|
5125
5149
|
/***/ (function(module, exports) {
|
|
5126
5150
|
|
|
5127
5151
|
|
|
@@ -5216,9 +5240,9 @@ module.exports = function (css) {
|
|
|
5216
5240
|
|
|
5217
5241
|
|
|
5218
5242
|
/***/ }),
|
|
5219
|
-
/* 32 */,
|
|
5220
5243
|
/* 33 */,
|
|
5221
|
-
/* 34
|
|
5244
|
+
/* 34 */,
|
|
5245
|
+
/* 35 */
|
|
5222
5246
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5223
5247
|
|
|
5224
5248
|
"use strict";
|
|
@@ -8210,7 +8234,7 @@ var external_throttle_debounce_ = __webpack_require__(13);
|
|
|
8210
8234
|
},
|
|
8211
8235
|
handleClick: function handleClick(res) {
|
|
8212
8236
|
util["a" /* default */].ajax({
|
|
8213
|
-
url: api["
|
|
8237
|
+
url: api["Ib" /* recordUserApp */],
|
|
8214
8238
|
params: {
|
|
8215
8239
|
userId: this.user.userId,
|
|
8216
8240
|
appId: res.id
|
|
@@ -8673,7 +8697,7 @@ var _props;
|
|
|
8673
8697
|
return _this2.formKey.includes(key);
|
|
8674
8698
|
})));
|
|
8675
8699
|
util["a" /* default */].ajax({
|
|
8676
|
-
url: api["
|
|
8700
|
+
url: api["Gc" /* updateUserInfo */],
|
|
8677
8701
|
params: _extends({}, data, {
|
|
8678
8702
|
oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
|
|
8679
8703
|
data: oldpassword,
|
|
@@ -8950,7 +8974,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8950
8974
|
var notify = this.checked.join(',');
|
|
8951
8975
|
util["a" /* default */].ajax({
|
|
8952
8976
|
method: 'post',
|
|
8953
|
-
url: api["
|
|
8977
|
+
url: api["Fc" /* updateUserCustomInfo */],
|
|
8954
8978
|
data: {
|
|
8955
8979
|
notify: notify
|
|
8956
8980
|
}
|
|
@@ -8980,7 +9004,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8980
9004
|
if (this.user.identityId !== res.id) {
|
|
8981
9005
|
util["a" /* default */].ajax({
|
|
8982
9006
|
method: 'post',
|
|
8983
|
-
url: api["
|
|
9007
|
+
url: api["Vb" /* switchUserTo */],
|
|
8984
9008
|
data: { userId: res.value }
|
|
8985
9009
|
}).then(function (res) {
|
|
8986
9010
|
if (res.rCode == 0) {
|
|
@@ -9377,7 +9401,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9377
9401
|
if (this.pageNum <= this.pageCount) {
|
|
9378
9402
|
this.loading = true;
|
|
9379
9403
|
util["a" /* default */].ajax({
|
|
9380
|
-
url: api["
|
|
9404
|
+
url: api["Wb" /* sysMsgPage */],
|
|
9381
9405
|
params: {
|
|
9382
9406
|
pageNum: reload ? 1 : this.pageNum,
|
|
9383
9407
|
pageSize: this.pageSize
|
|
@@ -10631,7 +10655,7 @@ settingsvue_type_template_id_1b15d77c_scoped_true_render._withStripped = true
|
|
|
10631
10655
|
// CONCATENATED MODULE: ./packages/main/src/public/settings.vue?vue&type=script&lang=js&
|
|
10632
10656
|
/* harmony default export */ var public_settingsvue_type_script_lang_js_ = (settingsvue_type_script_lang_js_);
|
|
10633
10657
|
// EXTERNAL MODULE: ./packages/main/src/public/settings.vue?vue&type=style&index=0&id=1b15d77c&prod&scoped=true&lang=css&
|
|
10634
|
-
var settingsvue_type_style_index_0_id_1b15d77c_prod_scoped_true_lang_css_ = __webpack_require__(
|
|
10658
|
+
var settingsvue_type_style_index_0_id_1b15d77c_prod_scoped_true_lang_css_ = __webpack_require__(28);
|
|
10635
10659
|
|
|
10636
10660
|
// CONCATENATED MODULE: ./packages/main/src/public/settings.vue
|
|
10637
10661
|
|
|
@@ -10779,7 +10803,7 @@ onlinevue_type_template_id_6706bd21_scoped_true_render._withStripped = true
|
|
|
10779
10803
|
props: {
|
|
10780
10804
|
sysuseronline: {
|
|
10781
10805
|
type: String,
|
|
10782
|
-
default: api["
|
|
10806
|
+
default: api["Lc" /* userOnline */]
|
|
10783
10807
|
}
|
|
10784
10808
|
},
|
|
10785
10809
|
data: function data() {
|
|
@@ -11452,7 +11476,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
11452
11476
|
},
|
|
11453
11477
|
searchType: {
|
|
11454
11478
|
type: String,
|
|
11455
|
-
default: api["
|
|
11479
|
+
default: api["Ob" /* searchType */]
|
|
11456
11480
|
},
|
|
11457
11481
|
pageSize: {
|
|
11458
11482
|
type: Number,
|
|
@@ -13257,8 +13281,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13257
13281
|
var _this6 = this;
|
|
13258
13282
|
|
|
13259
13283
|
this.webSocket = util["a" /* default */].socket({
|
|
13260
|
-
url: api["
|
|
13261
|
-
take: api["
|
|
13284
|
+
url: api["Mc" /* wss */],
|
|
13285
|
+
take: api["Cc" /* topic */],
|
|
13262
13286
|
success: function success(res) {
|
|
13263
13287
|
var data = res.data || {};
|
|
13264
13288
|
for (var i in data) {
|
|
@@ -13467,7 +13491,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13467
13491
|
**/
|
|
13468
13492
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
13469
13493
|
util["a" /* default */].ajax({
|
|
13470
|
-
url: api["
|
|
13494
|
+
url: api["Ib" /* recordUserApp */],
|
|
13471
13495
|
params: {
|
|
13472
13496
|
userId: this.user.userId,
|
|
13473
13497
|
appId: res.id
|
|
@@ -13791,7 +13815,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13791
13815
|
document.body.appendChild(iframe);
|
|
13792
13816
|
}
|
|
13793
13817
|
}
|
|
13794
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
13818
|
+
util["a" /* default */].ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
|
|
13795
13819
|
if (res.rCode == 0) {
|
|
13796
13820
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
13797
13821
|
if (_this7.onQuit && typeof _this7.onQuit === 'function') {
|
|
@@ -15032,7 +15056,7 @@ var handlervue_type_script_lang_js_data;
|
|
|
15032
15056
|
if (this.user.identityId !== res.id) {
|
|
15033
15057
|
util["a" /* default */].ajax({
|
|
15034
15058
|
method: 'post',
|
|
15035
|
-
url: api["
|
|
15059
|
+
url: api["Vb" /* switchUserTo */],
|
|
15036
15060
|
data: { userId: res.value }
|
|
15037
15061
|
}).then(function (res) {
|
|
15038
15062
|
if (res.rCode == 0) {
|
|
@@ -15520,7 +15544,7 @@ var userinfovue_type_script_lang_js_props;
|
|
|
15520
15544
|
return _this2.formKey.includes(key);
|
|
15521
15545
|
})));
|
|
15522
15546
|
util["a" /* default */].ajax({
|
|
15523
|
-
url: api["
|
|
15547
|
+
url: api["Gc" /* updateUserInfo */],
|
|
15524
15548
|
params: userinfovue_type_script_lang_js_extends({}, data, {
|
|
15525
15549
|
oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
|
|
15526
15550
|
data: oldpassword,
|
|
@@ -15797,7 +15821,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
|
|
|
15797
15821
|
var notify = this.checked.join(',');
|
|
15798
15822
|
util["a" /* default */].ajax({
|
|
15799
15823
|
method: 'post',
|
|
15800
|
-
url: api["
|
|
15824
|
+
url: api["Fc" /* updateUserCustomInfo */],
|
|
15801
15825
|
data: {
|
|
15802
15826
|
notify: notify
|
|
15803
15827
|
}
|
|
@@ -15827,7 +15851,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
|
|
|
15827
15851
|
if (this.user.identityId !== res.id) {
|
|
15828
15852
|
util["a" /* default */].ajax({
|
|
15829
15853
|
method: 'post',
|
|
15830
|
-
url: api["
|
|
15854
|
+
url: api["Vb" /* switchUserTo */],
|
|
15831
15855
|
data: { userId: res.value }
|
|
15832
15856
|
}).then(function (res) {
|
|
15833
15857
|
if (res.rCode == 0) {
|
|
@@ -16224,7 +16248,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
|
|
|
16224
16248
|
if (this.pageNum <= this.pageCount) {
|
|
16225
16249
|
this.loading = true;
|
|
16226
16250
|
util["a" /* default */].ajax({
|
|
16227
|
-
url: api["
|
|
16251
|
+
url: api["Wb" /* sysMsgPage */],
|
|
16228
16252
|
params: {
|
|
16229
16253
|
pageNum: reload ? 1 : this.pageNum,
|
|
16230
16254
|
pageSize: this.pageSize
|
|
@@ -17459,11 +17483,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
17459
17483
|
|
|
17460
17484
|
userCommonMenu: {
|
|
17461
17485
|
type: String,
|
|
17462
|
-
default: api["
|
|
17486
|
+
default: api["Hb" /* queryUseCommonMenu */]
|
|
17463
17487
|
},
|
|
17464
17488
|
queryChildMenu: {
|
|
17465
17489
|
type: String,
|
|
17466
|
-
default: api["
|
|
17490
|
+
default: api["Gb" /* queryChildMenuUrl */]
|
|
17467
17491
|
},
|
|
17468
17492
|
showTipNums: {
|
|
17469
17493
|
type: Boolean,
|
|
@@ -17917,7 +17941,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
17917
17941
|
var _this2 = this;
|
|
17918
17942
|
|
|
17919
17943
|
util["a" /* default */].ajax({
|
|
17920
|
-
url: api["
|
|
17944
|
+
url: api["Gb" /* queryChildMenuUrl */],
|
|
17921
17945
|
method: 'get'
|
|
17922
17946
|
}).then(function (res) {
|
|
17923
17947
|
if (res.rCode === 0) {
|
|
@@ -18770,8 +18794,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
18770
18794
|
var _this14 = this;
|
|
18771
18795
|
|
|
18772
18796
|
this.webSocket = util["a" /* default */].socket({
|
|
18773
|
-
url: api["
|
|
18774
|
-
take: api["
|
|
18797
|
+
url: api["Mc" /* wss */],
|
|
18798
|
+
take: api["Cc" /* topic */],
|
|
18775
18799
|
success: function success(res) {
|
|
18776
18800
|
var data = res.data || {};
|
|
18777
18801
|
for (var i in data) {
|
|
@@ -19180,7 +19204,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
19180
19204
|
document.body.appendChild(iframe);
|
|
19181
19205
|
}
|
|
19182
19206
|
}
|
|
19183
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
19207
|
+
util["a" /* default */].ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
|
|
19184
19208
|
if (res.rCode == 0) {
|
|
19185
19209
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
19186
19210
|
if (_this15.onQuit && typeof _this15.onQuit === 'function') {
|
|
@@ -20353,7 +20377,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20353
20377
|
|
|
20354
20378
|
switch (type) {
|
|
20355
20379
|
case 'job':
|
|
20356
|
-
util["a" /* default */].ajax({ url: api["
|
|
20380
|
+
util["a" /* default */].ajax({ url: api["Vb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
20357
20381
|
if (res.rCode == 0) {
|
|
20358
20382
|
util["a" /* default */].setStorage({
|
|
20359
20383
|
type: _this3.storage,
|
|
@@ -20393,7 +20417,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20393
20417
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
20394
20418
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
20395
20419
|
util["a" /* default */].ajax({
|
|
20396
|
-
url: api["
|
|
20420
|
+
url: api["Gc" /* updateUserInfo */],
|
|
20397
20421
|
params: {
|
|
20398
20422
|
email: this.values.email,
|
|
20399
20423
|
officeTel: this.values.officeTel,
|
|
@@ -20451,7 +20475,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20451
20475
|
var notify = _this4.values.notify.sort().join(',');
|
|
20452
20476
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
20453
20477
|
util["a" /* default */].ajax({
|
|
20454
|
-
url: api["
|
|
20478
|
+
url: api["Fc" /* updateUserCustomInfo */],
|
|
20455
20479
|
params: {
|
|
20456
20480
|
notify: notify
|
|
20457
20481
|
}
|
|
@@ -20806,7 +20830,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
20806
20830
|
if (this.pageNum <= this.pageCount) {
|
|
20807
20831
|
this.loading = true;
|
|
20808
20832
|
util["a" /* default */].ajax({
|
|
20809
|
-
url: api["
|
|
20833
|
+
url: api["Wb" /* sysMsgPage */],
|
|
20810
20834
|
params: {
|
|
20811
20835
|
pageNum: reload ? 1 : this.pageNum,
|
|
20812
20836
|
pageSize: this.pageSize
|
|
@@ -21700,7 +21724,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
21700
21724
|
//获取用户信息的接口
|
|
21701
21725
|
mainConfig: {
|
|
21702
21726
|
type: String,
|
|
21703
|
-
default: api["
|
|
21727
|
+
default: api["xb" /* mainConfig */]
|
|
21704
21728
|
},
|
|
21705
21729
|
iframeId: {
|
|
21706
21730
|
type: String,
|
|
@@ -22125,7 +22149,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
22125
22149
|
return;
|
|
22126
22150
|
}
|
|
22127
22151
|
util["a" /* default */].ajax({
|
|
22128
|
-
url: api["
|
|
22152
|
+
url: api["Fc" /* updateUserCustomInfo */],
|
|
22129
22153
|
params: { color: escape(color.toLowerCase()) },
|
|
22130
22154
|
data: { color: escape(color.toLowerCase()) }
|
|
22131
22155
|
}).then(function (res) {
|
|
@@ -23339,8 +23363,8 @@ var log = util["a" /* default */].getParams('console');
|
|
|
23339
23363
|
var _this11 = this;
|
|
23340
23364
|
|
|
23341
23365
|
this.webSocket = util["a" /* default */].socket({
|
|
23342
|
-
url: api["
|
|
23343
|
-
take: api["
|
|
23366
|
+
url: api["Mc" /* wss */],
|
|
23367
|
+
take: api["Cc" /* topic */],
|
|
23344
23368
|
success: function success(res) {
|
|
23345
23369
|
var data = res.data || {};
|
|
23346
23370
|
for (var i in data) {
|