mirror of
https://github.com/eatfishfish/openpilot-server.git
synced 2026-08-22 04:42:32 +00:00
modified: static/index.html
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@
|
|||||||
|
|
||||||
function showSentry() {
|
function showSentry() {
|
||||||
did = localStorage.getItem("dongleId");
|
did = localStorage.getItem("dongleId");
|
||||||
url = "http://192.168.1.113:10201/"+String(did)
|
url = "FRP_SVR/"+String(did)
|
||||||
console.log(url)
|
console.log(url)
|
||||||
window.location = url;
|
window.location = url;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user