From f9d1ac78b245cb672342e96cf0e905b812352651 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 21 三月 2025 11:23:24 +0800
Subject: [PATCH] 原材料下单-检验标准未回显

---
 src/views/login.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/login.vue b/src/views/login.vue
index ee20b62..c6736a2 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -133,7 +133,7 @@
             Cookies.remove('rememberMe');
           }
           this.$store.dispatch("Login", this.loginForm).then(() => {
-            this.$router.push({ path: this.redirect || "/" }).catch(() => { });
+            this.$router.push({ path: "/" }).catch(() => { });
           }).catch(() => {
             this.loading = false;
             if (this.captchaEnabled) {
@@ -148,14 +148,14 @@
 </script>
 
 <style rel="stylesheet/scss" lang="scss">
-//.login {
-//  display: flex;
-//  justify-content: center;
-//  align-items: center;
-//  height: 100%;
-//  background-image: url("../assets/images/login-background.jpg");
-//  background-size: cover;
-//}
+.login {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  height: 100%;
+  background-image: url("../assets/images/login-background.jpg");
+  background-size: cover;
+}
 .login {
   width: 100vw;
   height: 100vh;

--
Gitblit v1.9.3