Ver Fonte

to realtime.json

huaisianhuang há 3 anos atrás
pai
commit
2c2035e9c3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      js/index.js

+ 1 - 1
js/index.js

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