Browse Source

2022年5月9日11:10:26

master
wq 3 years ago
parent
commit
37350c95ad
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      src/data/menuData.ts

+ 5
- 5
src/data/menuData.ts View File

path: 'home', path: 'home',
children: [{ children: [{
title: '卡签补办服务', title: '卡签补办服务',
path: 'home',
path: 'cardFillDo',
children: [] children: []
}, { }, {
title: '卡签续期服务', title: '卡签续期服务',
path: 'home',
path: 'cardRenewal',
children: [] children: []
}, { }, {
title: '标签重新激活服务', title: '标签重新激活服务',
path: 'home',
path: 'TABActivate',
children: [] children: []
}, { }, {
title: '主动挂起(解除)服务', title: '主动挂起(解除)服务',
path: 'home',
path: 'initiativeHangUp',
children: [] children: []
}, { }, {
title: '被动挂起(解除)服务', title: '被动挂起(解除)服务',
path: 'home',
path: 'passivityHangUp',
children: [] children: []
}, { }, {
title: '卡签注销', title: '卡签注销',

Loading…
Cancel
Save