修改配置文件

This commit is contained in:
0000792 2022-07-26 10:34:38 +08:00
parent 16da7a50d4
commit fcdcd9c804
3 changed files with 19 additions and 18 deletions

View File

@ -14,4 +14,5 @@ port= 9988
//target = http://192.168.18.134:8899
//target = http://192.168.18.139:8899
// target = http://192.168.18.136:8899
target = http://192.168.10.241:30646
//target = http://192.168.10.241:30646
target = http://192.168.18.140:8899

View File

@ -12,7 +12,7 @@ let iotWebSocketAlarmBaseUrl = ''
let BaseUrl = ''
// 手动配置的地址
var iotHost="192.168.10.241:30646"; // 海创iot 平台 host
var iotHost="192.168.10.241:32024"; // 海创iot 平台 host
// var hrefHost = window.location.host;
// let httpProtocol = window.location.protocol;
var hrefHost = '192.168.18.139';

View File

@ -27,22 +27,22 @@ module.exports = {
// 如果你不需要生产环境的 source map可以将其设置为 false 以加速生产环境构建。
productionSourceMap: false,
// webpack-dev-server 相关配置
devServer: {
host: '0.0.0.0',
port: port,
open: true,
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: process.env.target,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
}
}
},
disableHostCheck: true
},
// devServer: {
// host: '0.0.0.0',
// port: port,
// open: true,
// proxy: {
// // detail: https://cli.vuejs.org/config/#devserver-proxy
// [process.env.VUE_APP_BASE_API]: {
// target: process.env.target,
// changeOrigin: true,
// pathRewrite: {
// ['^' + process.env.VUE_APP_BASE_API]: ''
// }
// }
// },
// disableHostCheck: true
// },
configureWebpack: {
externals: {
AMap: 'AMap'