index.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!--
  2. * @Description: create
  3. * @Version: 1.0
  4. * @Autor: XuTongZhang
  5. * @Date: 2020-06-09 15:30:15
  6. * @LastEditors: XuTongZhang
  7. * @LastEditTime: 2020-08-03 11:07:45
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta name="referrer" content="no-referrer" />
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  15. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  16. <link rel="icon" href="<%= BASE_URL %>static/logo.ico">
  17. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,600,700,900">
  18. <script src = "https://cdn.jsdelivr.net/npm/proxy-polyfill@0.3.0/proxy.min.js"></script>
  19. <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
  20. <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script>
  21. <title>一键报修</title>
  22. <style>
  23. *{
  24. margin: 0;
  25. padding: 0;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <noscript>
  31. <strong>We're sorry but vuecli3 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  32. </noscript>
  33. <div id="app"></div>
  34. <!-- built files will be auto injected -->
  35. </body>
  36. </html>