修改PAGE_NOT_FOUND_NAME报错

This commit is contained in:
Qi 2025-05-14 21:02:22 +08:00
parent 24c17646b5
commit 09bc8c474b
1 changed files with 1 additions and 1 deletions

View File

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