|
@@ -41,9 +41,12 @@ module.exports = {
|
|
|
errors: true
|
|
|
},
|
|
|
proxy: {
|
|
|
- '/api': {
|
|
|
- target: 'http://observe-server.cestong.com.cn/re',// 目标服务器地址
|
|
|
- changeOrigin: true// 是否改变源地址
|
|
|
+ '/re': {
|
|
|
+ target: 'http://observe-server.cestong.com.cn',// 目标服务器地址
|
|
|
+ changeOrigin: true, // 是否改变源地址
|
|
|
+ pathRewrite: {
|
|
|
+ '^/re': ''// 重写路径
|
|
|
+ }
|
|
|
},
|
|
|
'/app': {
|
|
|
target: 'http://app.cestong.com.cn',
|