Commit 6984d468 authored by caoxu's avatar caoxu

Add: 新增组队页面

parent 228e58b7
...@@ -21,6 +21,11 @@ const router = createRouter({ ...@@ -21,6 +21,11 @@ const router = createRouter({
path: '/city-introduction', path: '/city-introduction',
name: 'cityIntroduction', name: 'cityIntroduction',
component: () => import('../views/CityIntroductionView.vue') component: () => import('../views/CityIntroductionView.vue')
},
{
path: '/team-page',
name: 'teamPage',
component: () => import('../views/TeamPageView.vue')
} }
] ]
}) })
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment