From bd4af8039fce76a822618eeea46d38f35004cc2c Mon Sep 17 00:00:00 2001 From: Gsh <15170702455@163.com> Date: Sat, 21 Jun 2025 21:57:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Ai.Vue3/src/api/user/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Ai.Vue3/src/api/user/index.ts b/Yi.Ai.Vue3/src/api/user/index.ts index 37824b0d..e2115e54 100644 --- a/Yi.Ai.Vue3/src/api/user/index.ts +++ b/Yi.Ai.Vue3/src/api/user/index.ts @@ -2,5 +2,5 @@ import { get } from '@/utils/request'; // 获取用户信息 export function getUserInfo() { - return get('/prod-api/account'); + return get('/prod-api/ai-chat/account'); }