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)