eoss-ui 0.6.30 → 0.6.32
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 +74 -57
- package/lib/flow-group.js +1 -1
- package/lib/flow-list.js +1 -1
- package/lib/flow.js +1 -1
- package/lib/form.js +1 -1
- package/lib/handle-user.js +7 -3
- package/lib/handler.js +1 -1
- package/lib/icon.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +1 -1
- package/lib/input.js +1 -1
- package/lib/login.js +1 -1
- package/lib/main.js +47 -35
- package/lib/nav.js +1 -1
- package/lib/page.js +1 -1
- package/lib/pagination.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/retrial-auth.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/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/tips.js +1 -1
- package/lib/tree-group.js +1 -1
- package/lib/tree.js +1 -1
- package/lib/upload.js +14 -13
- package/lib/utils/util.js +1 -1
- package/lib/wujie.js +1 -1
- package/lib/wxlogin.js +1 -1
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/handle-user/src/main.vue +4 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/simplicity/index.vue +21 -16
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/src/simplicity.scss +6 -0
- package/packages/upload/src/main.vue +19 -9
- package/src/.DS_Store +0 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +0 -1
package/lib/input-number.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/input.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/login.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/main.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
|
@@ -4100,8 +4100,8 @@ render._withStripped = true
|
|
|
4100
4100
|
// EXTERNAL MODULE: ./src/config/image.js
|
|
4101
4101
|
var config_image = __webpack_require__(17);
|
|
4102
4102
|
|
|
4103
|
-
// 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=
|
|
4104
|
-
var
|
|
4103
|
+
// 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=9473ec14&scoped=true&
|
|
4104
|
+
var simplicityvue_type_template_id_9473ec14_scoped_true_render = function () {
|
|
4105
4105
|
var _vm = this
|
|
4106
4106
|
var _h = _vm.$createElement
|
|
4107
4107
|
var _c = _vm._self._c || _h
|
|
@@ -4186,7 +4186,12 @@ var simplicityvue_type_template_id_051def80_scoped_true_render = function () {
|
|
|
4186
4186
|
[
|
|
4187
4187
|
_c(
|
|
4188
4188
|
"el-badge",
|
|
4189
|
-
_vm._b(
|
|
4189
|
+
_vm._b(
|
|
4190
|
+
{ staticClass: "es-simplicity-side-app-badge" },
|
|
4191
|
+
"el-badge",
|
|
4192
|
+
_vm.getBadge(item),
|
|
4193
|
+
false
|
|
4194
|
+
),
|
|
4190
4195
|
[
|
|
4191
4196
|
_c("es-icon", {
|
|
4192
4197
|
staticClass: "es-simplicity-side-app-icon",
|
|
@@ -4732,11 +4737,11 @@ var simplicityvue_type_template_id_051def80_scoped_true_render = function () {
|
|
|
4732
4737
|
),
|
|
4733
4738
|
])
|
|
4734
4739
|
}
|
|
4735
|
-
var
|
|
4736
|
-
|
|
4740
|
+
var simplicityvue_type_template_id_9473ec14_scoped_true_staticRenderFns = []
|
|
4741
|
+
simplicityvue_type_template_id_9473ec14_scoped_true_render._withStripped = true
|
|
4737
4742
|
|
|
4738
4743
|
|
|
4739
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
4744
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=9473ec14&scoped=true&
|
|
4740
4745
|
|
|
4741
4746
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
|
|
4742
4747
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -10327,6 +10332,9 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
10327
10332
|
//
|
|
10328
10333
|
//
|
|
10329
10334
|
//
|
|
10335
|
+
//
|
|
10336
|
+
//
|
|
10337
|
+
//
|
|
10330
10338
|
|
|
10331
10339
|
|
|
10332
10340
|
|
|
@@ -11471,19 +11479,23 @@ var events = [function (tabs, index, that) {
|
|
|
11471
11479
|
this.tabs.push(tab);
|
|
11472
11480
|
this.activeName = res.id;
|
|
11473
11481
|
} else {
|
|
11474
|
-
|
|
11475
|
-
|
|
11476
|
-
|
|
11477
|
-
|
|
11478
|
-
|
|
11479
|
-
|
|
11480
|
-
|
|
11481
|
-
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11485
|
-
|
|
11486
|
-
|
|
11482
|
+
this.tabs = events[0](this.tabs, i, this);
|
|
11483
|
+
// let tab = this.tabs[i];
|
|
11484
|
+
// if (tab.method === 'iframe') {
|
|
11485
|
+
// this.activeName = res.id;
|
|
11486
|
+
// this.$set(this.tabs[i], 'url', util.handlerUrl(tab.url));
|
|
11487
|
+
// } else {
|
|
11488
|
+
// if (tab.method === 'wujie' && tab.appCode) {
|
|
11489
|
+
// window.document
|
|
11490
|
+
// .querySelector(`iframe[name=${tab.appCode}]`)
|
|
11491
|
+
// .contentWindow.location.reload(true);
|
|
11492
|
+
// }
|
|
11493
|
+
// if (tab.method === 'router') {
|
|
11494
|
+
// this.$set(this.tabs[i], 'keys', util.uuid());
|
|
11495
|
+
// }
|
|
11496
|
+
// this.activeName = res.id;
|
|
11497
|
+
// }
|
|
11498
|
+
this.activeName = res.id;
|
|
11487
11499
|
}
|
|
11488
11500
|
},
|
|
11489
11501
|
|
|
@@ -11538,14 +11550,14 @@ var events = [function (tabs, index, that) {
|
|
|
11538
11550
|
if (tab.method === 'iframe') {
|
|
11539
11551
|
tab.url = util["a" /* default */].handlerUrl(tab.url);
|
|
11540
11552
|
} else {
|
|
11541
|
-
var
|
|
11542
|
-
if (
|
|
11543
|
-
this.$set(this.tabs[i], 'url', util["a" /* default */].handlerUrl(
|
|
11553
|
+
var _tab6 = this.tabs[i];
|
|
11554
|
+
if (_tab6.method === 'iframe') {
|
|
11555
|
+
this.$set(this.tabs[i], 'url', util["a" /* default */].handlerUrl(_tab6.url));
|
|
11544
11556
|
}
|
|
11545
|
-
if (
|
|
11546
|
-
window.document.querySelector('iframe[name=' +
|
|
11557
|
+
if (_tab6.method === 'wujie' && _tab6.appCode) {
|
|
11558
|
+
window.document.querySelector('iframe[name=' + _tab6.appCode + ']').contentWindow.location.reload(true);
|
|
11547
11559
|
}
|
|
11548
|
-
if (
|
|
11560
|
+
if (_tab6.method === 'router') {
|
|
11549
11561
|
this.$set(this.tabs[i], 'keys', util["a" /* default */].uuid());
|
|
11550
11562
|
}
|
|
11551
11563
|
}
|
|
@@ -11838,14 +11850,14 @@ var events = [function (tabs, index, that) {
|
|
|
11838
11850
|
var tab = this.setIframeType(obj);
|
|
11839
11851
|
this.tabs.splice(n + 1, 0, tab);
|
|
11840
11852
|
} else {
|
|
11841
|
-
var
|
|
11842
|
-
if (
|
|
11843
|
-
this.$set(this.tabs[i], 'url', util["a" /* default */].handlerUrl(
|
|
11853
|
+
var _tab7 = this.tabs[i];
|
|
11854
|
+
if (_tab7.method === 'iframe') {
|
|
11855
|
+
this.$set(this.tabs[i], 'url', util["a" /* default */].handlerUrl(_tab7.url));
|
|
11844
11856
|
}
|
|
11845
|
-
if (
|
|
11846
|
-
window.document.querySelector('iframe[name=' +
|
|
11857
|
+
if (_tab7.method === 'wujie' && _tab7.appCode) {
|
|
11858
|
+
window.document.querySelector('iframe[name=' + _tab7.appCode + ']').contentWindow.location.reload(true);
|
|
11847
11859
|
}
|
|
11848
|
-
if (
|
|
11860
|
+
if (_tab7.method === 'router') {
|
|
11849
11861
|
this.$set(this.tabs[i], 'keys', util["a" /* default */].uuid());
|
|
11850
11862
|
}
|
|
11851
11863
|
}
|
|
@@ -11906,11 +11918,11 @@ var events = [function (tabs, index, that) {
|
|
|
11906
11918
|
|
|
11907
11919
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
11908
11920
|
src_simplicityvue_type_script_lang_js_,
|
|
11909
|
-
|
|
11910
|
-
|
|
11921
|
+
simplicityvue_type_template_id_9473ec14_scoped_true_render,
|
|
11922
|
+
simplicityvue_type_template_id_9473ec14_scoped_true_staticRenderFns,
|
|
11911
11923
|
false,
|
|
11912
11924
|
null,
|
|
11913
|
-
"
|
|
11925
|
+
"9473ec14",
|
|
11914
11926
|
null
|
|
11915
11927
|
|
|
11916
11928
|
)
|
package/lib/nav.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/page.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/pagination.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/player.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/qr-code.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/radio-group.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/retrial-auth.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/select-ganged.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/select.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/selector-panel.js
CHANGED
|
@@ -258,7 +258,7 @@ var ajax = function ajax(_ref) {
|
|
|
258
258
|
}
|
|
259
259
|
if (response.status === 200) {
|
|
260
260
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
261
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
261
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
262
262
|
var href = '';
|
|
263
263
|
try {
|
|
264
264
|
href = win.top.location.href;
|
package/lib/selector.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/sizer.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/steps.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/switch.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/table-form.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|
package/lib/tabs.js
CHANGED
|
@@ -259,7 +259,7 @@ var ajax = function ajax(_ref) {
|
|
|
259
259
|
}
|
|
260
260
|
if (response.status === 200) {
|
|
261
261
|
if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
|
|
262
|
-
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', '
|
|
262
|
+
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
|
|
263
263
|
var href = '';
|
|
264
264
|
try {
|
|
265
265
|
href = win.top.location.href;
|