|
@@ -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];
|