From 1370b86575231d41aaac22394654b69c8ba74d8d Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期三, 20 七月 2022 14:33:55 +0800 Subject: [PATCH] Merge branch 'Phase3' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into Phase3 --- PAMapp/shared/services/httpClient.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/PAMapp/shared/services/httpClient.ts b/PAMapp/shared/services/httpClient.ts index 46171ec..7441584 100644 --- a/PAMapp/shared/services/httpClient.ts +++ b/PAMapp/shared/services/httpClient.ts @@ -6,6 +6,7 @@ const notRequireInterceptorErrorUrl = [ '/otp/verify', + '/otp/sendOtp', '/eService/authenticate', '/login/validate/get_img_code', '/login/validate/verify_img_code', @@ -65,6 +66,8 @@ function showErrorMessageBox(error: any): void { setTimeout(() => { + // NOTE: 甇斤 HOT FIX 憿批��憭望������暹��� dialog [Tomas, 2022/7/20 14:21] + if(error.config.url.include('api/eService/authenticate')) return; if (!_.includes(notRequireInterceptorErrorUrl, error.config.url)) { switch (error.response.status) { case 401: -- Gitblit v1.8.0