From 8a262eb3bb8890364def38e2812a2f8155983052 Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期日, 07 七月 2024 17:00:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.V1.0 --- src/views/project/ch/home/component/waterRight/bottom.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/project/ch/home/component/waterRight/bottom.vue b/src/views/project/ch/home/component/waterRight/bottom.vue index 70ca532..fa18498 100644 --- a/src/views/project/ch/home/component/waterRight/bottom.vue +++ b/src/views/project/ch/home/component/waterRight/bottom.vue @@ -57,7 +57,7 @@ import { onMounted, reactive, computed } from 'vue'; import { getSectionList } from '/@/api/ai/chat'; import router from '/@/router'; -import { activeSectionAId } from '/@/stores/chatRoom'; +import { activeRoomId, activeSectionAId, setRoomConfig } from '/@/stores/chatRoom'; let state = reactive({ applicationScenarios: [], @@ -65,6 +65,7 @@ }); const changeScenarios = async (item) => { activeSectionAId.value = item.section_id; + setRoomConfig(activeRoomId.value, 'isAnswerByLLM', false); }; const getMainSectionList = async () => { const res = await getSectionList(); -- Gitblit v1.9.3