refactor: 更新应用名称和API基础URL
将应用名称从"存客宝"更改为"Ai智能客服"以更准确反映产品功能 更新baseUrl为新的API域名"kr-phone.quwanzhi.com"
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name" : "存客宝",
|
"name" : "Ai智能客服",
|
||||||
"appid" : "__UNI__2B34F1A",
|
"appid" : "__UNI__2B34F1A",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user