refactor(route.ts): 修改主页菜单的显示icon
Former-commit-id: 9fd92a6ce31f406c9badeda038023870ba1abed1
This commit is contained in:
@@ -41,7 +41,7 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
path: 'dashboard',
|
||||
component: () => import('@/views/dashboard/index.vue'),
|
||||
name: 'Dashboard',
|
||||
meta: { title: 'dashboard', icon: 'dashboard', affix: true }
|
||||
meta: { title: 'dashboard', icon: 'homepage', affix: true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user