From 492e7b5e3252a1a663554cab13d92bd6f90e90a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sat, 16 Aug 2025 20:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BB=8E=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=88=B0=E6=83=85=E7=BB=AA=E5=A4=A7=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E6=B2=A1=E6=9C=89=E6=A8=AA=E7=BA=BF=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Emotionsmodel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Emotionsmodel.vue b/src/views/Emotionsmodel.vue index 832e6c4..d586c60 100644 --- a/src/views/Emotionsmodel.vue +++ b/src/views/Emotionsmodel.vue @@ -63,7 +63,7 @@ onUnmounted(() => { const goToAiEmotion = () => { // 设置 sessionStorage 控制 homepage.vue 激活 AiEmotion tab sessionStorage.setItem("activeTabAI", "AiEmotion"); - sessionStorage.setItem("activeIndexAI", "2"); + sessionStorage.setItem("activeIndexAI", "1"); router.push("/homePage"); };