Files
ylst-pc/public/index.html
2022-12-01 15:33:35 +08:00

66 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<meta http-equiv="Cache-Control" content="max-age=0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<script
charset="utf-8"
src="https://map.qq.com/api/js?v=2.exp&key=LQZBZ-WZVCW-GQ2RF-RFIE7-YTYFJ-XZBHK"
></script>
<script
charset="utf-8"
src="https://map.qq.com/api/gljs?v=1.exp&libraries=service&key=LQZBZ-WZVCW-GQ2RF-RFIE7-YTYFJ-XZBHK"
></script>
<script
type="text/javascript"
src="https://mapapi.qq.com/web/mapComponents/geoLocation/v/geolocation.min.js"
></script>
<!-- <script src="https://pv.sohu.com/cityjson?ie=utf-8"></script> -->
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
</head>
<style>
html,
body,
#app {
height: 100%;
}
</style>
<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" class="customStyle"></div>
<!-- built files will be auto injected -->
</body>
<!-- <script>
window.onload = function () {
function changWidth() {
const domBox = document.getElementById('app')
domBox.style.width =Math.trunc(document.body.offsetWidth/87*100)+'px'
domBox.style.height = Math.trunc(document.body.offsetHeight/87*100)+'px'
}
changWidth()
window.addEventListener('resize', changWidth)
}
</script> -->
<!-- 获取ip地址 -->
<script type="text/javascript">
function ipCallback({ ip }) {
localStorage.setItem("plantIp", ip || "");
}
</script>
<script src="https://www.taobao.com/help/getip.php"></script>
</html>