12345678910111213141516171819202122232425262728 |
- <!--
- * @Description: file content
- * @Version: 2.0
- * @Author: ljl
- * @Date: 2022-06-15 17:41:58
- * @LastEditors: ljl
- * @LastEditTime: 2022-07-15 12:54:28
- * @FilePath: \zyypt-ssb-vue_app\public\index.html
- -->
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <script src="./ipConfig.js"></script>
- <!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
- <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>
- <!-- built files will be auto injected -->
- </body>
- </html>
|