1
wangjuncheng
7 天以前 5a93ff9c70a25e09d77aff8e9175022b63b3060f
public/js/config.js
@@ -1,2 +1,7 @@
const BASE_URL = "http://192.168.56.107:8077"
console.log('config.js 被加载', new Date().toISOString());
const BASE_URL = "http://192.168.37.60:8088"
window.ps = {
    emitMessage: function (message) {
        // console.log("emitMessage", message)
    }
}