|
@@ -9,8 +9,8 @@ module.exports = {
|
|
|
'/': {
|
|
|
// target:'http://192.168.0.230:7777/',//开发
|
|
|
// target:'http://192.168.0.7:7777/',//开发
|
|
|
- target:'http://192.168.1.253:7777/',//测试
|
|
|
- // target:'http://data.cqna.gov.cn/',//线上
|
|
|
+ // target:'http://192.168.1.253:7777/',//测试
|
|
|
+ target:'http://data.cqna.gov.cn/',//线上
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
'^ /': ''
|