diff --git a/config/dev.env.js b/config/dev.env.js index 9f671cf..4fdc45d 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -8,7 +8,7 @@ NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' - // BASE_API: '"http://192.168.0.212:14537"' + // BASE_API: '"http://192.168.0.166:14537"' BASE_API: '"http://119.254.103.80:14537"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' diff --git a/config/dev.env.js b/config/dev.env.js index 9f671cf..4fdc45d 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -8,7 +8,7 @@ NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' - // BASE_API: '"http://192.168.0.212:14537"' + // BASE_API: '"http://192.168.0.166:14537"' BASE_API: '"http://119.254.103.80:14537"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' diff --git a/config/index.js b/config/index.js index f2ddecb..59cafc4 100644 --- a/config/index.js +++ b/config/index.js @@ -15,7 +15,7 @@ // Various Dev Server settings host: '0.0.0.0', // can be overwritten by process.env.HOST - port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined + port: 8085, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined //是否自动打开浏览器 autoOpenBrowser: true, errorOverlay: true,