SyuanYu 2 жил өмнө
parent
commit
ef9165a99b
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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];