Browse Source

前端页面更新

sr 4 năm trước cách đây
mục cha
commit
86eaf5b9df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
           });
         }
       });