|
|
@ -23,12 +23,12 @@ module.exports = {
|
|
|
|
open: true,
|
|
|
|
open: true,
|
|
|
|
/* 设置为0.0.0.0则所有的地址均能访问 */
|
|
|
|
/* 设置为0.0.0.0则所有的地址均能访问 */
|
|
|
|
host: '0.0.0.0',
|
|
|
|
host: '0.0.0.0',
|
|
|
|
port: 8311,
|
|
|
|
port: 8080,
|
|
|
|
https: false,
|
|
|
|
https: false,
|
|
|
|
hotOnly: false,
|
|
|
|
hotOnly: false,
|
|
|
|
disableHostCheck: true,
|
|
|
|
disableHostCheck: true,
|
|
|
|
/* 使用代理 后台接口路径 */
|
|
|
|
/* 使用代理 后台接口路径 */
|
|
|
|
proxy: 'http://192.168.0.54:8080/'
|
|
|
|
proxy: 'http://10.101.8.45:8080/'
|
|
|
|
// proxy: 'http://jdxdev.vipgz4.idcfengye.com/'
|
|
|
|
// proxy: 'http://jdxdev.vipgz4.idcfengye.com/'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|