From 88bd6794123c5c116c450406a0bf88715300d3a5 Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期三, 26 一月 2022 08:26:25 +0800
Subject: [PATCH] 添加配置文件
---
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 c350256..dae41be 100644
--- a/src/main/webapp/views/index_datashow.html
+++ b/src/main/webapp/views/index_datashow.html
@@ -4,10 +4,12 @@
<meta charset="UTF-8">
<title>椤圭洰杩涘害琛�</title>
<link rel="stylesheet" href="../static/css/style.css">
+ <script src="../static/js/config.js"></script>
<script src="../static/js/jquery-3.3.1.min.js"></script>
<script src="../static/js/clock.js"></script>
<script src="../static/js/tableData.js"></script>
<script src="../static/js/projectShow.js"></script>
+
</head>
<body>
<div id="root">
--
Gitblit v1.9.1