From 37b9e84960ec1cd3098921755328d08adef18022 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 13 八月 2025 17:30:26 +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 10f5257..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:'',
 })
@@ -204,6 +204,7 @@
   height: 500px;
   padding: 40px;
   z-index: 1;
+	box-shadow: 0 0 5px 1px #ccc;
   .el-input {
     height: 40px;
     input {

--
Gitblit v1.9.3