Skip to content

Commit

Permalink
fix: demos route fixed (#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Jan 15, 2025
1 parent 8cc903c commit 816d1f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web-antd/src/router/routes/modules/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [
title: $t('page.dashboard.title'),
},
name: 'Dashboard',
path: '/',
path: '/dashboard',
children: [
{
name: 'Analytics',
Expand Down
2 changes: 1 addition & 1 deletion apps/web-ele/src/router/routes/modules/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [
title: $t('page.dashboard.title'),
},
name: 'Dashboard',
path: '/',
path: '/dashboard',
children: [
{
name: 'Analytics',
Expand Down
2 changes: 1 addition & 1 deletion apps/web-naive/src/router/routes/modules/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [
title: $t('page.dashboard.title'),
},
name: 'Dashboard',
path: '/',
path: '/dashboard',
children: [
{
name: 'Analytics',
Expand Down

0 comments on commit 816d1f5

Please sign in to comment.