From 67a28e2d44510333ee334de5c59ca0f72b02a071 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期三, 19 七月 2023 16:30:24 +0800 Subject: [PATCH] [UPDATE] 調整method名稱 [ADD] 新增SQL文件 --- PAMapp/shared/services/httpClient.ts | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/PAMapp/shared/services/httpClient.ts b/PAMapp/shared/services/httpClient.ts index e704513..c0b08f2 100644 --- a/PAMapp/shared/services/httpClient.ts +++ b/PAMapp/shared/services/httpClient.ts @@ -66,9 +66,8 @@ function showErrorMessageBox(error: any): void { setTimeout(() => { - console.log('errorerrorerror', error.config); // NOTE: 甇斤 HOT FIX 憿批��憭望������暹��� dialog [Tomas, 2022/7/20 14:21] - if(error.config.url.includes('api/eService/authenticate')) return; + if(error.config.url.includes('/eService/authenticate')) return; if (error.config.url.includes('/otp/sendOtp')) { messageBoxService.showErrorMessage('', error); return -- Gitblit v1.8.0