From 437faf8e56bfc30d00473e65ece48be504a57fe7 Mon Sep 17 00:00:00 2001
From: zyh <zyh@123>
Date: 星期六, 28 三月 2026 10:47:34 +0800
Subject: [PATCH] CTU预调度功能,更新为正式部署许可证,修改前端导出功能,打开Redis,数字孪生增加接口
---
src/main/webapp/static/css/bg.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/css/bg.css b/src/main/webapp/static/css/bg.css
index df314ed..33be867 100644
--- a/src/main/webapp/static/css/bg.css
+++ b/src/main/webapp/static/css/bg.css
@@ -35,7 +35,7 @@
width: 100%;
height: 100%;
z-index: 1;
- background: url(/static/image/bg.jpg);
+ background: url(../../static/image/bg.jpg);
}
.bg-bubbles li {
position: absolute;
--
Gitblit v1.9.1