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.

41 lines
1.4 KiB

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