@@ -13,8 +13,8 @@ module.exports = {
proxyTable: {},
// Various Dev Server settings
- // host: 'localhost', // can be overwritten by process.env.HOST
- host: '192.168.100.104', // can be overwritten by process.env.HOST
+ host: 'localhost', // can be overwritten by process.env.HOST
+ // host: '192.168.100.104', // can be overwritten by process.env.HOST
port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,
@@ -2,10 +2,10 @@ module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
// 阿里云环境
- // BASE_API: '"http://47.103.79.143:9085/admin"',
- // OS_API: '"http://dgtcloud.dgtis.com/oneportal/login"'
+ BASE_API: '"http://47.103.79.143:9085/admin"',
+ OS_API: '"http://dgtcloud.dgtis.com/oneportal/login"'
//正式环境
- BASE_API: '"https://xiaoyou.dgtis.com/admin"',
- OS_API: '"http://dgt.dgtis.com/oneportal/login"'
+ // BASE_API: '"https://xiaoyou.dgtis.com/admin"',
+ // OS_API: '"http://dgt.dgtis.com/oneportal/login"'
}