ソースを参照

修改客服跳转

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

読み込み中…
キャンセル
保存