作者 sgj
1 个管道 的构建 通过 耗费 4 秒

跳转链接修改

@@ -71,7 +71,7 @@ @@ -71,7 +71,7 @@
71 }) 71 })
72 //点击搜索跳到搜索页面 72 //点击搜索跳到搜索页面
73 $('.banner_box').on('click', function () { 73 $('.banner_box').on('click', function () {
74 - window.location.href = '../search/searchPage.html'; 74 + window.location.href = '{:url('portal/search/index')}';
75 }) 75 })
76 }) 76 })
77 </script> 77 </script>