From 283da741b2429cf5a53786e5ee1b5528b757fdf6 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期三, 11 六月 2025 11:10:42 +0800 Subject: [PATCH] 首页及电子货位卡页面 --- igds-dzhwk-web/src/main/resources/templates/main.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/igds-dzhwk-web/src/main/resources/templates/main.html b/igds-dzhwk-web/src/main/resources/templates/main.html index f5eaaee..879ed14 100644 --- a/igds-dzhwk-web/src/main/resources/templates/main.html +++ b/igds-dzhwk-web/src/main/resources/templates/main.html @@ -1694,7 +1694,7 @@ </div> <script th:src="@{/js/jquery.min.js}"></script> <script th:src="@{/js/bootstrap.min.js}"></script> - <script th:src="@{/ajax/libs/layer/layer.min.js}"></script> + <script th:src="@{/ajax/libs/layer-ruoyi/layer.min.js}"></script> <script type="text/javascript"> $('#pay-qrcode').click(function(){ var html=$(this).html(); -- Gitblit v1.9.3