Browse Source

2022年5月9日10:01:19

master
wq 3 years ago
parent
commit
05a4a1a98d
1 changed files with 9 additions and 9 deletions
  1. 9
    9
      src/data/menuData.ts

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

@@ -10,13 +10,13 @@ order?:number; 菜单排序。
frameUrl?:string; 嵌套外链。
*/
export const list = [
{
title: '售后服务',
path: 'home', //对应name名称
icon: 'one',
auth: true,
order: 1,
children: [
// {
// title: '售后服务',
// path: 'home', //对应name名称
// icon: 'one',
// auth: true,
// order: 1,
// children: [
{
title: '基础信息查询服务',
path: 'home1',
@@ -119,6 +119,6 @@ export const list = [
}]
}]
}
]
}
// ]
// }
];

Loading…
Cancel
Save