优化调整

This commit is contained in:
2025-07-26 00:37:18 +08:00
parent 08bbd4df0f
commit 0dfabc35d7
90 changed files with 3594 additions and 2294 deletions
+1 -9
View File
@@ -110,15 +110,7 @@ const routes: RouteRecordRaw[] = [
requiresAuth: false
}
},
{
path: '/token-test',
name: 'TokenTest',
component: () => import('@/views/TokenTest.vue'),
meta: {
title: 'Token测试',
requiresAuth: false
}
},
{
path: '/:pathMatch(.*)*',
name: 'NotFound',