WXL
2025-03-24 073edc90c84ee4e8b3efe18db4ecfdbf039fdcb6
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;