|
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <!-- 本页面是力软框架在 H5 和 App 端的模板 index.html (仅限 H5 和 App 端,小程序不使用本页) -->
- <!-- 本页面已有的代码请勿修改,否则会引起 H5 端显示异常 -->
-
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <link rel="shortcut icon" type="image" href="<%= BASE_URL %>static/logo.png">
- <title>
- <%= htmlWebpackPlugin.options.title %>
- </title>
- <script>
- document.addEventListener('DOMContentLoaded', function() {
- document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
- })
- </script>
- <link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
- </head>
- <body>
- <noscript>
- <strong>您当前使用的浏览器已关闭或不支持 Javascript 功能,因此力软框架无法正常初始化,请检查设置或重新安装浏览器。</strong>
- </noscript>
- <div id="app"></div>
- </body>
- </html>
|