瀏覽代碼

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