From ae58a1916cec12366d4a5efe0e9524e7ccb8ffa8 Mon Sep 17 00:00:00 2001 From: lizw-2015 <1183409807@qq.com> Date: Wed, 9 Jul 2025 17:00:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor(editor,=20taskManagement):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=B0=8F=E5=87=AF=20AI=20=E6=9C=8D=E5=8A=A1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 ModelMain.vue 和 automatedPresentation.vue 中的小凯 AI 服务地址从本地改为远程 - 旧地址: http://localhost:5906/#/chat - 新地址: https://180.100.199.56:8656/#/chat --- src/editor/ModelMain.vue | 2 +- src/views/taskManagement/automatedPresentation.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor/ModelMain.vue b/src/editor/ModelMain.vue index 419115e..7a89823 100644 --- a/src/editor/ModelMain.vue +++ b/src/editor/ModelMain.vue @@ -72,7 +72,7 @@ - + diff --git a/src/views/taskManagement/automatedPresentation.vue b/src/views/taskManagement/automatedPresentation.vue index 6674f42..b4188ca 100644 --- a/src/views/taskManagement/automatedPresentation.vue +++ b/src/views/taskManagement/automatedPresentation.vue @@ -1,6 +1,6 @@