let baseUrl = null; if (process.env.NODE_ENV === 'production') { // 生产环境代码 // baseUrl = 'http://huaerda-api.24yt.com'; baseUrl = 'http://106.227.91.181:9081/api'; } else { // 非生产环境代码 // baseUrl = 'http://192.168.9.237:8182'; // baseUrl = 'http://192.168.50.200:8080'; // baseUrl = 'http://huaerda-api.24yt.com'; // baseUrl = 'http://192.168.20.80:8080'; baseUrl = 'http://106.227.91.181:9081/api'; } const config = { baseUrl } // 应用全局配置 module.exports = config