From 23f920eb107c284270c925d354f5623a515d7189 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 17 六月 2025 15:09:27 +0800
Subject: [PATCH] 测试完成
---
src/views/login.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/login.vue b/src/views/login.vue
index b63c71e..02252e1 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -168,7 +168,7 @@
this.$store
.dispatch("Login", this.loginForm)
.then(() => {
- // this.$router.push({ path: this.redirect || "/" }).catch(() => {});
+ this.$router.push({ path: this.redirect || "/" }).catch(() => {});
// this.$router.push({ path:"/patient/patient" }).catch(() => {});
})
.catch(() => {
--
Gitblit v1.9.3