saas研发配置及网格调整

This commit is contained in:
aixianling
2022-04-28 16:25:30 +08:00
parent c186b95ae7
commit 38f3ecc288
3 changed files with 63 additions and 41 deletions

View File

@@ -71,6 +71,14 @@ module.exports = {
'^/lan': '/'
}
},
'/saas': {
target: 'http://192.168.1.34:19898',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/saas': '/'
}
},
'/omsapi': {
target: 'http://192.168.1.87:19898',
changeOrigin: true,