chao пре 5 месеци
родитељ
комит
fd62e50cf9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/index.html

+ 1 - 1
public/index.html

@@ -684,7 +684,7 @@
     </div>
 
     <script>
-        const requesturl = window.location.href;
+        const requesturl = window.location.href.indexOf("localhost") > -1 ? "http://localhost:11111" : "http://183.36.25.93:555/";
         console.log("requesturl:", requesturl);
 
         const nowTime = new Date();