chao 3 месяцев назад
Родитель
Сommit
ff5abac585
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.indexOf("localhost") > -1 ? "http://localhost:11111" : "http://183.36.25.93:555/";
+        const requesturl = window.location.href.indexOf("localhost") > -1 ? "http://localhost:11111" : "http://183.36.25.93:888/";
         console.log("requesturl:", requesturl);
 
         const nowTime = new Date();