移动系统菜单路径

This commit is contained in:
洛洛希雅Lolosia 2023-03-03 10:34:59 +08:00
parent 136e8dfa95
commit 34df93a9e6
5 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const constantRoutes: RouterTypes = [
name: 'Dashboard',
component: () => import('@/views/dashboard/index.vue'),
//using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
meta: { title: 'Dashboard', elSvgIcon: 'Fold', affix: true }
meta: { title: 'Dashboard', icon: 'house-door', affix: true }
}
]
}