소스 검색

feat: 新增百度统计引入

zhangyuhan 4 년 전
부모
커밋
4cd04a57ed
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/jfw/modules/app/src/web/templates/big-member/commonjs.html
  2. 1 0
      src/web/templates/big-member/wx/page_customer.html

+ 1 - 0
src/jfw/modules/app/src/web/templates/big-member/commonjs.html

@@ -18,6 +18,7 @@
         } catch (error) {}
     })()
 </script>
+{{include "/common/baiducc.html"}}
 <!--es6垫片-->
 <!--<script src="https://polyfill.io/v3/polyfill.min.js"></script>-->
 <!--E-必定会使用的资源-->

+ 1 - 0
src/web/templates/big-member/wx/page_customer.html

@@ -118,6 +118,7 @@
         })
     })
 </script>
+{{include "/common/baiducc.html"}}
 </body>
 
 </html>