|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="pragma" content="no-cache" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta http-equiv="x-dns-prefetch-control" content="on" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <script type="text/javascript" src="https://tan-xin.oss-cn-qingdao.aliyuncs.com/vconsole.min.js"></script>
- <script>
- // var vConsole = new VConsole();
- </script>
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-
- <style>
- body {
- height: 100% !important;
- background-color: transparent !important;
- }
- .dg-main-content {
- max-width: 300px !important;
- }
- .other {
- color: red;
- }
- .dg-content{
- text-align: center;
- }
- .dg-content-body {
- border-bottom: none !important;
- padding: 15px 0 !important;
- }
- .el-message-box {
- width: 92vw !important;
- }
- </style>
- <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>
- <!-- built files will be auto injected -->
- </body>
- <script scr="@/assets/bootstrap.min.js"></script>
-
-
- </html>
|