@@ -526,7 +526,7 @@ export default {
this.loginForm
)
.then(() => {
- this.$router.push({ path: this.redirect || "/navigation" }).catch(() => {});
+ this.$router.push({ path: this.redirect || "/" }).catch(() => {});
})
.catch(() => {
console.log("登陆失败!!!!!!!!!!!");