SyuanYu 2 éve
szülő
commit
ef9165a99b
1 módosított fájl, 2 hozzáadás és 1 törlés
  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];