保誠-保戶業務員媒合平台
Jack
2021-12-03 40e0a2a394d416566dfde6070a00bee9e75dc14d
PAMapp/pages/consultantLogin/index.vue
@@ -117,6 +117,7 @@
          this.loginWithConsultant()
        }else{
          this.clearValue();
          this.regenerateImgOfVerification();
          ErrorMessageBox('驗證碼輸入錯誤');
        }
      });
@@ -135,6 +136,7 @@
    }
    private checkHttpErrorStatus(error:any):void{
      this.clearValue();
      this.regenerateImgOfVerification();
      switch (error.response.status) {
        case 401:
          const errorMsg = error.response.data.detail;