From 778039b40c8fcbe205f9a4a5fab27518d0c0a90d Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 09 一月 2024 09:57:36 +0800 Subject: [PATCH] 2024年第一次bug修改 --- 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