清除不必要的代理

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