From 753abfcaf090f79a4226693c2829a2d47b422058 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 29 五月 2025 19:01:01 +0800
Subject: [PATCH] 增加后台管理功能,及基础信息页面

---
 igds-dzhwk-web/src/main/resources/templates/lock.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/igds-dzhwk-web/src/main/resources/templates/lock.html b/igds-dzhwk-web/src/main/resources/templates/lock.html
index 2ec1a00..eb8c455 100644
--- a/igds-dzhwk-web/src/main/resources/templates/lock.html
+++ b/igds-dzhwk-web/src/main/resources/templates/lock.html
@@ -37,7 +37,7 @@
 <script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
 <script src="../static/js/bootstrap.min.js" th:src="@{/js/bootstrap.min.js}"></script>
 <script src="../static/js/three.min.js" th:src="@{/js/three.min.js}"></script>
-<script src="../static/ajax/libs/layer/layer.min.js" th:src="@{/ajax/libs/layer/layer.min.js}"></script>
+<script src="../static/ajax/libs/layer-ruoyi/layer.min.js" th:src="@{/ajax/libs/layer-ruoyi/layer.min.js}"></script>
 <script src="../static/ruoyi/js/ry-ui.js" th:src="@{/ruoyi/js/ry-ui.js?v=4.7.8}"></script>
 </body>
 <script th:inline="javascript">

--
Gitblit v1.9.3