We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee5f50 commit 50d4d67Copy full SHA for 50d4d67
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 + '_CHILD',
+ name: PAGE_NOT_FOUND_NAME + '_SUB_PAGE',
24
component: EXCEPTION_COMPONENT,
25
meta: {
26
title: 'ErrorPage',
0 commit comments