From ac74491ec83a0c0d9f39160203e9fa5e75da163b Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Mon, 25 Aug 2025 19:24:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/basic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes/basic.ts b/src/router/routes/basic.ts index 3dddee2..0200725 100644 --- a/src/router/routes/basic.ts +++ b/src/router/routes/basic.ts @@ -15,7 +15,7 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = { children: [ { path: '/:path(.*)*', - name: PAGE_NOT_FOUND_NAME, + name: '404', component: EXCEPTION_COMPONENT, meta: { title: 'ErrorPage',