appConfig.js 132 Bytes
window.appConfig = {
    ver: "5.0",
    baseUrlOnLine: "http://10.13.80.17:8080/", //线上地址
}
Object.freeze(window.appConfig)