|
|
@@ -6,6 +6,8 @@
|
|
|
<head th:fragment="header(title, link,meta)">
|
|
|
<th:block th:replace="${meta}" />
|
|
|
<th:block th:replace="${title}" />
|
|
|
+ <meta name="applicable-device" content="pc,mobile">
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
|
|
|
<link rel="icon" th:href="${portalHost+'/images/icon/kedexinxi.ico'}" type="image/x-icon">
|
|
|
<!--Bootstrap CSS 文件 -->
|
|
|
<link rel="stylesheet" th:href="${portalHost+'/css/bootstrap.min.css'}">
|
|
|
@@ -702,6 +704,14 @@
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
})();
|
|
|
</script>
|
|
|
+ <script th:if="${type}!='houtai'">
|
|
|
+ (function(){
|
|
|
+ var bp = document.createElement('script');
|
|
|
+ bp.src = '//push.zhanzhang.baidu.com/push.js';
|
|
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
+ s.parentNode.insertBefore(bp, s);
|
|
|
+ })();
|
|
|
+ </script>
|
|
|
<th:block th:replace="${scripts}" />
|
|
|
</th:block>
|
|
|
|