From b0fa15ec9c9dde96e423bc29cb4b605bb41502a2 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期一, 15 九月 2025 17:20:49 +0800
Subject: [PATCH] 企业通讯录管理页面,用印管理查询调整
---
src/views/login.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/login.vue b/src/views/login.vue
index 6046eeb..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/indexViews/JZYJView.png");
- background-size: cover;
+ background-image: url("../assets/indexViews/DHDCView.png");
+ background-size: 100% 100%;
position: relative;
}
.title {
--
Gitblit v1.9.3