From 697d75fdcfc7c5612b77442a32d8dd873e4dea9d Mon Sep 17 00:00:00 2001 From: yuntian001 Date: Wed, 19 Oct 2022 17:51:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/dashboard/1-index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes/dashboard/1-index.ts b/src/router/routes/dashboard/1-index.ts index 079fdd4a..af345490 100644 --- a/src/router/routes/dashboard/1-index.ts +++ b/src/router/routes/dashboard/1-index.ts @@ -2,7 +2,7 @@ import { RouteRecordRaw } from 'vue-router'; export const routes: RouteRecordRaw[] = [ { path: 'index', - component: () => import('@/views/dashboard/index.vue'), + component: () => import('@/views/dashboard/dashboard.vue'), meta: { title: '首页', affix: true, icon: 'me-icon-dashboard' }, }, ];