添加学习情况

This commit is contained in:
BOE\10867418
2023-04-08 19:51:33 +08:00
parent 06a6985a37
commit 60f8a2021e
2 changed files with 50 additions and 2 deletions

View File

@@ -174,6 +174,15 @@ module.exports = {
'^/socialApi': ''
}
},
'/report': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
changeOrigin: true,
secure: false,
pathRewrite: {
'^/report': '/report'
}
},
},
},