| @@ -5,7 +5,7 @@ export const linkCustomerService = { | |||
| //这里存放数据 | |||
| return { | |||
| queryParams: { | |||
| token: "1017bd2a605fb4f4a3f7267328cbf240", // 与后台交互的凭证 | |||
| token: "50aa11de78ee5cb27381df1679f24e15", // 与后台交互的凭证 | |||
| noCanClose: 0, // PC端是否显示广告 | |||
| uid: "", // 用户ID | |||
| nickName: "", //用户昵称 | |||
| @@ -31,7 +31,7 @@ export const linkCustomerService = { | |||
| this.queryParams.nickName = this.currentAccount.accountName; | |||
| this.queryParams.phone = this.currentAccount.mobilePhone; | |||
| } | |||
| let url = `http://www.parkkf.com/chat/index?`; | |||
| let url = `http://chat.park.hhrchina.com/chat/index?`; | |||
| for (let key in this.queryParams) { | |||
| if ( | |||
| this.queryParams[key] !== "" && | |||