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