From 64b674b288658f11d1cd165ec6ef8161bbfbf9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Mon, 2 May 2022 00:03:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(route.ts):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E8=8F=9C=E5=8D=95=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 9fd92a6ce31f406c9badeda038023870ba1abed1 --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } ] }