对接注册接口 对接一半, 问卷对接完了

This commit is contained in:
linxd
2025-06-17 14:03:57 +08:00
parent cd844a3231
commit e8804d6140
10 changed files with 17194 additions and 321 deletions

View File

@ -5,11 +5,11 @@ export default {
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
'/api/*': {
'/api': {
// target: 'http://10.242.37.148:18022',//连接天宫的ng
target: 'http://localhost:3000',//连接天宫的ng
target: 'http://10.0.0.14:18012',//连接天宫的ng
changeOrigin: true,
pathRewrite: { '^': '' },
pathRewrite: { '^/api': '' },
},
},
UAT: {
@ -53,7 +53,7 @@ export default {
changeOrigin: true,
pathRewrite: { '/api/biz-supplier-manage': '' },
}
// '/api/wfap/v1/audit/bill/find/by/procid': {
// target: 'http://10.242.31.158:8891/',//审批单 uat环境自动审批暂时用不到
// changeOrigin: true,