This commit is contained in:
X1627315083@163.com
2026-04-20 14:06:02 +08:00
parent bed2611362
commit 69647d5665
4 changed files with 45 additions and 12 deletions

View File

@@ -15,7 +15,11 @@ const router = createRouter({
name: 'home',
component: () => import('../views/home/index.vue'),
},
{
path: '/collectionStory',
name: 'collectionStory',
component: () => import('../views/collectionStory/index.vue'),
},
{
path: '/:pathMatch(.*)',
name: '404',