Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
3 deletions
-
apps/web-antd/src/router/routes/modules/dashboard.ts
-
apps/web-ele/src/router/routes/modules/dashboard.ts
-
apps/web-naive/src/router/routes/modules/dashboard.ts
|
|
|
@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [ |
|
|
|
title: $t('page.dashboard.title'), |
|
|
|
}, |
|
|
|
name: 'Dashboard', |
|
|
|
path: '/', |
|
|
|
path: '/dashboard', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
name: 'Analytics', |
|
|
|
|
|
|
|
@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [ |
|
|
|
title: $t('page.dashboard.title'), |
|
|
|
}, |
|
|
|
name: 'Dashboard', |
|
|
|
path: '/', |
|
|
|
path: '/dashboard', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
name: 'Analytics', |
|
|
|
|
|
|
|
@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [ |
|
|
|
title: $t('page.dashboard.title'), |
|
|
|
}, |
|
|
|
name: 'Dashboard', |
|
|
|
path: '/', |
|
|
|
path: '/dashboard', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
name: 'Analytics', |
|
|
|
|