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.
 
 
 
 
 
 

28 regels
1.2 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 http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  9. <link rel="shortcut icon" type="image" href="<%= BASE_URL %>static/logo.png">
  10. <title>
  11. <%= htmlWebpackPlugin.options.title %>
  12. </title>
  13. <script>
  14. document.addEventListener('DOMContentLoaded', function() {
  15. document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
  16. })
  17. </script>
  18. <link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
  19. </head>
  20. <body>
  21. <noscript>
  22. <strong>您当前使用的浏览器已关闭或不支持 Javascript 功能,因此力软框架无法正常初始化,请检查设置或重新安装浏览器。</strong>
  23. </noscript>
  24. <div id="app"></div>
  25. </body>
  26. </html>