修改PAGE_NOT_FOUND_NAME报错
This commit is contained in:
parent
24c17646b5
commit
09bc8c474b
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue