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; }