This commit is contained in:
Phoenix 2024-02-01 11:08:48 +08:00
parent 4c8590a817
commit a5a5ebbecb

View File

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