From 6c30136297a33de868d734ff4c8b1fc218748275 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 21 八月 2025 13:37:59 +0800 Subject: [PATCH] 人员统计分析 --- 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 6046eeb..5300637 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/JZYJView.png"); + background-image: url("../assets/images/login-background.png"); background-size: cover; position: relative; } -- Gitblit v1.9.3