马宇豪
2024-07-08 8871c565ebe62fd2c26fc882e92acd5fdbc17d18
xiugai
2 files modified
6 ■■■■ changed files
config/env.development.js 4 ●●●● patch | view | raw | blame | history
config/env.production.js 2 ●●● patch | view | raw | blame | history
config/env.development.js
@@ -1,5 +1,5 @@
module.exports = {
    NODE_ENV: "development",
    baseUrl: 'http://192.168.0.47:8086',
    // baseUrl: 'http://121.239.169.30:13001',
    // baseUrl: 'http://192.168.0.70:8087',
    baseUrl: 'http://sms.sinanoaq.cn/api',
};
config/env.production.js
@@ -1,5 +1,5 @@
module.exports = {
    NODE_ENV: "production",
    baseUrl: 'http://121.239.169.30:13001',
    baseUrl: '/api',
    // baseUrl: 'http://192.168.0.47:8086',
}