From 6540c0a165de74f407f8549b8b3c820f3c22d602 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Thu, 25 Apr 2024 17:58:15 +0800 Subject: [PATCH 1/5] perf: kael migrated koko --- .env.development.example | 3 +- .../ChatAi/components/ChitChat/ChatInput.vue | 11 +- .../Apps/ChatAi/components/ChitChat/index.vue | 41 +- src/utils/socket.js | 85 +- vue.config.js | 7 +- yarn.lock | 21857 ++++++++-------- 6 files changed, 10663 insertions(+), 11341 deletions(-) diff --git a/.env.development.example b/.env.development.example index 409d8e846..070cbfdf9 100644 --- a/.env.development.example +++ b/.env.development.example @@ -22,5 +22,6 @@ VUE_APP_LOGOUT_PATH = '/core/auth/logout/' # Dev server for core proxy VUE_APP_CORE_HOST = 'http://localhost:8080' VUE_APP_CORE_WS = 'ws://localhost:8080' -VUE_APP_KAEL_HOST = 'http://localhost:8083' +VUE_APP_KOKO_HOST = 'http://localhost:5000' +VUE_APP_KOKO_WS = 'ws://localhost:5000' VUE_APP_ENV = 'development' diff --git a/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue b/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue index d58d6a89f..86169b0ca 100644 --- a/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue +++ b/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue @@ -1,5 +1,13 @@