Merge branch 'uat-export-face-live-detection' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into release_electronic_bid_evaluation_room

This commit is contained in:
袁帅
2022-10-18 15:22:59 +08:00
16 changed files with 12607 additions and 64 deletions

View File

@ -76,7 +76,9 @@ request.interceptors.request.use(async (url, options) => {
url.startsWith('/api/auth/reloadPartnerToken') ||
url.startsWith('/api/api/mall-expe') ||
url == '/api/core-service-ebtp-userinfo/v1/userpassword/validatePassword' ||
url.startsWith('/api/notification')
url.startsWith('/api/notification') ||
url == '/api/core-service-ebtp-userinfo/outer/v1/ebtp/face/faceCompare' ||
url == '/api/core-service-ebtp-userinfo/outer/v1/ebtp/face/rgbArray2Base64'
) {
headers = {
...options.headers,