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;