From e01e9433533282138f27c3497ffe963c9dcdadcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Wed, 17 Nov 2021 15:35:51 +0800 Subject: [PATCH] fix api --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index e8857a9..0a7afa5 100644 --- a/js/main.js +++ b/js/main.js @@ -156,7 +156,7 @@ if (imgUrls == null) { */ //临时更换图片 api var $section = $('#section'); -var url = "https://api.btstu.cn/sjbz/api.php?lx=fengjing&format=images"; +var url = "https://api.ixiaowai.cn/gqapi/gqapi.php"; $section.css("background", "url('" + url + "') center center no-repeat #666"); $section.css("background-size", "cover");