Browse Source

修复 未输入登陆账号就跳转页面问题

weiximei 6 years ago
parent
commit
f6e31be44f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      VUECODE/smart-operate-manage/src/views/login/index.vue

+ 1
- 1
VUECODE/smart-operate-manage/src/views/login/index.vue View File

@@ -88,7 +88,7 @@ export default {
88 88
           return false
89 89
         }
90 90
       })
91
-      this.$router.push({ path: this.redirect || '/index' })
91
+      // this.$router.push({ path: this.redirect || '/index' })
92 92
     },
93 93
     sendCode () {
94 94
       this.$store.dispatch('SendCode', this.loginForm.username).then((res) => {