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);