修改路由

This commit is contained in:
yangjun 2025-08-25 19:24:49 +08:00
parent 1336a0ac01
commit ac74491ec8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = {
children: [ children: [
{ {
path: '/:path(.*)*', path: '/:path(.*)*',
name: PAGE_NOT_FOUND_NAME, name: '404',
component: EXCEPTION_COMPONENT, component: EXCEPTION_COMPONENT,
meta: { meta: {
title: 'ErrorPage', title: 'ErrorPage',