Compare commits

...

2 Commits

Author SHA1 Message Date
Phoenix
f35c1ed3d8 Merge remote-tracking branch 'origin/master' 2024-02-01 11:08:54 +08:00
Phoenix
a5a5ebbecb s 2024-02-01 11:08:48 +08:00

View File

@ -9,6 +9,7 @@ const routes = [
path: '/home',
name: 'home',
component: () => import('@/views/homepage.vue'),
redirect: '/home/navigation',
children: [
{
path: 'navigation',