Explorar el Código

20210820 18-20

邪性 hace 3 años
padre
commit
a4cae43ee2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/new_detail.js

+ 1 - 1
js/new_detail.js

@@ -2,7 +2,7 @@ $(function () {
   let path = lxd.parseUrl(window.location.href).pathname;
   let reg = /(?<=\/h_news\/).*?(?=.html)/;
   $.ajax({
-    url: `http://192.168.2.45:8033/news/h/${path.match(reg)}/`,
+    url: `http://api.gaokaoapp.net/news/h/${path.match(reg)}/`,
     data: {
     },
     type: "get",