uni-events-helper-wx
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.

33 lines
1.0 KiB

3 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. <link rel="shortcut icon" type="image/x-icon" href="">
  7. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  8. <title>
  9. <%= htmlWebpackPlugin.options.title %>
  10. </title>
  11. <style>
  12. ::-webkit-scrollbar{
  13. display: none;
  14. }
  15. </style>
  16. <link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
  17. </head>
  18. <body>
  19. <!-- 该文件为 H5 平台的模板 HTML,并非应用入口。 -->
  20. <!-- 请勿在此文件编写页面代码或直接运行此文件。 -->
  21. <!-- 详见文档:https://uniapp.dcloud.io/collocation/manifest?id=h5-template -->
  22. <noscript>
  23. <strong>本站点必须要开启JavaScript才能运行</strong>
  24. </noscript>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. <script>
  28. /*BAIDU_STAT*/
  29. </script>
  30. </body>
  31. </html>