From a3a502b6340a610ca40fbc4ecb055eb9d1412976 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期日, 29 一月 2023 17:24:17 +0800
Subject: [PATCH] 引入tile地图

---
 public/index.html |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 721732d..b797abc 100644
--- a/public/index.html
+++ b/public/index.html
@@ -12,8 +12,16 @@
   <link href="https://vjs.zencdn.net/7.20.3/video-js.css" rel="stylesheet" />
 
   <script src="/video_lib/DHWs.js"></script>
-  
-<script src="https://cdn.jsdelivr.net/hls.js/latest/hls.min.js"></script>
+
+  <!--寮曠敤绂荤嚎鐨凧S-->
+  <link href="/map_lib/leaflet.css" rel="stylesheet">
+  <script src="/map_lib/leaflet.js"></script>
+  <script src="/map_lib/proj4.js"></script>
+  <script src="/map_lib/proj4leaflet.min.js"></script>
+  <script src="/map_lib/leaflet.ChineseTmsProviders.js"></script>
+  <script src="/map_lib/leaflet.mapCorrection.min.js"></script>
+
+  <script src="https://cdn.jsdelivr.net/hls.js/latest/hls.min.js"></script>
 </head>
 
 <body>

--
Gitblit v1.8.0