Browse Source

完善接口路径

zhaowenkang/feature-20251028181547-行情页面
wangyetao 4 weeks ago
parent
commit
618b66708b
  1. 2
      api/deepMate/deepMate.js
  2. 2
      pages/deepMate/deepMate.vue
  3. 2
      utils/http.js

2
api/deepMate/deepMate.js

@ -20,7 +20,7 @@ export const getData = () => {
export const postIntent = (data) => {
return http({
method: 'POST',
url: '/testApi/api/deepMate/dmFirst',
url: '/api/deepMate/dmFirst',
data
})
}

2
pages/deepMate/deepMate.vue

@ -640,7 +640,7 @@ const simulateBotResponse = async (userMessage) => {
scrollToBottom();
//
const baseDelay = 5; //
const baseDelay = 165; //
const slowPunct = /[。!?!?;;]/; //
const midPunct = /[,、,::]/; //
const delay = slowPunct.test(ch)

2
utils/http.js

@ -1,6 +1,6 @@
import { useUserStore } from "../stores/modules/userInfo"
const baseURL = "https://hwjb.homilychart.com"
const baseURL = "https://hwjb.homilychart.com/testApi"
const httpInterceptor = {

Loading…
Cancel
Save