@@ -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 = [ | |||
}] | |||
}] | |||
} | |||
] | |||
} | |||
// ] | |||
// } | |||
]; |