This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.6
in repository https://gitbox.apache.org/repos/asf/streampark.git
The following commit(s) were added to refs/heads/dev-2.1.6 by this push:
new 44c51abd5 [Improve] vue router name PAGE_NOT_FOUND_NAME bug fixed.
44c51abd5 is described below
commit 44c51abd57c39236c0f90cb0d4ca4631a074f934
Author: benjobs <[email protected]>
AuthorDate: Wed Feb 19 15:40:09 2025 +0800
[Improve] vue router name PAGE_NOT_FOUND_NAME bug fixed.
---
streampark-console/streampark-console-webapp/src/router/routes/basic.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-webapp/src/router/routes/basic.ts
b/streampark-console/streampark-console-webapp/src/router/routes/basic.ts
index ff37f756f..f3cd29c89 100644
--- a/streampark-console/streampark-console-webapp/src/router/routes/basic.ts
+++ b/streampark-console/streampark-console-webapp/src/router/routes/basic.ts
@@ -20,7 +20,7 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = {
children: [
{
path: '/:path(.*)*',
- name: PAGE_NOT_FOUND_NAME,
+ name: PAGE_NOT_FOUND_NAME + '_CHILD',
component: EXCEPTION_COMPONENT,
meta: {
title: 'ErrorPage',