Explorar el Código

前端页面更新

sr hace 4 años
padre
commit
86eaf5b9df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
           });
         }
       });