refactor: 更新应用名称和API基础URL

将应用名称从"存客宝"更改为"Ai智能客服"以更准确反映产品功能
更新baseUrl为新的API域名"kr-phone.quwanzhi.com"
This commit is contained in:
超级老白兔
2025-08-29 15:59:53 +08:00
parent c8d63bf93a
commit 27aa23179f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"name" : "存客宝", "name" : "Ai智能客服",
"appid" : "__UNI__2B34F1A", "appid" : "__UNI__2B34F1A",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",

View File

@@ -18,7 +18,7 @@
export default { export default {
data() { data() {
return { return {
baseUrl: 'https://kr-op.quwanzhi.com/init', baseUrl: 'kr-phone.quwanzhi.com',
iframeUrl: '', // 动态构建的 URL iframeUrl: '', // 动态构建的 URL
receivedMessages: [], receivedMessages: [],
messageId: 0, messageId: 0,