From 40e0a2a394d416566dfde6070a00bee9e75dc14d Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期五, 03 十二月 2021 12:19:09 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.0.10:29418/pcalife/PAM --- PAMapp/pages/consultantLogin/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/PAMapp/pages/consultantLogin/index.vue b/PAMapp/pages/consultantLogin/index.vue index 17d59a5..5154d1e 100644 --- a/PAMapp/pages/consultantLogin/index.vue +++ b/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; -- Gitblit v1.8.0