123
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user