From 77e38b8f871094a6493dce6a976d9219aa898863 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 12 九月 2025 13:57:19 +0800
Subject: [PATCH] logo

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

diff --git a/src/views/login.vue b/src/views/login.vue
index 4248b7b..328f77d 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/HYSNView.png");
+  background-image: url("../assets/indexViews/login-background.png");
   background-size: cover;
   position: relative;
 }

--
Gitblit v1.9.3