refactor(route.ts): 修改主页菜单的显示icon

Former-commit-id: 9fd92a6ce31f406c9badeda038023870ba1abed1
This commit is contained in:
郝先瑞
2022-05-02 00:03:39 +08:00
parent b0c18ffdd9
commit 64b674b288

View File

@@ -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 }
}
]
}