Commit de4a9da9 authored by caoxu's avatar caoxu

Add: 新增城市介绍页面

parent 19ad2be1
Pipeline #508 canceled with stages
......@@ -16,6 +16,11 @@ const router = createRouter({
path: '/museum-night',
name: 'museumNight',
component: () => import('../views/MuseumNightView.vue')
},
{
path: '/city-introduction',
name: 'cityIntroduction',
component: () => import('../views/CityIntroductionView.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