We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9dc533 commit 8ee5f50Copy full SHA for 8ee5f50
1 file changed
streampark-console/streampark-console-webapp/src/router/routes/basic.ts
@@ -20,7 +20,7 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = {
20
children: [
21
{
22
path: '/:path(.*)*',
23
- name: PAGE_NOT_FOUND_NAME,
+ name: PAGE_NOT_FOUND_NAME + '_CHILD',
24
component: EXCEPTION_COMPONENT,
25
meta: {
26
title: 'ErrorPage',
0 commit comments