wujingjing
2024-11-27 a32fc7bdf0ae1fccecfee1228e7348b8f2c478a6
src/components/chat/Chat.vue
@@ -568,7 +568,7 @@
      ElMessage.warning('ai 正在回复中,请稍后尝试提问');
      return;
   }
   position = position ?? (await getCurrentPosition());
   // position = position ?? (await getCurrentPosition());
   const isNewChat = messageList.value.length === 0;
   if (isNewChat) {