From d0f98ad8e1047e3161a458399ad3005404ed87b8 Mon Sep 17 00:00:00 2001
From: whychdw <496960745@qq.com>
Date: 星期五, 06 六月 2025 15:52:15 +0800
Subject: [PATCH] 标准参数管理

---
 src/styles/index.less |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/styles/index.less b/src/styles/index.less
index 96e8c21..2e4ff30 100644
--- a/src/styles/index.less
+++ b/src/styles/index.less
@@ -223,7 +223,8 @@
       left: 0;
       right: 0;
       bottom: 0;
-      background-image: url("@/assets/images/dw_bg.jpg");
+      // background-image: url("@/assets/images/dw_bg.jpg");
+      background: #071426;
       background-repeat: no-repeat;
       background-size: 100% 100%;
       z-index: 9999;

--
Gitblit v1.9.1