fix: 更新路由

This commit is contained in:
Shu Guang 2025-05-17 17:50:42 +08:00
parent fb94445e63
commit ccdb092b29

View File

@ -139,7 +139,7 @@ export const routes = [
path: '/account/CompetitionAssistant',
name: 'CompetitionAssistant',
meta: { title: '竞赛助手', auth: 0 },
component: () => import('@/views/CompetitionAssistant.vue'),
component: () => import('@/views/user/Ai.vue'),
},
],
},