清除不必要的代理

This commit is contained in:
aixianling
2023-04-04 09:24:43 +08:00
parent f0dfc59828
commit 5cfc275876

View File

@@ -54,14 +54,6 @@ module.exports = {
'^/analysis': '/'
}
},
'/test': {
target: 'http://192.168.1.105:9000',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/test': '/'
}
},
'/saas': {
target: 'http://192.168.1.34:19898',
changeOrigin: true,
@@ -94,22 +86,6 @@ module.exports = {
'^/lns': '/'
}
},
'/xsjr': {
target: 'http://192.168.1.87:39896',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/xsjr': '/'
}
},
'/wg': {
target: 'http://192.168.1.34:10000',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/wg': '/'
}
},
'/tfx': {
target: 'http://192.168.1.87:59998',
changeOrigin: true,
@@ -118,14 +94,6 @@ module.exports = {
'^/tfx': '/'
}
},
'/qxn': {
target: 'http://192.168.1.87:12001',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/qxn': '/'
}
},
'/map': {
target: 'https://geo.datav.aliyun.com',
changeOrigin: true,