Selaa lähdekoodia

feat: 新增百度统计引入

zhangyuhan 4 vuotta sitten
vanhempi
commit
4cd04a57ed

+ 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>