llj
2026-01-27 bbae990ed1f4574fa954753faeae159052d03fba
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"