eoss-ui 0.5.78 → 0.5.79

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/clients.js CHANGED
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
  // ESM COMPAT FLAG
200
200
  __webpack_require__.r(__webpack_exports__);
201
201
 
202
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=5451de76&
202
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=df397a80&
203
203
  var render = function () {
204
204
  var _vm = this
205
205
  var _h = _vm.$createElement
@@ -225,86 +225,94 @@ var render = function () {
225
225
  { staticClass: "es-clients-list" },
226
226
  [
227
227
  _vm._l(_vm.downloads, function (item, key) {
228
- return _c(
229
- "li",
230
- {
231
- key: key,
232
- staticClass: "es-clients-item",
233
- style: { width: 100 / _vm.num + "%" },
234
- },
235
- [
236
- _c(
237
- "div",
238
- { staticClass: "es-clients-item-title" },
239
- [
240
- key == "ios"
241
- ? [
242
- _c("i", { staticClass: "es-icon-ios" }),
243
- _vm._v("苹果系统\n "),
244
- ]
245
- : _vm._e(),
246
- key == "android"
247
- ? [
248
- _c("i", { staticClass: "es-icon-android" }),
249
- _vm._v("安卓系统\n "),
250
- ]
251
- : _vm._e(),
252
- key == "pad"
253
- ? [
254
- _c("i", { staticClass: "es-icon-pad" }),
255
- _vm._v("平板\n "),
256
- ]
257
- : _vm._e(),
258
- key == "uos"
259
- ? [
260
- _c("i", { staticClass: "es-icon-monitor" }),
261
- _vm._v("UOS统信系统\n "),
262
- ]
263
- : _vm._e(),
264
- ],
265
- 2
266
- ),
267
- key == "mac" || key == "win" || key == "linux" || key == "uos"
268
- ? _c("div", { staticClass: "es-clients-pc-image" }, [
269
- _c("img", {
270
- attrs: { src: _vm.pcImage, width: "100%" },
271
- on: {
272
- click: function ($event) {
273
- $event.stopPropagation()
274
- _vm.handleDownload(item)
275
- },
276
- },
277
- }),
228
+ return [
229
+ key == "ios" || key == "android" || key == "pad" || key == "uos"
230
+ ? _c(
231
+ "li",
232
+ {
233
+ key: key,
234
+ staticClass: "es-clients-item",
235
+ style: { width: 100 / _vm.num + "%" },
236
+ },
237
+ [
278
238
  _c(
279
239
  "div",
280
- {
281
- staticClass:
282
- "es-clients-item-title es-clients-pc-download",
283
- on: {
284
- click: function ($event) {
285
- $event.stopPropagation()
286
- _vm.handleDownload(item)
287
- },
288
- },
289
- },
290
- [_vm._v("\n 下载\n ")]
291
- ),
292
- ])
293
- : _c(
294
- "div",
295
- { staticClass: "es-qr-code-box" },
296
- [_c("es-qr-code", { attrs: { content: item, auto: "" } })],
297
- 1
298
- ),
299
- key == "ios"
300
- ? _c("div", { staticClass: "es-clients-remark" }, [
301
- _vm._v(
302
- "\n 备注: 苹果手机安装后请在设置- -通用- -设备管理中进行激活操作\n "
240
+ { staticClass: "es-clients-item-title" },
241
+ [
242
+ key == "ios"
243
+ ? [
244
+ _c("i", { staticClass: "es-icon-ios" }),
245
+ _vm._v("苹果系统\n "),
246
+ ]
247
+ : _vm._e(),
248
+ key == "android"
249
+ ? [
250
+ _c("i", { staticClass: "es-icon-android" }),
251
+ _vm._v("安卓系统\n "),
252
+ ]
253
+ : _vm._e(),
254
+ key == "pad"
255
+ ? [
256
+ _c("i", { staticClass: "es-icon-pad" }),
257
+ _vm._v("平板\n "),
258
+ ]
259
+ : _vm._e(),
260
+ key == "uos"
261
+ ? [
262
+ _c("i", { staticClass: "es-icon-monitor" }),
263
+ _vm._v("UOS统信系统\n "),
264
+ ]
265
+ : _vm._e(),
266
+ ],
267
+ 2
303
268
  ),
304
- ])
305
- : _vm._e(),
306
- ]
307
- )
269
+ key == "uos"
270
+ ? _c("div", { staticClass: "es-clients-pc-image" }, [
271
+ _c("img", {
272
+ attrs: { src: _vm.pcImage, width: "100%" },
273
+ on: {
274
+ click: function ($event) {
275
+ $event.stopPropagation()
276
+ _vm.handleDownload(item)
277
+ },
278
+ },
279
+ }),
280
+ _c(
281
+ "div",
282
+ {
283
+ staticClass:
284
+ "es-clients-item-title es-clients-pc-download",
285
+ on: {
286
+ click: function ($event) {
287
+ $event.stopPropagation()
288
+ _vm.handleDownload(item)
289
+ },
290
+ },
291
+ },
292
+ [_vm._v("\n 下载\n ")]
293
+ ),
294
+ ])
295
+ : _c(
296
+ "div",
297
+ { staticClass: "es-qr-code-box" },
298
+ [
299
+ _c("es-qr-code", {
300
+ attrs: { content: item, auto: "" },
301
+ }),
302
+ ],
303
+ 1
304
+ ),
305
+ key == "ios"
306
+ ? _c("div", { staticClass: "es-clients-remark" }, [
307
+ _vm._v(
308
+ "\n 备注: 苹果手机安装后请在设置- -通用- -设备管理中进行激活操作\n "
309
+ ),
310
+ ])
311
+ : _vm._e(),
312
+ ]
313
+ )
314
+ : _vm._e(),
315
+ ]
308
316
  }),
309
317
  _vm.downloads.mac || _vm.downloads.win || _vm.downloads.linux
310
318
  ? _c(
@@ -362,7 +370,7 @@ var staticRenderFns = [
362
370
  render._withStripped = true
363
371
 
364
372
 
365
- // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=5451de76&
373
+ // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=df397a80&
366
374
 
367
375
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=script&lang=js&
368
376
  //
@@ -436,6 +444,11 @@ render._withStripped = true
436
444
  //
437
445
  //
438
446
  //
447
+ //
448
+ //
449
+ //
450
+ //
451
+ //
439
452
 
440
453
  //import util from 'eoss-ui/src/utils/util';
441
454
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({
@@ -6542,8 +6542,8 @@ checkbox_group_src_main.install = function (Vue) {
6542
6542
  };
6543
6543
 
6544
6544
  /* harmony default export */ var checkbox_group = (checkbox_group_src_main);
6545
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=5451de76&
6546
- var mainvue_type_template_id_5451de76_render = function () {
6545
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=df397a80&
6546
+ var mainvue_type_template_id_df397a80_render = function () {
6547
6547
  var _vm = this
6548
6548
  var _h = _vm.$createElement
6549
6549
  var _c = _vm._self._c || _h
@@ -6568,86 +6568,94 @@ var mainvue_type_template_id_5451de76_render = function () {
6568
6568
  { staticClass: "es-clients-list" },
6569
6569
  [
6570
6570
  _vm._l(_vm.downloads, function (item, key) {
6571
- return _c(
6572
- "li",
6573
- {
6574
- key: key,
6575
- staticClass: "es-clients-item",
6576
- style: { width: 100 / _vm.num + "%" },
6577
- },
6578
- [
6579
- _c(
6580
- "div",
6581
- { staticClass: "es-clients-item-title" },
6582
- [
6583
- key == "ios"
6584
- ? [
6585
- _c("i", { staticClass: "es-icon-ios" }),
6586
- _vm._v("苹果系统\n "),
6587
- ]
6588
- : _vm._e(),
6589
- key == "android"
6590
- ? [
6591
- _c("i", { staticClass: "es-icon-android" }),
6592
- _vm._v("安卓系统\n "),
6593
- ]
6594
- : _vm._e(),
6595
- key == "pad"
6596
- ? [
6597
- _c("i", { staticClass: "es-icon-pad" }),
6598
- _vm._v("平板\n "),
6599
- ]
6600
- : _vm._e(),
6601
- key == "uos"
6602
- ? [
6603
- _c("i", { staticClass: "es-icon-monitor" }),
6604
- _vm._v("UOS统信系统\n "),
6605
- ]
6606
- : _vm._e(),
6607
- ],
6608
- 2
6609
- ),
6610
- key == "mac" || key == "win" || key == "linux" || key == "uos"
6611
- ? _c("div", { staticClass: "es-clients-pc-image" }, [
6612
- _c("img", {
6613
- attrs: { src: _vm.pcImage, width: "100%" },
6614
- on: {
6615
- click: function ($event) {
6616
- $event.stopPropagation()
6617
- _vm.handleDownload(item)
6618
- },
6619
- },
6620
- }),
6571
+ return [
6572
+ key == "ios" || key == "android" || key == "pad" || key == "uos"
6573
+ ? _c(
6574
+ "li",
6575
+ {
6576
+ key: key,
6577
+ staticClass: "es-clients-item",
6578
+ style: { width: 100 / _vm.num + "%" },
6579
+ },
6580
+ [
6621
6581
  _c(
6622
6582
  "div",
6623
- {
6624
- staticClass:
6625
- "es-clients-item-title es-clients-pc-download",
6626
- on: {
6627
- click: function ($event) {
6628
- $event.stopPropagation()
6629
- _vm.handleDownload(item)
6630
- },
6631
- },
6632
- },
6633
- [_vm._v("\n 下载\n ")]
6634
- ),
6635
- ])
6636
- : _c(
6637
- "div",
6638
- { staticClass: "es-qr-code-box" },
6639
- [_c("es-qr-code", { attrs: { content: item, auto: "" } })],
6640
- 1
6641
- ),
6642
- key == "ios"
6643
- ? _c("div", { staticClass: "es-clients-remark" }, [
6644
- _vm._v(
6645
- "\n 备注: 苹果手机安装后请在设置- -通用- -设备管理中进行激活操作\n "
6583
+ { staticClass: "es-clients-item-title" },
6584
+ [
6585
+ key == "ios"
6586
+ ? [
6587
+ _c("i", { staticClass: "es-icon-ios" }),
6588
+ _vm._v("苹果系统\n "),
6589
+ ]
6590
+ : _vm._e(),
6591
+ key == "android"
6592
+ ? [
6593
+ _c("i", { staticClass: "es-icon-android" }),
6594
+ _vm._v("安卓系统\n "),
6595
+ ]
6596
+ : _vm._e(),
6597
+ key == "pad"
6598
+ ? [
6599
+ _c("i", { staticClass: "es-icon-pad" }),
6600
+ _vm._v("平板\n "),
6601
+ ]
6602
+ : _vm._e(),
6603
+ key == "uos"
6604
+ ? [
6605
+ _c("i", { staticClass: "es-icon-monitor" }),
6606
+ _vm._v("UOS统信系统\n "),
6607
+ ]
6608
+ : _vm._e(),
6609
+ ],
6610
+ 2
6646
6611
  ),
6647
- ])
6648
- : _vm._e(),
6649
- ]
6650
- )
6612
+ key == "uos"
6613
+ ? _c("div", { staticClass: "es-clients-pc-image" }, [
6614
+ _c("img", {
6615
+ attrs: { src: _vm.pcImage, width: "100%" },
6616
+ on: {
6617
+ click: function ($event) {
6618
+ $event.stopPropagation()
6619
+ _vm.handleDownload(item)
6620
+ },
6621
+ },
6622
+ }),
6623
+ _c(
6624
+ "div",
6625
+ {
6626
+ staticClass:
6627
+ "es-clients-item-title es-clients-pc-download",
6628
+ on: {
6629
+ click: function ($event) {
6630
+ $event.stopPropagation()
6631
+ _vm.handleDownload(item)
6632
+ },
6633
+ },
6634
+ },
6635
+ [_vm._v("\n 下载\n ")]
6636
+ ),
6637
+ ])
6638
+ : _c(
6639
+ "div",
6640
+ { staticClass: "es-qr-code-box" },
6641
+ [
6642
+ _c("es-qr-code", {
6643
+ attrs: { content: item, auto: "" },
6644
+ }),
6645
+ ],
6646
+ 1
6647
+ ),
6648
+ key == "ios"
6649
+ ? _c("div", { staticClass: "es-clients-remark" }, [
6650
+ _vm._v(
6651
+ "\n 备注: 苹果手机安装后请在设置- -通用- -设备管理中进行激活操作\n "
6652
+ ),
6653
+ ])
6654
+ : _vm._e(),
6655
+ ]
6656
+ )
6657
+ : _vm._e(),
6658
+ ]
6651
6659
  }),
6652
6660
  _vm.downloads.mac || _vm.downloads.win || _vm.downloads.linux
6653
6661
  ? _c(
@@ -6691,7 +6699,7 @@ var mainvue_type_template_id_5451de76_render = function () {
6691
6699
  ),
6692
6700
  ])
6693
6701
  }
6694
- var mainvue_type_template_id_5451de76_staticRenderFns = [
6702
+ var mainvue_type_template_id_df397a80_staticRenderFns = [
6695
6703
  function () {
6696
6704
  var _vm = this
6697
6705
  var _h = _vm.$createElement
@@ -6702,10 +6710,10 @@ var mainvue_type_template_id_5451de76_staticRenderFns = [
6702
6710
  ])
6703
6711
  },
6704
6712
  ]
6705
- mainvue_type_template_id_5451de76_render._withStripped = true
6713
+ mainvue_type_template_id_df397a80_render._withStripped = true
6706
6714
 
6707
6715
 
6708
- // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=5451de76&
6716
+ // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=df397a80&
6709
6717
 
6710
6718
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=script&lang=js&
6711
6719
  //
@@ -6779,6 +6787,11 @@ mainvue_type_template_id_5451de76_render._withStripped = true
6779
6787
  //
6780
6788
  //
6781
6789
  //
6790
+ //
6791
+ //
6792
+ //
6793
+ //
6794
+ //
6782
6795
 
6783
6796
  //import util from 'eoss-ui/src/utils/util';
6784
6797
  /* harmony default export */ var clients_src_mainvue_type_script_lang_js_ = ({
@@ -6852,8 +6865,8 @@ mainvue_type_template_id_5451de76_render._withStripped = true
6852
6865
 
6853
6866
  var clients_src_main_component = normalizeComponent(
6854
6867
  packages_clients_src_mainvue_type_script_lang_js_,
6855
- mainvue_type_template_id_5451de76_render,
6856
- mainvue_type_template_id_5451de76_staticRenderFns,
6868
+ mainvue_type_template_id_df397a80_render,
6869
+ mainvue_type_template_id_df397a80_staticRenderFns,
6857
6870
  false,
6858
6871
  null,
6859
6872
  null,
@@ -50730,8 +50743,8 @@ login_src_main.install = function (Vue) {
50730
50743
  };
50731
50744
 
50732
50745
  /* harmony default export */ var login = (login_src_main);
50733
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=1008f824&
50734
- var mainvue_type_template_id_1008f824_render = function () {
50746
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=460b1704&
50747
+ var mainvue_type_template_id_460b1704_render = function () {
50735
50748
  var _vm = this
50736
50749
  var _h = _vm.$createElement
50737
50750
  var _c = _vm._self._c || _h
@@ -50949,7 +50962,9 @@ var mainvue_type_template_id_1008f824_render = function () {
50949
50962
  biserial: _vm.biserial,
50950
50963
  title: _vm.showNavTitle ? _vm.title : false,
50951
50964
  showCollapse: _vm.showNavTitle
50952
- ? _vm.showCollapse
50965
+ ? _vm.layout == "side"
50966
+ ? false
50967
+ : _vm.showCollapse
50953
50968
  : false,
50954
50969
  "menu-tips": _vm.menuTips,
50955
50970
  "is-default": _vm.isDefault,
@@ -51210,11 +51225,11 @@ var mainvue_type_template_id_1008f824_render = function () {
51210
51225
  1
51211
51226
  )
51212
51227
  }
51213
- var mainvue_type_template_id_1008f824_staticRenderFns = []
51214
- mainvue_type_template_id_1008f824_render._withStripped = true
51228
+ var mainvue_type_template_id_460b1704_staticRenderFns = []
51229
+ mainvue_type_template_id_460b1704_render._withStripped = true
51215
51230
 
51216
51231
 
51217
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=1008f824&
51232
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=460b1704&
51218
51233
 
51219
51234
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=75d533de&
51220
51235
  var userinfovue_type_template_id_75d533de_render = function () {
@@ -53354,6 +53369,8 @@ var main_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53354
53369
  //
53355
53370
  //
53356
53371
  //
53372
+ //
53373
+ //
53357
53374
 
53358
53375
 
53359
53376
 
@@ -53564,7 +53581,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53564
53581
  return this.layout === 'topside' ? this.navBoxWidth : undefined;
53565
53582
  },
53566
53583
  _navWidth: function _navWidth() {
53567
- return this.layout === 'side' ? this.navBoxWidth : this.layout === 'subsystem' || this.layout === 'topside' ? '0' : this.navWidth;
53584
+ return this.layout === 'side' ? this.navBoxWidth : this.layout === 'topside' ? '0' : this.navWidth;
53568
53585
  },
53569
53586
  showNavTitle: function showNavTitle() {
53570
53587
  return this.layout !== 'topside';
@@ -53903,14 +53920,14 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53903
53920
  var ids = this.getId(this.menus, applicationid);
53904
53921
  if (ids) {
53905
53922
  this.defaultActive = ids;
53906
- this.navIds = ids;
53923
+ //this.navIds = ids;
53907
53924
  this.setTitle(ids[0]);
53908
53925
  }
53909
53926
  } else if (sessionStorage.getItem('jump') && this.isHistory) {
53910
53927
  var _ids = this.getId(this.menus, sessionStorage.getItem('jump'));
53911
53928
  if (_ids) {
53912
53929
  this.defaultActive = _ids;
53913
- this.navIds = _ids;
53930
+ //this.navIds = ids;
53914
53931
  this.setTitle(_ids[0]);
53915
53932
  }
53916
53933
  } else if (utils_util["a" /* default */].win.location.hash) {
@@ -53922,14 +53939,14 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53922
53939
  var _ids2 = this.getId(this.menus, utils_util["a" /* default */].win.location.hash);
53923
53940
  if (_ids2) {
53924
53941
  this.defaultActive = _ids2;
53925
- this.navIds = _ids2;
53942
+ //this.navIds = ids;
53926
53943
  this.setTitle(_ids2[0]);
53927
53944
  }
53928
53945
  } else if (sessionStorage.getItem('jump') && this.isHistory) {
53929
53946
  var _ids3 = this.getId(this.menus, sessionStorage.getItem('jump'));
53930
53947
  if (_ids3) {
53931
53948
  this.defaultActive = _ids3;
53932
- this.navIds = _ids3;
53949
+ //this.navIds = ids;
53933
53950
  this.setTitle(_ids3[0]);
53934
53951
  }
53935
53952
  }
@@ -54292,7 +54309,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54292
54309
  var _ids4 = this.getId(this.menus, utils_util["a" /* default */].win.location.hash);
54293
54310
  if (_ids4) {
54294
54311
  this.defaultActive = _ids4;
54295
- this.navIds = _ids4;
54312
+ //this.navIds = ids;
54296
54313
  this.setTitle(_ids4[0]);
54297
54314
  }
54298
54315
  }
@@ -54300,7 +54317,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54300
54317
  var _ids5 = this.getId(this.menus, sessionStorage.getItem('jump'));
54301
54318
  if (_ids5) {
54302
54319
  this.defaultActive = _ids5;
54303
- this.navIds = _ids5;
54320
+ //this.navIds = ids;
54304
54321
  this.setTitle(_ids5[0]);
54305
54322
  }
54306
54323
  }
@@ -54595,7 +54612,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54595
54612
  //this.active = '';
54596
54613
  if (this.layout === 'topside') {
54597
54614
  if (this.title !== node.text) {
54598
- this.navIds = [node.id];
54615
+ //this.navIds = [node.id];
54599
54616
  this.menu = node.children;
54600
54617
  this.active = node.id;
54601
54618
  this.title = node.text;
@@ -54604,18 +54621,21 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54604
54621
  var subNode = this.getFirst(node);
54605
54622
  if (subNode) {
54606
54623
  this.active = subNode.id;
54607
- this.navIds = [node.id].concat(this.getId(node.children, subNode.url));
54624
+ // this.navIds = [
54625
+ // node.id,
54626
+ // ...this.getId(node.children, subNode.url)
54627
+ // ];
54608
54628
  }
54609
54629
  }
54610
54630
  } else {
54611
- this.navIds = this.getId(this.menus, node.url);
54631
+ //this.navIds = this.getId(this.menus, node.url);
54612
54632
  this.setTitle(this.navIds[0]);
54613
54633
  this.tabsId = fourthTabs ? node.id : '';
54614
54634
  }
54615
54635
  break;
54616
54636
  case 'sys':
54617
54637
  if (Number(node.urlopenmode) !== 1) {
54618
- this.navIds = [node.id];
54638
+ //this.navIds = [node.id];
54619
54639
  this.tabs = [];
54620
54640
  this.menu = node.children;
54621
54641
  if (this.title !== node.text) {
@@ -54626,7 +54646,10 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54626
54646
  var _subNode = this.getFirst(node);
54627
54647
  if (_subNode) {
54628
54648
  this.active = _subNode.id;
54629
- this.navIds = [node.id].concat(this.getId(node.children, _subNode.url));
54649
+ // this.navIds = [
54650
+ // node.id,
54651
+ // ...this.getId(node.children, subNode.url)
54652
+ // ];
54630
54653
  }
54631
54654
  }
54632
54655
  this.isSide = true;
@@ -54634,7 +54657,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54634
54657
  break;
54635
54658
  case 'sub':
54636
54659
  this.hideSubMenu = false;
54637
- this.navIds = [node.id];
54660
+ //this.navIds = [node.id];
54638
54661
  if (node.url) {
54639
54662
  this.tabs = [];
54640
54663
  }
@@ -54646,7 +54669,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54646
54669
  var _subNode2 = this.getFirst(node);
54647
54670
  this.active = [node.id];
54648
54671
  if (_subNode2 && node.id !== _subNode2.id) {
54649
- this.navIds = this.getId(this.menus, _subNode2.url);
54672
+ //this.navIds = this.getId(this.menus, subNode.url);
54650
54673
  this.$set(this.active, 1, _subNode2.id);
54651
54674
  }
54652
54675
  }
@@ -54670,7 +54693,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54670
54693
  } else {
54671
54694
  this.active = tab.id;
54672
54695
  }
54673
- this.navIds = this.getId(this.menus, tab.url);
54696
+ //this.navIds = this.getId(this.menus, tab.url);
54674
54697
  }
54675
54698
  } else {
54676
54699
  var _tab = (node.fourthTabs || []).filter(function (item) {
@@ -54679,17 +54702,17 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54679
54702
  if (_tab) {
54680
54703
  this.tabs = node.fourthTabs;
54681
54704
  this.tabsId = _tab.id;
54682
- this.navIds = this.getId(this.menus, _tab.url);
54705
+ //this.navIds = this.getId(this.menus, tab.url);
54683
54706
  } else {
54684
- this.navIds = this.getId(this.menus, node.url);
54685
- }
54707
+ //this.navIds = this.getId(this.menus, node.url);
54708
+ }
54686
54709
  }
54687
54710
  } else {
54688
54711
  if (node.fourthTabs.length) {
54689
54712
  this.tabs = node.fourthTabs;
54690
54713
  this.tabsId = this.tabs[0].id;
54691
54714
  this.handleJump(this.tabs[0].url, this.tabs[0].urlopenmode, this.tabs[0]);
54692
- this.navIds = this.getId(this.menus, this.tabs[0].url);
54715
+ //this.navIds = this.getId(this.menus, this.tabs[0].url);
54693
54716
  }
54694
54717
  }
54695
54718
  } else {
@@ -54702,14 +54725,14 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54702
54725
  } else {
54703
54726
  this.active = _subNode3.id;
54704
54727
  }
54705
- this.navIds = this.getId(this.menus, _subNode3.url);
54728
+ //this.navIds = this.getId(this.menus, subNode.url);
54706
54729
  }
54707
54730
  }
54708
54731
  }
54709
54732
  break;
54710
54733
  case 'tabs':
54711
54734
  this.tabsId = node.id;
54712
- this.navIds = this.getId(this.menus, node.url);
54735
+ //this.navIds = this.getId(this.menus, node.url);
54713
54736
  break;
54714
54737
  }
54715
54738
  if (node.url) {
@@ -54818,6 +54841,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54818
54841
  handleJump: function handleJump(page, type, res, param) {
54819
54842
  var _this10 = this;
54820
54843
 
54844
+ this.navIds = this.getId(this.menus, page);
54821
54845
  console.log(page);
54822
54846
  var prevPage = sessionStorage.getItem('jump');
54823
54847
  sessionStorage.setItem('jump', page);
@@ -55229,8 +55253,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
55229
55253
 
55230
55254
  var main_src_main_component = normalizeComponent(
55231
55255
  packages_main_src_mainvue_type_script_lang_js_,
55232
- mainvue_type_template_id_1008f824_render,
55233
- mainvue_type_template_id_1008f824_staticRenderFns,
55256
+ mainvue_type_template_id_460b1704_render,
55257
+ mainvue_type_template_id_460b1704_staticRenderFns,
55234
55258
  false,
55235
55259
  null,
55236
55260
  null,
@@ -75390,7 +75414,7 @@ if (typeof window !== 'undefined' && window.Vue) {
75390
75414
  }
75391
75415
 
75392
75416
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
75393
- version: '0.5.78',
75417
+ version: '0.5.79',
75394
75418
  install: install,
75395
75419
  Button: packages_button,
75396
75420
  ButtonGroup: button_group,