From 358377336e3e64e088d05bf67bd952bf4f25f419 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 28 一月 2026 15:06:42 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/views/login.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/login.vue b/src/views/login.vue
index fe62109..07ec6b8 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -203,7 +203,10 @@
Cookies.remove("password")
Cookies.remove('rememberMe')
}
- this.$store.dispatch("Login", this.loginForm).then(res => {
+ this.$store.dispatch("Login", {
+ ...this.loginForm,
+ loginPage: 'login' // 娣诲姞鐧诲綍椤甸潰鏉ユ簮鏍囪
+ }).then(res => {
this.$router.push({ path: this.redirect || "/" }).catch(() => { })
}).catch(() => {
this.loading = false
--
Gitblit v1.9.1