소스 검색

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

weiximei 6 년 전
부모
커밋
f6e31be44f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      VUECODE/smart-operate-manage/src/views/login/index.vue

+ 1
- 1
VUECODE/smart-operate-manage/src/views/login/index.vue 파일 보기

@@ -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) => {