index.html
根
/
main /
index.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<!-- 禁止缓存 -->
<!-- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" /> -->
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="dai-app" class="dai-app d-box-v" style="height: 100vh; overflow: auto;">
<router-view class="d-box-flex"></router-view>
</div>
<script type="text/javascript" src="https://static.iiiiii.site/scripts/jquery-3.3.1.min.js"></script>
</body>
</html>