问星数据小程序

applet.html 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <title>
  8. <%= htmlWebpackPlugin.options.title %>
  9. </title>
  10. <!-- 正式发布的时候使用,开发期间不启用。↓ -->
  11. <script>
  12. var _hmt = _hmt || [];
  13. (function() {
  14. var hm = document.createElement("script");
  15. hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
  16. var s = document.getElementsByTagName("script")[0];
  17. s.parentNode.insertBefore(hm, s);
  18. })();
  19. </script>
  20. <script>
  21. (function(){
  22. var src = "https://s.ssl.qhres2.com/ssl/ab77b6ea7f3fbf79.js";
  23. document.write('<script src="' + src + '" id="sozz"><\/script>');
  24. })();
  25. </script>
  26. <script>
  27. (function(){
  28. var bp = document.createElement('script');
  29. var curProtocol = window.location.protocol.split(':')[0];
  30. if (curProtocol === 'https') {
  31. bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
  32. }
  33. else {
  34. bp.src = 'http://push.zhanzhang.baidu.com/push.js';
  35. }
  36. var s = document.getElementsByTagName("script")[0];
  37. s.parentNode.insertBefore(bp, s);
  38. })();
  39. </script>
  40. <!-- 正式发布的时候使用,开发期间不启用。↑ -->
  41. <link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
  42. </head>
  43. <body>
  44. <!-- 详见文档:https://uniapp.dcloud.io/collocation/manifest?id=h5-template -->
  45. <noscript>
  46. <strong>Please enable JavaScript to continue.</strong>
  47. </noscript>
  48. <div id="app"></div>
  49. <!-- built files will be auto injected -->
  50. </body>
  51. </html>