index.prod.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6. <meta name="application-name" content="追书云">
  7. <meta name="apple-mobile-web-app-title" content="追书云">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  9. <meta name="x5-fullscreen" content="true">
  10. <meta name="x5-page-mode" content="app">
  11. <meta name="full-screen" content="yes">
  12. <meta name="apple-mobile-web-app-capable" content="yes">
  13. <!-- iPhone 678p startup image @3x-->
  14. <link rel="apple-touch-icon-precomposed" sizes="152x152" href="//zhuishuyun.oss-cn-hangzhou.aliyuncs.com/zsy_ios_app/static/152-152.png">
  15. <link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
  16. <script>window.errOptions || document.write('<script src="https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/static/errOptions.js"><\/script>')</script>
  17. <script>window.Vue || document.write('<script src="https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/static/vue.min.js"><\/script>')</script>
  18. <script>window.VueRouter || document.write('<script src="https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/static/vue-router.min.js"><\/script>')</script>
  19. <script>(window.Vue && window.VueLazyload) || document.write('<script src="https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/static/vue-lazyload.js"><\/script>')</script>
  20. <!-- <script src="https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/static/fundebug.1.2.3.min.js"></script>
  21. <script src="https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/static/fundebug.option.js"></script> -->
  22. <title>{{$title}}</title>
  23. </head>
  24. <body>
  25. <div id="app"></div>
  26. <script>
  27. var _mtac = {};
  28. (function () {
  29. var mta = document.createElement("script");
  30. mta.src = "https://pingjs.qq.com/h5/stats.js?v2.0.2";
  31. mta.setAttribute("name", "MTAH5");
  32. mta.setAttribute("sid", "500633040");
  33. var s = document.getElementsByTagName("script")[0];
  34. s.parentNode.insertBefore(mta, s);
  35. })();
  36. </script>
  37. <script>
  38. var _hmt = window._hmt || [];
  39. (function () {
  40. var hm = document.createElement("script");
  41. hm.src = "https://hm.baidu.com/hm.js?a027c0fdf2b6e70f1892dbd8227cbb2b";
  42. var s = document.getElementsByTagName("script")[0];
  43. s.parentNode.insertBefore(hm, s);
  44. window._hmt.push(['_setAutoPageview',false])
  45. })();
  46. </script>
  47. <script id="options">
  48. window.options = {!! $options!!};
  49. </script>
  50. <!-- built files will be auto injected -->
  51. </body>
  52. </html>