Merge branch 'master' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into release_electronic_bid_evaluation_room

This commit is contained in:
jl-zhoujl2
2022-09-28 14:52:03 +08:00
68 changed files with 979 additions and 928 deletions

View File

@ -75,15 +75,15 @@ request.interceptors.request.use(async (url, options) => {
url.startsWith('/api/auth/reloadToken') ||
url.startsWith('/api/auth/reloadPartnerToken') ||
url.startsWith('/api/api/mall-expe') ||
url == '/api/biz-service-ebtp-extend/v1/userpassword/validatePassword' ||
url == '/api/core-service-ebtp-userinfo/v1/userpassword/validatePassword' ||
url.startsWith('/api/notification')
) {
headers = {
...options.headers,
};
url.startsWith('/api/api/mall-prox') ||
url.startsWith('/api/api/mall-expe') ||
url == '/api/biz-service-ebtp-extend/v1/userpassword/validatePassword'
url.startsWith('/api/api/mall-expe') ||
url == '/api/core-service-ebtp-userinfo/v1/userpassword/validatePassword'
? (options.credentials = 'omit')
: null;
} else {