345
wangjuncheng
昨天 770dae03ffe931e4c2dfc1860b60c058cc5ed149
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)
    }
}