@@ -31,7 +31,7 @@ export const linkCustomerService = { | |||
this.queryParams.nickName = this.currentAccount.accountName; | |||
this.queryParams.phone = this.currentAccount.mobilePhone; | |||
} | |||
let url = `http://chat.park.hhrchina.com/chat/index?`; | |||
let url = `http://chat.xiaokunshan.cn/chat/index?`; | |||
for (let key in this.queryParams) { | |||
if ( | |||
this.queryParams[key] !== "" && |