From 27aa23179f187db41d48d254302c09ab150f0865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 29 Aug 2025 15:59:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=90=8D=E7=A7=B0=E5=92=8CAPI=E5=9F=BA=E7=A1=80URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将应用名称从"存客宝"更改为"Ai智能客服"以更准确反映产品功能 更新baseUrl为新的API域名"kr-phone.quwanzhi.com" --- aiApp/manifest.json | 2 +- aiApp/pages/index/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aiApp/manifest.json b/aiApp/manifest.json index b8ab3182..7e70618b 100644 --- a/aiApp/manifest.json +++ b/aiApp/manifest.json @@ -1,5 +1,5 @@ { - "name" : "存客宝", + "name" : "Ai智能客服", "appid" : "__UNI__2B34F1A", "description" : "", "versionName" : "1.0.0", diff --git a/aiApp/pages/index/index.vue b/aiApp/pages/index/index.vue index 50698c36..0dd58374 100644 --- a/aiApp/pages/index/index.vue +++ b/aiApp/pages/index/index.vue @@ -18,7 +18,7 @@ export default { data() { return { - baseUrl: 'https://kr-op.quwanzhi.com/init', + baseUrl: 'kr-phone.quwanzhi.com', iframeUrl: '', // 动态构建的 URL receivedMessages: [], messageId: 0,