瀏覽代碼

修改验证码

zhaoke 3 年之前
父節點
當前提交
569f3ecd07
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {