Skip to content

Commit 8ee5f50

Browse files
committed
[Bug] FE route name issue#4211 fixed.
1 parent d9dc533 commit 8ee5f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • streampark-console/streampark-console-webapp/src/router/routes

streampark-console/streampark-console-webapp/src/router/routes/basic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = {
2020
children: [
2121
{
2222
path: '/:path(.*)*',
23-
name: PAGE_NOT_FOUND_NAME,
23+
name: PAGE_NOT_FOUND_NAME + '_CHILD',
2424
component: EXCEPTION_COMPONENT,
2525
meta: {
2626
title: 'ErrorPage',

0 commit comments

Comments
 (0)