wangjuncheng
4 天以前 174fcca18052f7df7cf0dbb67c0571f5e3681642
1
2
3
4
5
6
7
const BASE_URL = "http://192.168.37.60:8088"
 
window.ps = {
    emitMessage: function (message) {
        // console.log("emitMessage", message)
    }
}