Commit b46f7cdd authored by caoxu's avatar caoxu

Add: 新增MeetPanda FirstPage

parent 6032a9a8
...@@ -16,6 +16,21 @@ const router = createRouter({ ...@@ -16,6 +16,21 @@ const router = createRouter({
path: '/museum-night', path: '/museum-night',
name: 'museumNight', name: 'museumNight',
component: () => import('../views/MuseumNightView.vue') component: () => import('../views/MuseumNightView.vue')
},
{
path: '/city-introduction',
name: 'cityIntroduction',
component: () => import('../views/CityIntroductionView.vue')
},
{
path: '/team-page',
name: 'teamPage',
component: () => import('../views/TeamPageView.vue')
},
{
path: '/meetpanda-firstpage',
name: 'meetpandaFirstPage',
component: () => import('../views/MeetPandaFirstPageView.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