Browse Source

修改客服跳转

master
王饶冀 2 years ago
parent
commit
0007b39f9f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      digital-park-web/digital-park/src/mixin/customerService.js

+ 1
- 1
digital-park-web/digital-park/src/mixin/customerService.js View File

@@ -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] !== "" &&

Loading…
Cancel
Save