Merge branch 'uat-export-face-live-detection' into 'release_electronic_bid_evaluation_room'

10.31 人脸识别-活体检测

See merge request eshop/fe_service_ebtp_frontend!44
This commit is contained in:
jl-zhoujl2
2022-10-31 01:23:40 +00:00
11 changed files with 5391 additions and 10924 deletions

View File

@ -17,6 +17,11 @@ export default {
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
'/living/api/*': {
target: 'https://ai.cubigdata.cn:5001',//连接天宫的ng
changeOrigin: true,
pathRewrite: { '/living/api': '' },
},
'/api/*': {
target: 'http://10.242.31.158:18022',//连接天宫的ng
changeOrigin: true,