|
|
@@ -418,7 +418,6 @@ const app = new Vue({
|
|
|
let { internetHttps, internetHttp, localIp, cardToken } = this.userCardInfoData
|
|
|
const isWss = location.protocol === 'https:'
|
|
|
let cUrl = `${isWss ? 'wss' : 'ws'}://${isWss ? internetHttps : internetHttp}/businessChannel?cardIp=${localIp}&token=${cardToken}&type=directives`
|
|
|
- console.log(cUrl)
|
|
|
this.doConnectDirectivesWs = new WebSocket(cUrl);
|
|
|
this.doConnectDirectivesWs.binaryType = 'arraybuffer'
|
|
|
clearInterval(doConnectDirectivesIntervalerPing)
|