登录相关接口修改

This commit is contained in:
lix
2025-06-12 17:19:44 +08:00
parent 1b8ef1b5e2
commit f3db585804
7 changed files with 17 additions and 17 deletions

View File

@ -13,10 +13,10 @@ export default {
},
},
UAT: {
'/api/core-service-ebtp-userinfo': {
'/api/sys-manager-ebtp-project': {
target: 'http://localhost:18023',
changeOrigin: true,
pathRewrite: { '/api/core-service-ebtp-userinfo': '' },
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
},
'/api/biz-service-ebtp-bid': {
target: 'http://localhost:18003',