fix build

This commit is contained in:
jxxghp
2023-07-08 08:50:14 +08:00
parent 9104a25652
commit ae270b801e
2 changed files with 0 additions and 171 deletions

View File

@@ -108,10 +108,6 @@ const router = createRouter({
path: 'login',
component: () => import('../pages/login.vue'),
},
{
path: 'register',
component: () => import('../pages/register.vue'),
},
{
path: '/:pathMatch(.*)*',
component: () => import('../pages/[...all].vue'),