umi-tablayout

This commit is contained in:
lix
2025-07-07 16:40:14 +08:00
parent 736f004b6b
commit 1e940183cd
186 changed files with 525 additions and 294 deletions

View File

@ -5,7 +5,7 @@ export default {
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
'/api/*': {
'/api': {
// target: 'http://10.242.37.148:18022',//连接天宫的ng
target: 'http://192.168.110.46:18030/',//连接天宫的ng
changeOrigin: true,
@ -29,12 +29,12 @@ export default {
pathRewrite: { '/api/biz-service-ebtp-extend': '' },
},
'/api/biz-service-ebtp-project': {
target: 'http://localhost:18012',
target: 'http://192.168.110.22:18012',
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-project': '' },
},
'/api/biz-service-ebtp-process': {
target: 'http://localhost:18011',
target: 'http://192.168.110.22:18011',
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-process': '' },
},
@ -44,7 +44,7 @@ export default {
// pathRewrite: { '/api/sys-manager-ebtp-project': '' },
// },
'/api/biz-service-ebtp-rsms': {
target: 'http://localhost:18014',
target: 'http://192.168.110.22:18014',
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-rsms': '' },
},