fix: demos route fixed (#5405)

This commit is contained in:
Netfan 2025-01-15 19:24:02 +08:00 committed by GitHub
parent 8cc903c0e1
commit 816d1f5a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [
title: $t('page.dashboard.title'),
},
name: 'Dashboard',
path: '/',
path: '/dashboard',
children: [
{
name: 'Analytics',

View File

@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [
title: $t('page.dashboard.title'),
},
name: 'Dashboard',
path: '/',
path: '/dashboard',
children: [
{
name: 'Analytics',

View File

@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [
title: $t('page.dashboard.title'),
},
name: 'Dashboard',
path: '/',
path: '/dashboard',
children: [
{
name: 'Analytics',