yangg 8 月之前
父節點
當前提交
36714902be
共有 4 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .env.development
  2. 0 0
      dist/index.html
  3. 0 0
      dist/static/js/app.2c2d9928.js
  4. 1 1
      src/components/webAi/js/ChatBox.js

+ 1 - 1
.env.development

@@ -2,5 +2,5 @@
 ENV = 'development'
 port = 8080
 # base api
-VUE_APP_BASE_API = 'http://192.168.1.199:8084'
+VUE_APP_BASE_API = 'http://192.168.1.188:8084'
 #192.168.1.199

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2c2d9928.js


+ 1 - 1
src/components/webAi/js/ChatBox.js

@@ -718,7 +718,7 @@ newChat() {
         }
       }
       const chatId = this.getUuid();
-      const wsUrl ='http://127.0.0.1:8082/api/chatbot/chat'//this.wsUrl//'http://58.246.234.210:7860/api/v1/run/3ef7369e-b617-40d2-9e2e-54f3ee76ed2e?stream=false'
+      const wsUrl ='http://58.246.234.210:8084/api/chatbot/chat'//this.wsUrl//'http://58.246.234.210:7860/api/v1/run/3ef7369e-b617-40d2-9e2e-54f3ee76ed2e?stream=false'
       let message = this.userInput.trim();
       if (message) {
         // Markdown换行:在每个换行符之前添加两个空格

Some files were not shown because too many files changed in this diff