소스 검색

客服

master
王露 3 년 전
부모
커밋
94be0716e2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      digital-park-web/digital-park/src/components/CustomService.vue

+ 2
- 2
digital-park-web/digital-park/src/components/CustomService.vue 파일 보기

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

Loading…
취소
저장