对接注册和退出登录

This commit is contained in:
linxd
2025-07-17 11:38:51 +08:00
parent baedd70f53
commit 46c9a0f679
18 changed files with 524 additions and 196 deletions

View File

@ -1,13 +1,18 @@
export default {
dev: {
// '/api/wfap/v1/audit/bill/find/by/procid': {
// target: 'http://10.242.37.148:8891/',//审批单 dev环境自动审批暂时用不到
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
'/api/v1': {
target: 'http://10.0.0.10:18030',// 茂
// target: 'http://10.0.0.14:18030',// 李
changeOrigin: true,
pathRewrite: { '^/api/v1': '/v1' },
},
'/api': {
// target: 'http://10.0.0.125:18012',//测试环境
target: 'http://10.0.0.10:18013',//连接天宫的ng
// target: 'http://10.242.37.148:18022',//
target: 'http://10.0.0.10:18013',//
// target: 'http://10.0.0.125:18012',// 测试
// target: 'http://10.0.0.14:18012',// 李
// target: 'http://10.0.0.14:18030',// 李
// target: 'http://10.0.0.46:18013',// 袁
changeOrigin: true,
pathRewrite: { '^/api': '' },
},