|
@@ -3,8 +3,8 @@ module.exports = {
|
|
|
port: 8090,
|
|
|
proxy: {
|
|
|
'/data': {
|
|
|
- // target: 'http://60.205.177.43',
|
|
|
- target: 'http://10.199.143.126',
|
|
|
+ target: 'http://60.205.177.43',
|
|
|
+ // target: 'http://10.199.143.126',
|
|
|
// target: 'http://192.168.200.11:9003', //yll
|
|
|
// target: 'http://localhost:6040/data/',
|
|
|
changeOrigin: true,
|
|
@@ -74,5 +74,6 @@ module.exports = {
|
|
|
'@saga-web', // 指定对第三方依赖包进行babel-polyfill处理
|
|
|
"@ant-design",
|
|
|
"element-ui"
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ productionSourceMap: false, //
|
|
|
}
|