Browse Source

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

zq940222 2 months ago
parent
commit
24e59865f2
1 changed files with 0 additions and 2 deletions
  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() {
   async function handleSubmit() {
     await checkQuotaApi().then((res) => {
     await checkQuotaApi().then((res) => {
       if (res.code !== 200) {
       if (res.code !== 200) {
-        message.error(res.message);
         return;
         return;
       }
       }
     });
     });
@@ -201,7 +200,6 @@
   const handleOutQuestion = async (message) => {
   const handleOutQuestion = async (message) => {
     await checkQuotaApi().then((res) => {
     await checkQuotaApi().then((res) => {
       if (res.code !== 200) {
       if (res.code !== 200) {
-        message.error(res.message);
         return;
         return;
       }
       }
     });
     });