From ce8d3e0787a499df83e2e5a7843f1d0633248440 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 29 Oct 2025 09:39:00 +0800
Subject: [PATCH] feat:更新登录页
---
src/App.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 03c4ebb..cfc003d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,7 +30,7 @@
@import "uview-plus/index.scss";
@import "@/static/styles/common.scss";
page {
- background-image: url('~@/static/images/user/allBg.svg');
+ background-image: url('~@/static/images/user/bg.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
--
Gitblit v1.9.3