|
@@ -364,7 +364,7 @@ module.exports = (function () {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//let staticHost = 'http://afts.hnzhiming.com';
|
|
//let staticHost = 'http://afts.hnzhiming.com';
|
|
|
- let staticHost = 'http://172.16.1.187:80'
|
|
|
|
|
|
|
+ let staticHost = 'http://172.16.1.199:8888'
|
|
|
// let staticHost = "http://192.168.0.106";
|
|
// let staticHost = "http://192.168.0.106";
|
|
|
// let staticHost = "http://192.168.0.103";
|
|
// let staticHost = "http://192.168.0.103";
|
|
|
switch (argv.env.deploy) {
|
|
switch (argv.env.deploy) {
|
|
@@ -408,8 +408,8 @@ module.exports = (function () {
|
|
|
// }
|
|
// }
|
|
|
devServer: {
|
|
devServer: {
|
|
|
disableHostCheck: true,
|
|
disableHostCheck: true,
|
|
|
- host: '172.16.1.187',
|
|
|
|
|
- port: 80,
|
|
|
|
|
|
|
+ host: '172.16.1.199',
|
|
|
|
|
+ port: 8888,
|
|
|
allowedHosts: ['127.0.0.1', '192.168.0.20', '192.168.0.99'],
|
|
allowedHosts: ['127.0.0.1', '192.168.0.20', '192.168.0.99'],
|
|
|
headers: {
|
|
headers: {
|
|
|
'Access-Control-Allow-Origin': '*',
|
|
'Access-Control-Allow-Origin': '*',
|