用工小程序前端代码
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.

37 lines
1.1 KiB

6 months 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. <!-- 正式发布的时候使用,开发期间不启用。↓ -->
  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. <noscript>
  30. <strong>Please enable JavaScript to continue.</strong>
  31. </noscript>
  32. <div id="app"></div>
  33. <script>
  34. /*BAIDU_STAT*/
  35. </script>
  36. </body>
  37. </html>