浏览代码

修复bug

zhaoke 3 年之前
父节点
当前提交
69c72ceb76
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -254,6 +254,7 @@ export default {
           this.loading = false;
         } else {
           const num = Number(res.returnData);
+          this.form.identify = '';
           this.$store.dispatch("app/getErrorNum", num);
           if (num >= 2) {
             this.getCheckCode();