diff --git a/src/router/index.ts b/src/router/index.ts index 730fbbef..6c9674a1 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -41,7 +41,7 @@ export const constantRoutes: Array = [ path: 'dashboard', component: () => import('@/views/dashboard/index.vue'), name: 'Dashboard', - meta: { title: 'dashboard', icon: 'dashboard', affix: true } + meta: { title: 'dashboard', icon: 'homepage', affix: true } } ] }