diff --git a/constant/base.js b/constant/base.js index a6f618c..9fe9d17 100644 --- a/constant/base.js +++ b/constant/base.js @@ -1,3 +1,6 @@ -const isProd = true +const isProd = true; -export const BASE_URL = 'https://onefeel.brother7.cn/ingress' //'http://8.138.234.141/ingress' \ No newline at end of file +export const BASE_URL = "https://onefeel.brother7.cn/ingress"; //'http://8.138.234.141/ingress' + +// socket地址 +export const WSS_URL = "wss://onefeel.brother7.cn/ingress/agent/ws/chat"; diff --git a/pages/chat/ChatCardAI.vue b/pages/chat/ChatCardAI.vue index 106f3cf..46ad71b 100644 --- a/pages/chat/ChatCardAI.vue +++ b/pages/chat/ChatCardAI.vue @@ -1,7 +1,10 @@ diff --git a/pages/chat/ChatInputArea.vue b/pages/chat/ChatInputArea.vue index 0a9670b..c5f4c14 100644 --- a/pages/chat/ChatInputArea.vue +++ b/pages/chat/ChatInputArea.vue @@ -1,246 +1,252 @@