浏览代码

Merge branch 'master' of http://120.26.64.82:3000/BFFE/Foshan4A4.0

chenrui  3 年之前
父节点
当前提交
b495c87ed9
共有 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();