From 5b1a4f4e29652cf1b2f4eb406d96700acffc9e8c Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 24 十月 2023 14:23:17 +0800
Subject: [PATCH] 静态资源地址替换

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

diff --git a/public/index.html b/public/index.html
index b797abc..8c4e2d0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,7 @@
   <!-- <link rel="icon" href="http://140.143.152.226:8410/sczhzf/M00/00/00/rBUAD2MxQ8CAXBxsAAACVqU61WY764.png"> -->
   <!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
   <!-- <title>閬傛槍鎵ф硶骞冲彴</title> -->
-  <link href="https://vjs.zencdn.net/7.20.3/video-js.css" rel="stylesheet" />
+  <link href="/video_lib/video-js.css" rel="stylesheet" />
 
   <script src="/video_lib/DHWs.js"></script>
 
@@ -21,7 +21,7 @@
   <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>
+  <script src="/video_lib/hls.min.js"></script>
 </head>
 
 <body>

--
Gitblit v1.8.0