From 604bf600b33413dbf7c1cfb81ddf7762049fce20 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期五, 14 一月 2022 10:24:37 +0800 Subject: [PATCH] 解决layui框架bug --- src/main/webapp/views/index_datashow.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/index_datashow.html b/src/main/webapp/views/index_datashow.html index 69b60c7..25dcc75 100644 --- a/src/main/webapp/views/index_datashow.html +++ b/src/main/webapp/views/index_datashow.html @@ -4,7 +4,9 @@ <meta charset="UTF-8"> <title>椤圭洰杩涘害琛�</title> <link rel="stylesheet" href="../static/css/style.css"> + <script src="../static/js/jquery-3.3.1.min.js"></script> + <script src="../static/js/common.js"></script> <!-- <script src="../static/js/index.js" type="text/javascript" charset="utf-8"></script>--> <script src="../static/js/clock.js"></script> <script src="../static/js/tableData.js"></script> -- Gitblit v1.9.1