保誠-保戶業務員媒合平台
Tomas
2022-09-19 7399f0a087f14e0525ed0f891288b2e1650f5f36
fix#144075: [前台] 顧問帳號已停用,登入後會跳出登入逾時視窗
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/shared/services/httpClient.ts 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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