This commit is contained in:
Pengxiansen
2025-02-20 19:15:55 +08:00
parent 09f06b1679
commit 7c20a11687
3 changed files with 24 additions and 5 deletions

View File

@@ -124,11 +124,17 @@ module.exports = {
// 114.115.162.187 测试环境
// 192.168.0.107 晋宇
proxy: {
"/growth": {
target: 'https://u-pre.boe.com',
"/professional": {
// target: 'https://u-pre.boe.com',
// target: 'http://192.168.86.195:32002',
target: 'http://192.168.68.211:32002',
changeOrigin: true,
},
// "/growth": {
// // target: 'https://u-pre.boe.com',
// target: 'http://192.168.86.195:32002',
// changeOrigin: true,
// },
'/manageApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',