From 0d4165f692652985ef268f369a47c59f046cd436 Mon Sep 17 00:00:00 2001 From: lyp Date: Mon, 20 Jan 2025 08:52:05 +0800 Subject: [PATCH] =?UTF-8?q?ai=E7=AA=97=E5=8F=A3=E7=8A=B6=E6=80=81=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ai/text/AiHelperText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ai/text/AiHelperText.tsx b/src/components/ai/text/AiHelperText.tsx index 1cb7776..bfcb07f 100644 --- a/src/components/ai/text/AiHelperText.tsx +++ b/src/components/ai/text/AiHelperText.tsx @@ -44,7 +44,7 @@ export default function AiHelperText(props: PropsType) { messageApi, url: `/api/proj/get/${pathParams.projId}`, onSuccess({ data }) { - console.log('其他页面状态判断嘻嘻嘻', data); + // console.log('其他页面状态判断嘻嘻嘻', data); setStatus(data.generate.generateStatus) // if(data.aiSetting.introductionStatus == 'GENERATING' || data.aiSetting.descStatus == 'GENERATING' || data.aiSetting.descStatus == 'GENERATING') { // setIsDisabled(true)