src/views/login.vue
@@ -195,7 +195,7 @@ .dispatch("Login", this.loginForm) .then(() => { // this.$router.push({ path: this.redirect || "/" }).catch(() => {}); this.$router.push({ path:"/patient/patient" }).catch(() => {}); this.$router.push({ path:"/followvisit/discharge" }).catch(() => {}); }) .catch(() => { this.loading = false;