Explorar el Código

更新 json url

SyuanYu hace 2 años
padre
commit
ef9165a99b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      hhh_index/js/index.js

+ 2 - 1
hhh_index/js/index.js

@@ -540,7 +540,8 @@ let result;
 
 $.ajax({
   method: "get",
-  url: "https://m3.hhh.com.tw:18689/genjson_new?filename=realtime.json",
+  url: "./hhh_index/json/data_index.json",
+  // url: "https://m3.hhh.com.tw:18689/genjson_new?filename=realtime.json",
   dataType: "json",
 }).done((data) => {
   result = [...data];