Skip to content

Commit 36587ed

Browse files
author
leiyuan
committed
update
1 parent 83069e7 commit 36587ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h5>本期淘宝商品推荐</h5>
215215
$.ajax({
216216
type:"post",
217217
data:JSON.stringify(goodsRequest),
218-
url:"https://www.innerstudent.group:8081/getGoodsList",
218+
url:"https://www.leiyuanblog.top:8081/getGoodsList",
219219
contentType: "application/json; charset=utf-8",
220220
dataType : 'json',
221221
success(data){

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h5>本期淘宝商品推荐</h5>
175175
$.ajax({
176176
type:"post",
177177
data:JSON.stringify(goodsRequest),
178-
url:"https://www.innerstudent.group:8081/getGoodsList",
178+
url:"https://www.leiyuanblog.top:8081/getGoodsList",
179179
contentType: "application/json; charset=utf-8",
180180
dataType : 'json',
181181
success(data){

0 commit comments

Comments
 (0)