From a32fc7bdf0ae1fccecfee1228e7348b8f2c478a6 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 27 十一月 2024 10:59:07 +0800 Subject: [PATCH] 地图优化 --- src/components/chat/Chat.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 6424b86..4200501 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -568,7 +568,7 @@ ElMessage.warning('ai 姝e湪鍥炲涓紝璇风◢鍚庡皾璇曟彁闂�'); return; } - position = position ?? (await getCurrentPosition()); + // position = position ?? (await getCurrentPosition()); const isNewChat = messageList.value.length === 0; if (isNewChat) { -- Gitblit v1.9.3