1234567891011121314151617181920212223242526272829 |
- <!--
- * @Description: file content
- * @Version: 2.0
- * @Author: ljl
- * @Date: 2022-06-15 17:41:58
- * @LastEditors: ljl
- * @LastEditTime: 2022-07-15 13:13:41
- * @FilePath: \zyypt-ssb-vue_wechat\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 type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script> -->
- <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>
|