From 3a7caf4344d5911a3ee68d232e53887d6cc2ff6b Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 15 一月 2025 15:41:25 +0800
Subject: [PATCH] 测试完成
---
src/views/login.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/login.vue b/src/views/login.vue
index 143db87..95cbc53 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -6,7 +6,7 @@
:rules="loginRules"
class="login-form"
>
- <h3 class="title">娴欎腑鍖诲ぇ浜岄櫌鏅烘収闅忚骞冲彴</h3>
+ <h3 class="title">鏃犻敗鍎跨鍖婚櫌鏅烘収闅忚骞冲彴</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
@@ -195,7 +195,8 @@
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(() => {
this.loading = false;
--
Gitblit v1.9.3