chenhaozhe
4 天以前 3166a182d97e9a3b2bf9fcd2309fb01736728de5
utils/common.js
@@ -496,7 +496,6 @@
    }
    
    httpFormatWs(httpUrl=this.serverUrl) {
        console.log('httpUrl: ',httpUrl);
        if(httpUrl.indexOf("http://") === 0){
            httpUrl = httpUrl.replace("http://", "")
            httpUrl = "ws://" + httpUrl.split(":")[0]+":8089/ws"