|
@@ -135,7 +135,7 @@ module.exports = (function () {
|
|
|
}));
|
|
|
}
|
|
|
|
|
|
- let staticHost = 'http://172.16.0.253:80';
|
|
|
+ let staticHost = 'http://172.16.0.74:80';
|
|
|
switch (argv.env.deploy) {
|
|
|
case 'test':
|
|
|
staticHost = 'http://static.jishutao.com'
|
|
@@ -169,7 +169,7 @@ module.exports = (function () {
|
|
|
plugins: plugins,
|
|
|
devServer: {
|
|
|
disableHostCheck: true,
|
|
|
- host: '172.16.0.253',
|
|
|
+ host: '172.16.0.74',
|
|
|
port: 80,
|
|
|
allowedHosts: ['127.0.0.1','192.168.0.20','192.168.0.99'],
|
|
|
headers: {
|