diff --git a/common/httpRequest.js b/common/httpRequest.js index a95039b..9d005eb 100644 --- a/common/httpRequest.js +++ b/common/httpRequest.js @@ -5,7 +5,8 @@ const NO_TOKEN_URL_PREFIXES = [ '/mall/delivery/page', '/mall/delivery/countOrderByStatus', '/mall/order/countByShop/', - '/app/shopArea/getByParentId/' + '/app/shopArea/getByParentId/', + '/app/ie/real-name/audit-setting' ] function matchesNoTokenUrl(url, prefix) {