|
|
|
|
@ -4,6 +4,7 @@
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
|
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
|
|
|
<title>后台管理系统</title>
|
|
|
|
|
<script src="https://ssl.captcha.qq.com/TCaptcha.js"></script>
|
|
|
|
|
@ -11,12 +12,6 @@
|
|
|
|
|
<link rel="stylesheet" href="<%= BASE_URL %>lib/css/prism.css" />
|
|
|
|
|
</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>
|
|
|
|
|
</html>
|
|
|
|
|
|