From a2fbf185a1f9f75f3b4e72ee14f50f569d8f5108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Mon, 26 May 2025 21:44:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(CreateSurvey):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E7=94=9F=E6=88=90=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=20API=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除旧的 API 地址和测试地址 - 添加新的智能生成 API 地址 - 简化代码结构,提高可读性 --- .../components/IntelligentGeneration/Index.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/Home/components/CreateSurvey/components/IntelligentGeneration/Index.vue b/src/views/Home/components/CreateSurvey/components/IntelligentGeneration/Index.vue index 652d48d..cd17d5f 100644 --- a/src/views/Home/components/CreateSurvey/components/IntelligentGeneration/Index.vue +++ b/src/views/Home/components/CreateSurvey/components/IntelligentGeneration/Index.vue @@ -1,16 +1,11 @@