|
@@ -19,10 +19,10 @@ module.exports = {
|
|
|
// target:'http://192.168.0.222:7777/',//开发
|
|
|
// target:'http://192.168.1.253:7777/',//测试
|
|
|
// target:'http://data.cqna.gov.cn/',//线上
|
|
|
- target:'https://www.cqna.gov.cn/data/',//线上
|
|
|
+ target:'https://www.cqna.gov.cn/',//线上
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
- '^ /': ''
|
|
|
+ '^ /': 'data/'
|
|
|
}
|
|
|
},
|
|
|
},
|