You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.4 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  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. <% if (process.env.NODE_ENV == 'production') { %>
  11. <!-- 正式发布的时候使用,开发期间不启用。↓ -->
  12. <script src="/static/common/js/touch-emulator.js"></script>
  13. <script>
  14. TouchEmulator();
  15. </script>
  16. <style>
  17. ::-webkit-scrollbar {
  18. display: none;
  19. }
  20. </style>
  21. <!-- 正式发布的时候使用,开发期间不启用。↑ -->
  22. <% } %>
  23. <script>
  24. document.addEventListener('DOMContentLoaded', function() {
  25. document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
  26. })
  27. </script>
  28. <link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
  29. </head>
  30. <body>
  31. <!-- 该文件为 H5 平台的模板 HTML,并非应用入口。 -->
  32. <!-- 请勿在此文件编写页面代码或直接运行此文件。 -->
  33. <!-- 详见文档:https://uniapp.dcloud.io/collocation/manifest?id=h5-template -->
  34. <noscript>
  35. <strong>本站点必须要开启JavaScript才能运行</strong>
  36. </noscript>
  37. <div id="app"></div>
  38. <!-- built files will be auto injected -->
  39. <script>
  40. /*BAIDU_STAT*/
  41. </script>
  42. </body>
  43. </html>