活体检测代码提交

This commit is contained in:
袁帅
2022-10-24 17:06:53 +08:00
parent 4965600636
commit 38fd61e948
8 changed files with 753 additions and 25 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,