Преглед на файлове

添加根据算力调用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;
       }
     });