| //这里存放数据 | //这里存放数据 | ||||
| return { | return { | ||||
| queryParams: { | queryParams: { | ||||
| token: "bd5e24809b0db963271f14e2167c4fb3", // 与后台交互的凭证 | |||||
| token: "1017bd2a605fb4f4a3f7267328cbf240", // 与后台交互的凭证 | |||||
| noCanClose: 0, // PC端是否显示广告 | noCanClose: 0, // PC端是否显示广告 | ||||
| uid: "", // 用户ID | uid: "", // 用户ID | ||||
| nickName: "", //用户昵称 | nickName: "", //用户昵称 | ||||
| this.queryParams.nickName = this.currentAccount.accountName; | this.queryParams.nickName = this.currentAccount.accountName; | ||||
| this.queryParams.phone = this.currentAccount.mobilePhone; | 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) { | for (let key in this.queryParams) { | ||||
| if ( | if ( | ||||
| this.queryParams[key] !== "" && | this.queryParams[key] !== "" && |