From abbb3c8339cf2425898ea857d8b9bff7a200db51 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Thu, 10 Sep 2026 08:42:31 +0800 Subject: [PATCH] 1 --- common/httpRequest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {