UNPKG

bmfe-mobile-template

Version:

BM 移动端模板

46 lines (43 loc) 1.83 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" /> <title>京医通</title> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="format-detection" content="telephone=no,email=no" /> <link rel="stylesheet" href="//fe.benmu-health.com/mobile-template/dist/css/main.css"> <script type="text/javascript"> var _vds = _vds || []; window._vds = _vds; (function() { _vds.push(['enableHT', true]) _vds.push(['setAccountId', 'baad359c5e3b60a1']); (function() { var vds = document.createElement('script'); vds.type = 'text/javascript'; vds.async = true; vds.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'dn-growing.qbox.me/vds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(vds, s); })(); })(); </script> <script type="text/javascript" src="https://assets.growingio.com/sdk/wx/vds-wx-plugin.js"></script> </head> <body> <div id="app"></div> <script> // 全局对象 缓存对象 window.GLOBAL = {}; // 禁止滑动 document.ontouchmove = function(e) { e.preventDefault(); }; </script> <script src="//res.wx.qq.com/open/js/jweixin-1.0.0.js" type="text/javascript"></script> <script src="//fe.benmu-health.com/mobile-template/dist/js/vendor.js" type="text/javascript"></script> <script src="//fe.benmu-health.com/mobile-template/dist/js/main.js" type="text/javascript"></script> </body> </html>