From 9a224d216652ef2d6ff2e0bd01fba69c86a3f277 Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Fri, 11 Oct 2024 11:28:55 +0800
Subject: [PATCH] 基础表单更新

---
 cpzidc-ui/src/views/register.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpzidc-ui/src/views/register.vue b/cpzidc-ui/src/views/register.vue
index 7bf6f43..1afd58f 100644
--- a/cpzidc-ui/src/views/register.vue
+++ b/cpzidc-ui/src/views/register.vue
@@ -152,7 +152,7 @@
   justify-content: center;
   align-items: center;
   height: 100%;
-  background-image: url("../assets/images/login-background.jpg");
+  background-image: url("../assets/images/login-background.png");
   background-size: cover;
 }
 .title {

--
Gitblit v1.9.3