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