瀏覽代碼

2022年5月9日11:07:16

master
wq 3 年之前
父節點
當前提交
664327ce0f
共有 1 個文件被更改,包括 23 次插入23 次删除
  1. 23
    23
      src/data/menuData.ts

+ 23
- 23
src/data/menuData.ts 查看文件

@@ -19,26 +19,26 @@ export const list = [
// children: [
{
title: '基础信息查询服务',
path: 'home1',
path: 'home',
children: [{
title: '用户信息查询及变更服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '车辆信息查询及变更服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '签约信息查询服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '卡片信息查询服务',
path: 'home1',
path: 'home',
children: []
}, {
title: 'OBU信息查询服务',
path: 'home1',
path: 'home',
children: []
}]
},
@@ -52,69 +52,69 @@ export const list = [
children: []
}, {
title: '卡签售后服务',
path: 'home1',
path: 'home',
children: [{
title: '卡签补办服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '卡签续期服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '标签重新激活服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '主动挂起(解除)服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '被动挂起(解除)服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '卡签注销',
path: 'home1',
path: 'home',
children: []
}]
}, {
title: '储值卡资金服务',
path: 'home1',
path: 'home',
children: [{
title: '对公账户注册审核服务',
path: 'home1',
path: 'home',
children: [{
title: '对公账户注册审核服务',
path: 'home1',
path: 'home',
children: []
}]
}, {
title: '充值及圈存服务',
path: 'home1',
path: 'home',
children: [{
title: '储值卡充值服务(修复)[圈存]',
path: 'home1',
path: 'home',
children: []
}, {
title: '对公账户打款充值服务',
path: 'home1',
path: 'home',
children: []
}]
}, {
title: '注销退费服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '补卡额及补交服务',
path: 'home1',
path: 'home',
children: [{
title: '储值卡-补卡额服务',
path: 'home1',
path: 'home',
children: []
}, {
title: '储值卡-补交服务',
path: 'home1',
path: 'home',
children: []
}]
}]

Loading…
取消
儲存