Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal

This commit is contained in:
dongruihua
2023-03-02 11:10:07 +08:00
8 changed files with 295 additions and 214 deletions

View File

@@ -117,6 +117,15 @@ module.exports = {
// 114.115.162.187 测试环境
// 192.168.0.107 晋宇
proxy: {
'/manageApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
changeOrigin: true,
secure: false,
pathRewrite: {
'^/manageApi': '/manageApi'
}
},
'/systemapi': {
// 目标代理服务器地址
target: 'http://127.0.0.1:9090',
@@ -129,7 +138,7 @@ module.exports = {
},
'/uboeApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
target: 'https://u-pre.boe.comww',
changeOrigin: true,
secure: false,
pathRewrite: {