From 3cca390cd7118f5b5af29e73a3a8698f2f6a702b Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Wed, 22 Mar 2023 22:57:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B7=AF=E7=94=B1=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 5cf12671396b4f0b8aceca3ad8cb1b472544ca8b --- 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 500fdea4..90a8b724 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -39,7 +39,7 @@ export const constantRoutes: RouteRecordRaw[] = [ meta: { hidden: true } }, { - path: '/404', + path: '404', component: () => import('@/views/error-page/404.vue'), meta: { hidden: true } }