This commit is contained in:
yangsy
2025-08-26 04:20:44 +08:00
parent 9a050f08f6
commit b17e7b589a
4 changed files with 13 additions and 13 deletions

View File

@@ -39,10 +39,6 @@ const router = createRouter({
},
],
},
{
path: 'debug',
component: () => import('@/pages/debug-page.vue'),
},
{
path: '/:pathMatch(.*)*',
name: 'NotFound',