From ccdb092b290f7381cf91cfc3f48caf1e229ec56d Mon Sep 17 00:00:00 2001 From: Shu Guang <61069967+shuguangnet@users.noreply.github.com> Date: Sat, 17 May 2025 17:50:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 6e35f85d..8de3639d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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'), }, ], },