From 5bc3a71764619fe965a89ac5d6bce0452832f2e0 Mon Sep 17 00:00:00 2001 From: Iwan Lebron <105045937+iwanlebron@users.noreply.github.com> Date: 星期一, 10 六月 2024 09:19:16 +0800 Subject: [PATCH] Merge pull request #1 from iwanlebron/iwanlebron-patch-1 --- web_src/index.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/web_src/index.html b/web_src/index.html index e338faa..bd66d39 100644 --- a/web_src/index.html +++ b/web_src/index.html @@ -13,7 +13,8 @@ <script type="text/javascript" src="./static/js/EasyWasmPlayer.js"></script> <script type="text/javascript" src="./static/js/liveplayer-lib.min.js"></script> <script type="text/javascript" src="./static/js/ZLMRTCClient.js"></script> - <script type="text/javascript" src="./static/js/mapConfig.js"></script> + <script type="text/javascript" src="./static/js/config.js"></script> <div id="app"></div> + </body> </html> -- Gitblit v1.8.0