保誠-保戶業務員媒合平台
Tomas
2022-03-22 07de66355374fa9fab8c1b17d2e54fd2bcddfab0
clean code: remove console.log()
修改1個檔案
1 ■■■■ 已變更過的檔案
PAMapp/shared/services/httpClient.ts 1 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/shared/services/httpClient.ts
@@ -64,7 +64,6 @@
};
function showErrorMessageBox(error: any): void {
  // console.log('error', error, error.response);
  setTimeout(() => {
    if (!_.includes(notRequireInterceptorErrorUrl, error.config.url)) {
      switch (error.response.status) {