Преглед изворни кода

添加根据算力调用ai接口判断

zq940222 пре 2 месеци
родитељ
комит
24e59865f2
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/components/jeecg/AiChat/components/chat.vue

+ 0 - 2
src/components/jeecg/AiChat/components/chat.vue

@@ -189,7 +189,6 @@
   async function handleSubmit() {
     await checkQuotaApi().then((res) => {
       if (res.code !== 200) {
-        message.error(res.message);
         return;
       }
     });
@@ -201,7 +200,6 @@
   const handleOutQuestion = async (message) => {
     await checkQuotaApi().then((res) => {
       if (res.code !== 200) {
-        message.error(res.message);
         return;
       }
     });