From 891bffba3b943eef939d1ef9f58cfa9288247c13 Mon Sep 17 00:00:00 2001 From: YANGJIANKUAN Date: Tue, 2 Dec 2025 15:12:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B2=BE=E7=AE=80=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用纯色背景替代背景图片 (#28273a) - 隐藏第三方登录入口 (使用v-if保留逻辑) - 修改底部 Copyright 为 NJCQ Tech 参考项目: otc-boot/plus-ui-ts --- plus-ui/src/views/login.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plus-ui/src/views/login.vue b/plus-ui/src/views/login.vue index f641549..6bba586 100644 --- a/plus-ui/src/views/login.vue +++ b/plus-ui/src/views/login.vue @@ -44,7 +44,7 @@ {{ proxy.$t('login.rememberPassword') }} - + @@ -73,7 +73,7 @@ @@ -236,8 +236,9 @@ onMounted(() => { justify-content: center; align-items: center; height: 100%; - background-image: url('../assets/images/login-background.jpg'); - background-size: cover; + // background-image: url('../assets/images/login-background.jpg'); + background-color: #28273a; + // background-size: cover; } .title-box {