This commit is contained in:
eatfishfish
2024-05-31 11:38:52 +08:00
parent 33cf4d0dc5
commit 9efaf98d38
6 changed files with 251 additions and 28 deletions
+10 -1
View File
@@ -131,6 +131,11 @@
window.location = url;
}
function showVOD(){
url = "/static/vod.html"
window.location = url;
}
function recordOperationTime(){
strSec = Math.floor(Date.now() / 1000)
localStorage.setItem("operationTime", strSec)
@@ -172,8 +177,12 @@
</form>
<div id="btnlist" style="display: none;text-align:center" title="" >
</br></br></br></br>
</br></br></br></br>
<input type="button" value="Vod" class="button button1" onclick = "showVOD();" />
</br></br>
<input type="button" value="Log" class="button button1" onclick = "showlog();" />
&nbsp;&nbsp;
<input type="button" value="AMap" class="button button1" onclick = "showAmap();" />