From 28d48c3323d0fe2c6c34a1c306270fb5238234c6 Mon Sep 17 00:00:00 2001 From: zzzzzak <160323449+zzzzzak@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20index.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/edit-password/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/edit-password/index.vue b/src/pages/edit-password/index.vue index fc6b864..7d26dae 100644 --- a/src/pages/edit-password/index.vue +++ b/src/pages/edit-password/index.vue @@ -117,7 +117,7 @@ onLoad(() => { box-sizing: border-box; min-height: 100vh; padding-bottom: 200rpx; - background-image: url('@/static/images/login-bg.png'); + background-image: url('@/static/images/login-bg.jpg'); background-repeat: no-repeat; background-size: cover; }