@@ -129,7 +129,7 @@ export default {
this.$store
.dispatch("Login", this.loginForm)
.then(() => {
- this.$router.push("/manage");
+ this.$router.push("/query");
})
.catch(() => {
this.loading = false;