From 7399f0a087f14e0525ed0f891288b2e1650f5f36 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 19 九月 2022 21:32:45 +0800
Subject: [PATCH] fix#144075: [前台] 顧問帳號已停用,登入後會跳出登入逾時視窗

---
 PAMapp/shared/services/httpClient.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PAMapp/shared/services/httpClient.ts b/PAMapp/shared/services/httpClient.ts
index 7fa0491..c0b08f2 100644
--- a/PAMapp/shared/services/httpClient.ts
+++ b/PAMapp/shared/services/httpClient.ts
@@ -67,7 +67,7 @@
 function showErrorMessageBox(error: any): void {
   setTimeout(() => {
     // 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