Browse Source

修改验证码

zhaoke 3 năm trước cách đây
mục cha
commit
569f3ecd07
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/login/index.vue

+ 1 - 0
src/views/login/index.vue

@@ -192,6 +192,7 @@ export default {
               this.loading = false;
             })
             .catch(() => {
+              this.getCheckCode();
               this.loading = false;
             });
         } else {