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.3 KiB

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <!-- 本页面是力软框架在 H5 和 App 端的模板 index.html (仅限 H5 和 App 端,小程序不使用本页) -->
  5. <!-- 本页面已有的代码请勿修改,否则会引起 H5 端显示异常 -->
  6. <meta charset="utf-8">
  7. <meta name="referrer" content="no-referrer" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="viewport"
  10. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  11. <link rel="shortcut icon" type="image" href="<%= BASE_URL %>static/logo.png">
  12. <!-- <script type="text/javascript"
  13. src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=kH6ApL7W4BQxwzfkfG34m1c2iC1jsDia">
  14. </script> -->
  15. <title>
  16. <%= htmlWebpackPlugin.options.title %>
  17. </title>
  18. <script>
  19. document.addEventListener('DOMContentLoaded', function() {
  20. document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px';
  21. })
  22. </script>
  23. <link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
  24. </head>
  25. <body>
  26. <noscript>
  27. <strong>您当前使用的浏览器已关闭或不支持 Javascript 功能,因此力软框架无法正常初始化,请检查设置或重新安装浏览器。</strong>
  28. </noscript>
  29. <div id="app"></div>
  30. </body>
  31. </html>