123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!--
- * @Descripttion:
- * @Version:
- * @Author: kangluon
- * @Date: 2021-11-15 18:18:05
- * @LastEditors: Please set LastEditors
- * @LastEditTime: 2022-11-30 11:58:38
- -->
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <script src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=XFlsh44pPsP3frP60Nzf7ABBiWwdrTIx"></script>
- <script src="std.js"></script>
- <script src="pcm_player.js"></script>
- <script src="g711.js"></script>
- <script src="recorder.js"></script>
- <script src="<%= BASE_URL %>weather.js"></script>
- <script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
- <title>
- <%= htmlWebpackPlugin.options.title %>
- </title>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
- Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- </body>
- <style>
- .el-tooltip__popper{
- font-size: 20px!important;
- }
- .el-select-dropdown__item{
- font-size: 20px;
- }
- </style>
- </html>
|