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