oms接入3.0产品库

This commit is contained in:
aixianling
2022-03-14 11:38:06 +08:00
parent fcb6bbf956
commit 66fad244d9
17 changed files with 2666 additions and 7 deletions

View File

@@ -71,15 +71,12 @@ module.exports = {
'^/lan': '/'
}
},
'/oms': {
'/omsapi': {
target: 'http://192.168.1.87:19898',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/oms/app/': '/',
'^/oms/auth/': '/',
'^/oms/admin/': '/',
'^/oms': '/'
'^/omsapi': '/'
}
},
'/xsjr': {