gerson
2024-07-07 8a262eb3bb8890364def38e2812a2f8155983052
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();