From 73a914bb2aabd63533e0954eaaad7b00c743ac4b Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 18 七月 2024 14:01:26 +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/top.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue index 298e64f..9f4e757 100644 --- a/src/views/project/ch/home/component/waterRight/top.vue +++ b/src/views/project/ch/home/component/waterRight/top.vue @@ -28,6 +28,7 @@ import router from '/@/router'; import { activeChatRoom, activeLLMId, activeSectionAId } from '/@/stores/chatRoom'; import emitter from '/@/utils/mitt'; +import { handleNormalAuth } from '/@/utils/request'; const emits = defineEmits(['sendClick']); const inputValue = ref('浣犳槸璋侊紵'); @@ -37,6 +38,9 @@ ElMessage.warning('璇烽�夋嫨搴旂敤鍦烘櫙'); return; } + if (!handleNormalAuth()) { + return; + } const res = await setHistoryGroupTitle({ history_group_id: activeChatRoom.value.id, -- Gitblit v1.9.3