From 2cef58b7041dcbd94e0c385ca690bd6adfebdefc Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期四, 18 九月 2025 11:39:00 +0800
Subject: [PATCH] 设备管理-备件管理,-缺陷管理页面
---
src/views/login.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/login.vue b/src/views/login.vue
index a3c8613..968a932 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,8 +181,8 @@
<style lang='scss' scoped>
.login {
height: 100%;
- background-image: url("../assets/images/login-background.png");
- background-size: cover;
+ background-image: url("../assets/indexViews/DHDCView.png");
+ background-size: 100% 100%;
position: relative;
}
.title {
@@ -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