|
@@ -310,7 +310,7 @@ module.exports = (function () {
|
|
|
}
|
|
|
|
|
|
|
|
|
- let staticHost = "http://172.16.0.253";
|
|
|
+ let staticHost = "http://172.16.0.254";
|
|
|
|
|
|
|
|
|
switch (argv.env.deploy) {
|
|
@@ -351,7 +351,7 @@ module.exports = (function () {
|
|
|
|
|
|
devServer: {
|
|
|
disableHostCheck: true,
|
|
|
- host: '172.16.0.253',
|
|
|
+ host: '172.16.0.254',
|
|
|
port: 80,
|
|
|
allowedHosts: ['127.0.0.1', '192.168.0.20', '192.168.0.99'],
|
|
|
headers: {
|