modified: opserver.exe

modified:   opserver_linux_amd64
	modified:   static/index.html
	modified:   static/vod.html
This commit is contained in:
eatfishfish
2024-07-02 15:53:24 +08:00
parent 513711a901
commit 93778de278
4 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
var arr_url;
dongleid = localStorage.getItem("dongleId");
uri = "/vod/"+dongleid
uri = "/vod/"+dongleid+"/NUMBER_VIDEO"
getVodUrl();
var int=self.setInterval("clock()",10000);