This commit is contained in:
李志鹏
2026-05-28 11:31:37 +08:00
parent 8f23b4c387
commit 5ada85d05c
5 changed files with 68 additions and 10 deletions

View File

@@ -65,6 +65,11 @@ const router = createRouter({
name:'account',
component:()=>import('@/views/account/index.vue')
},
{
path:'/pay',
name:'pay',
component:()=>import('@/views/pay/index.vue')
},
{
path: '/:pathMatch(.*)',
name: '404',