eoss-ui 0.4.32 → 0.4.34
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 +1 -1
- package/lib/button.js +1 -1
- package/lib/checkbox-group.js +1 -1
- package/lib/data-table-form.js +1 -1
- package/lib/data-table.js +1 -1
- package/lib/date-picker.js +1 -1
- package/lib/dialog.js +1 -1
- package/lib/eoss-ui.common.js +122 -115
- package/lib/flow-group.js +1 -1
- package/lib/flow-list.js +1 -1
- package/lib/flow.js +65 -56
- package/lib/form.js +1 -1
- package/lib/handle-user.js +4 -4
- package/lib/handler.js +4 -4
- package/lib/index.js +1 -1
- package/lib/input-number.js +1 -1
- package/lib/input.js +2 -2
- package/lib/login.js +1 -1
- package/lib/main.js +5 -5
- package/lib/mainComp.js +5 -5
- package/lib/nav.js +1 -1
- package/lib/page.js +1 -1
- package/lib/player.js +1 -1
- package/lib/qr-code.js +1 -1
- package/lib/radio-group.js +1 -1
- package/lib/select-ganged.js +1 -1
- package/lib/select.js +1 -1
- package/lib/selector-panel.js +1 -1
- package/lib/selector.js +1 -1
- package/lib/sizer.js +1 -1
- package/lib/steps.js +1 -1
- package/lib/switch.js +1 -1
- package/lib/table-form.js +1 -1
- package/lib/tabs.js +1 -1
- package/lib/tips.js +1 -1
- package/lib/tree-group.js +4 -3
- package/lib/tree.js +4 -7
- package/lib/upload.js +1 -1
- package/lib/utils/util.js +1 -1
- package/lib/wujie.js +1 -1
- package/lib/wxlogin.js +1 -1
- package/package.json +2 -2
- package/packages/flow/src/component/taskUnionExamine.vue +30 -25
- package/packages/flow/src/main.vue +25 -18
- package/packages/handle-user/src/main.vue +4 -4
- package/packages/handler/src/main.vue +2 -1
- package/packages/input/src/main.vue +12 -5
- package/packages/main/src/main.vue +3 -2
- package/packages/mainComp/src/main.vue +3 -2
- package/packages/tree/src/main.vue +1 -4
- package/packages/tree-group/src/main.vue +1 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +2 -1
package/lib/flow-group.js
CHANGED
|
@@ -245,7 +245,7 @@ var ajax = function ajax(_ref) {
|
|
|
245
245
|
}
|
|
246
246
|
if (response.status === 200) {
|
|
247
247
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
248
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig']);
|
|
248
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
249
249
|
if (win.top.location.href.indexOf('#/login') === -1 && win.top.location.href.indexOf('/login.html') === -1) {
|
|
250
250
|
clearTimeout(loginMsg);
|
|
251
251
|
loginMsg = setTimeout(function () {
|
package/lib/flow-list.js
CHANGED
|
@@ -245,7 +245,7 @@ var ajax = function ajax(_ref) {
|
|
|
245
245
|
}
|
|
246
246
|
if (response.status === 200) {
|
|
247
247
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
248
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig']);
|
|
248
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
249
249
|
if (win.top.location.href.indexOf('#/login') === -1 && win.top.location.href.indexOf('/login.html') === -1) {
|
|
250
250
|
clearTimeout(loginMsg);
|
|
251
251
|
loginMsg = setTimeout(function () {
|
package/lib/flow.js
CHANGED
|
@@ -244,7 +244,7 @@ var ajax = function ajax(_ref) {
|
|
|
244
244
|
}
|
|
245
245
|
if (response.status === 200) {
|
|
246
246
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
247
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig']);
|
|
247
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
248
248
|
if (win.top.location.href.indexOf('#/login') === -1 && win.top.location.href.indexOf('/login.html') === -1) {
|
|
249
249
|
clearTimeout(loginMsg);
|
|
250
250
|
loginMsg = setTimeout(function () {
|
|
@@ -2871,7 +2871,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
2871
2871
|
// ESM COMPAT FLAG
|
|
2872
2872
|
__webpack_require__.r(__webpack_exports__);
|
|
2873
2873
|
|
|
2874
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
2874
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=2fc9ba20&
|
|
2875
2875
|
var render = function () {
|
|
2876
2876
|
var _vm = this
|
|
2877
2877
|
var _h = _vm.$createElement
|
|
@@ -3841,37 +3841,41 @@ var render = function () {
|
|
|
3841
3841
|
1
|
|
3842
3842
|
)
|
|
3843
3843
|
: _vm._e(),
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
directives: [
|
|
3844
|
+
_vm.nodeInfo.option.length > 0
|
|
3845
|
+
? _c(
|
|
3846
|
+
"div",
|
|
3847
|
+
{ staticClass: "es-user-defined" },
|
|
3848
|
+
_vm._l(_vm.btnList, function (item) {
|
|
3849
|
+
return _c(
|
|
3850
|
+
"el-button",
|
|
3852
3851
|
{
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3852
|
+
directives: [
|
|
3853
|
+
{
|
|
3854
|
+
name: "show",
|
|
3855
|
+
rawName: "v-show",
|
|
3856
|
+
value:
|
|
3857
|
+
_vm.isSubmitButtonShowAgreeAndDisagree != 1,
|
|
3858
|
+
expression:
|
|
3859
|
+
"isSubmitButtonShowAgreeAndDisagree != 1",
|
|
3860
|
+
},
|
|
3861
|
+
],
|
|
3862
|
+
key: item.name,
|
|
3863
|
+
style: _vm.btnStyle,
|
|
3864
|
+
attrs: { type: item.type },
|
|
3865
|
+
on: {
|
|
3866
|
+
click: function ($event) {
|
|
3867
|
+
item.event === "sub"
|
|
3868
|
+
? _vm.subProcess()
|
|
3869
|
+
: _vm.saveInfo(false, item)
|
|
3870
|
+
},
|
|
3871
|
+
},
|
|
3867
3872
|
},
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3873
|
+
[_vm._v("\n " + _vm._s(item.text) + "\n ")]
|
|
3874
|
+
)
|
|
3875
|
+
}),
|
|
3876
|
+
1
|
|
3871
3877
|
)
|
|
3872
|
-
|
|
3873
|
-
1
|
|
3874
|
-
),
|
|
3878
|
+
: _vm._e(),
|
|
3875
3879
|
!_vm.isFlow
|
|
3876
3880
|
? _c(
|
|
3877
3881
|
"div",
|
|
@@ -4196,7 +4200,7 @@ var staticRenderFns = []
|
|
|
4196
4200
|
render._withStripped = true
|
|
4197
4201
|
|
|
4198
4202
|
|
|
4199
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
4203
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2fc9ba20&
|
|
4200
4204
|
|
|
4201
4205
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4202
4206
|
var regenerator_ = __webpack_require__(9);
|
|
@@ -10171,8 +10175,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10171
10175
|
)
|
|
10172
10176
|
|
|
10173
10177
|
/* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
|
|
10174
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
10175
|
-
var
|
|
10178
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=2500d84f&
|
|
10179
|
+
var taskUnionExaminevue_type_template_id_2500d84f_render = function () {
|
|
10176
10180
|
var _vm = this
|
|
10177
10181
|
var _h = _vm.$createElement
|
|
10178
10182
|
var _c = _vm._self._c || _h
|
|
@@ -10374,7 +10378,7 @@ var taskUnionExaminevue_type_template_id_5c89b454_render = function () {
|
|
|
10374
10378
|
_c(
|
|
10375
10379
|
"el-button",
|
|
10376
10380
|
{ attrs: { size: "small" }, on: { click: _vm.quit } },
|
|
10377
|
-
[_vm._v("
|
|
10381
|
+
[_vm._v(" 取消 ")]
|
|
10378
10382
|
),
|
|
10379
10383
|
],
|
|
10380
10384
|
1
|
|
@@ -10387,11 +10391,11 @@ var taskUnionExaminevue_type_template_id_5c89b454_render = function () {
|
|
|
10387
10391
|
1
|
|
10388
10392
|
)
|
|
10389
10393
|
}
|
|
10390
|
-
var
|
|
10391
|
-
|
|
10394
|
+
var taskUnionExaminevue_type_template_id_2500d84f_staticRenderFns = []
|
|
10395
|
+
taskUnionExaminevue_type_template_id_2500d84f_render._withStripped = true
|
|
10392
10396
|
|
|
10393
10397
|
|
|
10394
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
10398
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=2500d84f&
|
|
10395
10399
|
|
|
10396
10400
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
10397
10401
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -10502,8 +10506,6 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10502
10506
|
//
|
|
10503
10507
|
//
|
|
10504
10508
|
//
|
|
10505
|
-
//
|
|
10506
|
-
//
|
|
10507
10509
|
|
|
10508
10510
|
|
|
10509
10511
|
|
|
@@ -10561,7 +10563,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10561
10563
|
this.newMultiple = false;
|
|
10562
10564
|
}
|
|
10563
10565
|
if (this.type == 'takeAdvice') {
|
|
10564
|
-
this.params.filid = sessionStorage.getItem('
|
|
10566
|
+
this.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId;
|
|
10565
10567
|
}
|
|
10566
10568
|
},
|
|
10567
10569
|
subTaskReview: function subTaskReview() {
|
|
@@ -10747,8 +10749,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10747
10749
|
data: {
|
|
10748
10750
|
opinion: opinion,
|
|
10749
10751
|
pendingId: pendingId,
|
|
10750
|
-
nextOtherOrgObj: nextOtherOrgObj.join(','),
|
|
10751
|
-
nextCurrentOrgObj: nextCurrentOrgObj.join(','),
|
|
10752
|
+
nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
|
|
10753
|
+
nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
|
|
10752
10754
|
notificationMsg: noticeInfo,
|
|
10753
10755
|
notificationType: noticeType.join(','),
|
|
10754
10756
|
choiceDeptId: choiceDeptId,
|
|
@@ -10793,6 +10795,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10793
10795
|
newNextUser = item.stype + '-' + item.id;
|
|
10794
10796
|
}
|
|
10795
10797
|
});
|
|
10798
|
+
console.log(options, newNextUser, 'newNextUser');
|
|
10796
10799
|
this.infoList[type] = newNextUser;
|
|
10797
10800
|
},
|
|
10798
10801
|
getNodeType: function getNodeType() {
|
|
@@ -10871,8 +10874,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10871
10874
|
|
|
10872
10875
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
10873
10876
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
10874
|
-
|
|
10875
|
-
|
|
10877
|
+
taskUnionExaminevue_type_template_id_2500d84f_render,
|
|
10878
|
+
taskUnionExaminevue_type_template_id_2500d84f_staticRenderFns,
|
|
10876
10879
|
false,
|
|
10877
10880
|
null,
|
|
10878
10881
|
null,
|
|
@@ -12084,6 +12087,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12084
12087
|
this.flowMultiple = true;
|
|
12085
12088
|
this.flowDisabled = false;
|
|
12086
12089
|
this.flowTitle = res.value;
|
|
12090
|
+
|
|
12087
12091
|
this.toTakeAdvice(res);
|
|
12088
12092
|
} else if (res.fun === 'toUnionExamine()') {
|
|
12089
12093
|
//联合审核
|
|
@@ -12125,13 +12129,14 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12125
12129
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
12126
12130
|
var _this10 = this;
|
|
12127
12131
|
|
|
12132
|
+
console.log(res, this.taskExamineInfo, 'this.taskExamineInfo');
|
|
12128
12133
|
var params = {
|
|
12129
12134
|
url: api["T" /* isCanStartSubFlow */],
|
|
12130
|
-
|
|
12135
|
+
data: {
|
|
12131
12136
|
appId: this.taskExamineInfo.appId,
|
|
12132
12137
|
inevitableNode: res.inevitableNode
|
|
12133
12138
|
},
|
|
12134
|
-
method: '
|
|
12139
|
+
method: 'post',
|
|
12135
12140
|
headers: { Accept: 'application/json,text/plain' }
|
|
12136
12141
|
};
|
|
12137
12142
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
@@ -12200,7 +12205,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12200
12205
|
url: api["fb" /* rejectAndEnd */],
|
|
12201
12206
|
headers: { Accept: 'application/json,text/plain' },
|
|
12202
12207
|
method: 'post',
|
|
12203
|
-
|
|
12208
|
+
data: {
|
|
12204
12209
|
opinion: _this11.value,
|
|
12205
12210
|
pendingId: _this11.pendingId,
|
|
12206
12211
|
isSinglePage: false
|
|
@@ -12674,17 +12679,21 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12674
12679
|
|
|
12675
12680
|
_this15.loading.close();
|
|
12676
12681
|
if (status === 'success') {
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
return item.processDefKey == _this15.defaultProcessKey;
|
|
12680
|
-
});
|
|
12681
|
-
if (_this15.nodeInfo.nextNode.length) {
|
|
12682
|
-
_this15.nodeInfo.nextNode = _this15.nodeInfo.nextNode[0].processDefId;
|
|
12682
|
+
if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
|
|
12683
|
+
_this15.$message.error('流程不存在或未关联对应流程!');
|
|
12683
12684
|
} else {
|
|
12684
|
-
|
|
12685
|
-
|
|
12685
|
+
_this15.nodeInfo.option = data.definitionList;
|
|
12686
|
+
_this15.nodeInfo.nextNode = data.definitionList.filter(function (item) {
|
|
12687
|
+
return item.processDefKey == _this15.defaultProcessKey;
|
|
12688
|
+
});
|
|
12689
|
+
if (_this15.nodeInfo.nextNode.length) {
|
|
12690
|
+
_this15.nodeInfo.nextNode = _this15.nodeInfo.nextNode[0].processDefId;
|
|
12686
12691
|
} else {
|
|
12687
|
-
|
|
12692
|
+
if (data.definitionList.length == 1) {
|
|
12693
|
+
_this15.nodeInfo.nextNode = data.definitionList[0].processDefId;
|
|
12694
|
+
} else {
|
|
12695
|
+
_this15.nodeInfo.nextNode = '';
|
|
12696
|
+
}
|
|
12688
12697
|
}
|
|
12689
12698
|
}
|
|
12690
12699
|
} else {
|
package/lib/form.js
CHANGED
|
@@ -245,7 +245,7 @@ var ajax = function ajax(_ref) {
|
|
|
245
245
|
}
|
|
246
246
|
if (response.status === 200) {
|
|
247
247
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
248
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig']);
|
|
248
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
249
249
|
if (win.top.location.href.indexOf('#/login') === -1 && win.top.location.href.indexOf('/login.html') === -1) {
|
|
250
250
|
clearTimeout(loginMsg);
|
|
251
251
|
loginMsg = setTimeout(function () {
|
package/lib/handle-user.js
CHANGED
|
@@ -245,7 +245,7 @@ var ajax = function ajax(_ref) {
|
|
|
245
245
|
}
|
|
246
246
|
if (response.status === 200) {
|
|
247
247
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
248
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig']);
|
|
248
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
249
249
|
if (win.top.location.href.indexOf('#/login') === -1 && win.top.location.href.indexOf('/login.html') === -1) {
|
|
250
250
|
clearTimeout(loginMsg);
|
|
251
251
|
loginMsg = setTimeout(function () {
|
|
@@ -2664,7 +2664,7 @@ module.exports = require("axios");
|
|
|
2664
2664
|
// ESM COMPAT FLAG
|
|
2665
2665
|
__webpack_require__.r(__webpack_exports__);
|
|
2666
2666
|
|
|
2667
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=
|
|
2667
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=3c113ae4&
|
|
2668
2668
|
var render = function () {
|
|
2669
2669
|
var _vm = this
|
|
2670
2670
|
var _h = _vm.$createElement
|
|
@@ -2752,7 +2752,7 @@ var staticRenderFns = []
|
|
|
2752
2752
|
render._withStripped = true
|
|
2753
2753
|
|
|
2754
2754
|
|
|
2755
|
-
// CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=
|
|
2755
|
+
// CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=3c113ae4&
|
|
2756
2756
|
|
|
2757
2757
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2758
2758
|
var api = __webpack_require__(1);
|
|
@@ -2862,7 +2862,7 @@ var util = __webpack_require__(0);
|
|
|
2862
2862
|
type: 'success',
|
|
2863
2863
|
duration: 500,
|
|
2864
2864
|
onClose: function onClose() {
|
|
2865
|
-
util["a" /* default */].removeStorage('mainConfig');
|
|
2865
|
+
util["a" /* default */].removeStorage(['mainConfig', 'jump']);
|
|
2866
2866
|
util["a" /* default */].win.top.location.reload();
|
|
2867
2867
|
}
|
|
2868
2868
|
});
|
package/lib/handler.js
CHANGED
|
@@ -245,7 +245,7 @@ var ajax = function ajax(_ref) {
|
|
|
245
245
|
}
|
|
246
246
|
if (response.status === 200) {
|
|
247
247
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
248
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig']);
|
|
248
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
249
249
|
if (win.top.location.href.indexOf('#/login') === -1 && win.top.location.href.indexOf('/login.html') === -1) {
|
|
250
250
|
clearTimeout(loginMsg);
|
|
251
251
|
loginMsg = setTimeout(function () {
|
|
@@ -2664,7 +2664,7 @@ module.exports = require("axios");
|
|
|
2664
2664
|
// ESM COMPAT FLAG
|
|
2665
2665
|
__webpack_require__.r(__webpack_exports__);
|
|
2666
2666
|
|
|
2667
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=
|
|
2667
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=01f71c21&
|
|
2668
2668
|
var render = function () {
|
|
2669
2669
|
var _vm = this
|
|
2670
2670
|
var _h = _vm.$createElement
|
|
@@ -2839,7 +2839,7 @@ var staticRenderFns = []
|
|
|
2839
2839
|
render._withStripped = true
|
|
2840
2840
|
|
|
2841
2841
|
|
|
2842
|
-
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=
|
|
2842
|
+
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=01f71c21&
|
|
2843
2843
|
|
|
2844
2844
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2845
2845
|
var api = __webpack_require__(1);
|
|
@@ -3108,7 +3108,7 @@ var util = __webpack_require__(0);
|
|
|
3108
3108
|
}).then(function () {
|
|
3109
3109
|
util["a" /* default */].ajax({ method: 'post', url: api["V" /* logout */] }).then(function (res) {
|
|
3110
3110
|
if (res.rCode == 0) {
|
|
3111
|
-
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig']);
|
|
3111
|
+
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
3112
3112
|
if (_this.onQuit && typeof _this.onQuit === 'function') {
|
|
3113
3113
|
_this.onQuit();
|
|
3114
3114
|
} else {
|