소스 검색

更新 json url

SyuanYu 2 년 전
부모
커밋
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];