瀏覽代碼

修改客服跳转

master
王饶冀 2 年之前
父節點
當前提交
0007b39f9f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      digital-park-web/digital-park/src/mixin/customerService.js

+ 1
- 1
digital-park-web/digital-park/src/mixin/customerService.js 查看文件

@@ -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…
取消
儲存