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.
Files changed (60) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/checkbox-group.js +1 -1
  4. package/lib/data-table-form.js +1 -1
  5. package/lib/data-table.js +1 -1
  6. package/lib/date-picker.js +1 -1
  7. package/lib/dialog.js +1 -1
  8. package/lib/eoss-ui.common.js +74 -57
  9. package/lib/flow-group.js +1 -1
  10. package/lib/flow-list.js +1 -1
  11. package/lib/flow.js +1 -1
  12. package/lib/form.js +1 -1
  13. package/lib/handle-user.js +7 -3
  14. package/lib/handler.js +1 -1
  15. package/lib/icon.js +1 -1
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +1 -1
  18. package/lib/input.js +1 -1
  19. package/lib/login.js +1 -1
  20. package/lib/main.js +47 -35
  21. package/lib/nav.js +1 -1
  22. package/lib/page.js +1 -1
  23. package/lib/pagination.js +1 -1
  24. package/lib/player.js +1 -1
  25. package/lib/qr-code.js +1 -1
  26. package/lib/radio-group.js +1 -1
  27. package/lib/retrial-auth.js +1 -1
  28. package/lib/select-ganged.js +1 -1
  29. package/lib/select.js +1 -1
  30. package/lib/selector-panel.js +1 -1
  31. package/lib/selector.js +1 -1
  32. package/lib/sizer.js +1 -1
  33. package/lib/steps.js +1 -1
  34. package/lib/switch.js +1 -1
  35. package/lib/table-form.js +1 -1
  36. package/lib/tabs.js +1 -1
  37. package/lib/theme-chalk/index.css +1 -1
  38. package/lib/theme-chalk/main.css +1 -1
  39. package/lib/theme-chalk/simplicity.css +1 -1
  40. package/lib/tips.js +1 -1
  41. package/lib/tree-group.js +1 -1
  42. package/lib/tree.js +1 -1
  43. package/lib/upload.js +14 -13
  44. package/lib/utils/util.js +1 -1
  45. package/lib/wujie.js +1 -1
  46. package/lib/wxlogin.js +1 -1
  47. package/package.json +1 -1
  48. package/packages/.DS_Store +0 -0
  49. package/packages/handle-user/src/main.vue +4 -0
  50. package/packages/login/.DS_Store +0 -0
  51. package/packages/main/.DS_Store +0 -0
  52. package/packages/main/src/simplicity/index.vue +21 -16
  53. package/packages/theme-chalk/lib/index.css +1 -1
  54. package/packages/theme-chalk/lib/main.css +1 -1
  55. package/packages/theme-chalk/lib/simplicity.css +1 -1
  56. package/packages/theme-chalk/src/simplicity.scss +6 -0
  57. package/packages/upload/src/main.vue +19 -9
  58. package/src/.DS_Store +0 -0
  59. package/src/index.js +1 -1
  60. package/src/utils/util.js +0 -1
@@ -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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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=051def80&scoped=true&
4104
- var simplicityvue_type_template_id_051def80_scoped_true_render = function () {
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({}, "el-badge", _vm.getBadge(item), false),
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 simplicityvue_type_template_id_051def80_scoped_true_staticRenderFns = []
4736
- simplicityvue_type_template_id_051def80_scoped_true_render._withStripped = true
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=051def80&scoped=true&
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
- var _tab6 = this.tabs[i];
11475
- if (_tab6.method === 'iframe') {
11476
- this.activeName = res.id;
11477
- this.$set(this.tabs[i], 'url', util["a" /* default */].handlerUrl(_tab6.url));
11478
- } else {
11479
- if (_tab6.method === 'wujie' && _tab6.appCode) {
11480
- window.document.querySelector('iframe[name=' + _tab6.appCode + ']').contentWindow.location.reload(true);
11481
- }
11482
- if (_tab6.method === 'router') {
11483
- this.$set(this.tabs[i], 'keys', util["a" /* default */].uuid());
11484
- }
11485
- this.activeName = res.id;
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 _tab7 = this.tabs[i];
11542
- if (_tab7.method === 'iframe') {
11543
- this.$set(this.tabs[i], 'url', util["a" /* default */].handlerUrl(_tab7.url));
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 (_tab7.method === 'wujie' && _tab7.appCode) {
11546
- window.document.querySelector('iframe[name=' + _tab7.appCode + ']').contentWindow.location.reload(true);
11557
+ if (_tab6.method === 'wujie' && _tab6.appCode) {
11558
+ window.document.querySelector('iframe[name=' + _tab6.appCode + ']').contentWindow.location.reload(true);
11547
11559
  }
11548
- if (_tab7.method === 'router') {
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 _tab8 = this.tabs[i];
11842
- if (_tab8.method === 'iframe') {
11843
- this.$set(this.tabs[i], 'url', util["a" /* default */].handlerUrl(_tab8.url));
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 (_tab8.method === 'wujie' && _tab8.appCode) {
11846
- window.document.querySelector('iframe[name=' + _tab8.appCode + ']').contentWindow.location.reload(true);
11857
+ if (_tab7.method === 'wujie' && _tab7.appCode) {
11858
+ window.document.querySelector('iframe[name=' + _tab7.appCode + ']').contentWindow.location.reload(true);
11847
11859
  }
11848
- if (_tab8.method === 'router') {
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
- simplicityvue_type_template_id_051def80_scoped_true_render,
11910
- simplicityvue_type_template_id_051def80_scoped_true_staticRenderFns,
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
- "051def80",
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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;
@@ -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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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;
@@ -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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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;
@@ -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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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;
@@ -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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
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;