From 34dd826b4b8c924b3ad1fc6b6830f6b866b03499 Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期一, 18 八月 2025 16:19:28 +0800 Subject: [PATCH] yys 修改字体 --- 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..a491228 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/indexViews/HYSNView.png"); background-size: cover; position: relative; } -- Gitblit v1.9.3