From 8c744a9ec31ca7d5b9405083244d5ca7df07cc19 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 7 Jan 2020 10:25:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BA=95=E9=83=A8=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E7=9A=84URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/footer-html5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/footer-html5.js b/public/js/footer-html5.js index cfcff43..0c517e4 100644 --- a/public/js/footer-html5.js +++ b/public/js/footer-html5.js @@ -1,5 +1,5 @@ $(function() { - $("#footer").load("/public/template/footer.html"); + $("#footer").load("https://data.chinahighlights.com/public/template/footer.html"); // 移动端首页增加展开收缩效果 $(".withMenu").each(function(index, element) { $withMenu = $(element);