浏览代码

to realtime.json

huaisianhuang 3 年之前
父节点
当前提交
2c2035e9c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/index.js

+ 1 - 1
js/index.js

@@ -1,7 +1,7 @@
 let result;
 let result;
       $.ajax({
       $.ajax({
           method: "GET",
           method: "GET",
-          url: "https://m3.hhh.com.tw/json/realtime.json",
+          url: "../json/realtime.json",
           dataType: "json",
           dataType: "json",
       }).done(function (msg) {
       }).done(function (msg) {
           result = [...msg];
           result = [...msg];