This commit is contained in:
lix
2025-06-20 14:55:00 +08:00
parent eb90574c74
commit f2ef1e81c8
20 changed files with 624 additions and 195 deletions

View File

@ -7,9 +7,9 @@ export default {
// },
'/api/*': {
// target: 'http://10.242.37.148:18022',//连接天宫的ng
target: 'http://localhost:3000',//连接天宫的ng
target: 'http://10.60.161.52:18030/',//连接天宫的ng
changeOrigin: true,
pathRewrite: { '^': '' },
pathRewrite: { '^/api': '' },
},
},
UAT: {
@ -38,11 +38,11 @@ export default {
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-process': '' },
},
'/api/sys-manager-ebtp-project': {
target: 'http://localhost:18030',
changeOrigin: true,
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
},
// '/api/sys-manager-ebtp-project': {
// target: 'http://localhost:18030',
// changeOrigin: true,
// pathRewrite: { '/api/sys-manager-ebtp-project': '' },
// },
'/api/biz-service-ebtp-rsms': {
target: 'http://localhost:18014',
changeOrigin: true,