zrg
昨天 5b37957eec9e5f301f7594b0f0f2d208ddea0cdc
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"