From 6f2fbd431fd71a71cfdb5de543959c76f0c47c8f Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 15 八月 2025 11:49:05 +0800
Subject: [PATCH] 企业知识库

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

diff --git a/src/views/login.vue b/src/views/login.vue
index 15e508d..a7cd923 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -86,8 +86,8 @@
 const { proxy } = getCurrentInstance()
 
 const loginForm = ref({
-  username: "admin",
-  password: "admin123",
+  username: "",
+  password: "",
   rememberMe: false,
   currentFatoryId:'',
 })
@@ -181,7 +181,7 @@
 <style lang='scss' scoped>
 .login {
   height: 100%;
-  background-image: url("../assets/indexViews/WDSYView.png");
+  background-image: url("../assets/indexViews/ZQHXView.png");
   background-size: cover;
   position: relative;
 }
@@ -196,8 +196,8 @@
 .login-form {
   position: absolute;
   top: 50%;
-  right: 50%;
-  transform: translate(50%, -50%);
+  right: 15%;
+  transform: translate(0, -50%);
   border-radius: 6px;
   background: #ffffff;
   width: 420px;

--
Gitblit v1.9.3