guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame^] | 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 | <link rel="shortcut icon" type="image/x-icon" href="https://cdn.uviewui.com/uview/common/favicon.ico"> |
| 7 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
| 8 | <title> |
| 9 | <%= htmlWebpackPlugin.options.title %> |
| 10 | </title> |
| 11 | <!-- 正式发布的时候使用,开发期间不启用。↓ --> |
| 12 | <script src="/static/common/js/touch-emulator.js"></script> |
| 13 | <script> |
| 14 | TouchEmulator(); |
| 15 | </script> |
| 16 | <style> |
| 17 | ::-webkit-scrollbar{ |
| 18 | display: none; |
| 19 | } |
| 20 | </style> |
| 21 | <!-- 正式发布的时候使用,开发期间不启用。↑ --> |
| 22 | <script> |
| 23 | document.addEventListener('DOMContentLoaded', function() { |
| 24 | document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' |
| 25 | }) |
| 26 | </script> |
| 27 | <link rel="stylesheet" href="<%= BASE_URL %>static/index.css" /> |
| 28 | </head> |
| 29 | <body> |
| 30 | <!-- 该文件为 H5 平台的模板 HTML,并非应用入口。 --> |
| 31 | <!-- 请勿在此文件编写页面代码或直接运行此文件。 --> |
| 32 | <!-- 详见文档:https://uniapp.dcloud.io/collocation/manifest?id=h5-template --> |
| 33 | <noscript> |
| 34 | <strong>本站点必须要开启JavaScript才能运行</strong> |
| 35 | </noscript> |
| 36 | <div id="app"></div> |
| 37 | <!-- built files will be auto injected --> |
| 38 | <script> |
| 39 | /*BAIDU_STAT*/ |
| 40 | </script> |
| 41 | </body> |
| 42 | </html> |