| 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://chat.park.hhrchina.com/chat/index?`; | |||||
| let url = `http://chat.xiaokunshan.cn/chat/index?`; | |||||
| for (let key in this.queryParams) { | for (let key in this.queryParams) { | ||||
| if ( | if ( | ||||
| this.queryParams[key] !== "" && | this.queryParams[key] !== "" && |