移动系统菜单路径
This commit is contained in:
parent
136e8dfa95
commit
34df93a9e6
|
@ -29,7 +29,7 @@ export const constantRoutes: RouterTypes = [
|
||||||
name: 'Dashboard',
|
name: 'Dashboard',
|
||||||
component: () => import('@/views/dashboard/index.vue'),
|
component: () => import('@/views/dashboard/index.vue'),
|
||||||
//using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
|
//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 }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user