新增部署发布模块

This commit is contained in:
aixianling
2022-03-30 19:20:44 +08:00
parent 395bc26bb1
commit 5478611712
3 changed files with 141 additions and 2 deletions

View File

@@ -79,6 +79,14 @@ module.exports = {
'^/omsapi': '/'
}
},
'/ns': {
target: 'http://localhost:12525',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/ns': '/'
}
},
'/xsjr': {
target: 'http://192.168.1.87:39898',
changeOrigin: true,