浏览代码

前端页面更新

sr 4 年之前
父节点
当前提交
86eaf5b9df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-ui/src/views/login.vue

+ 1 - 1
ruoyi-ui/src/views/login.vue

@@ -177,7 +177,7 @@ export default {
             this.$router.push({ path: this.redirect || "/" }).catch(()=>{});
           }).catch(() => {
             this.loading = false;
-            this.getCode();
+            // this.getCode();
           });
         }
       });