index.html
667 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/img.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="pragram" content="no-cache">
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="expires" content="0">
<title>宁夏企业信用信息平台</title>
</head>
<style>
.el-popover.el-popper {
max-height: 100vh !important;
overflow: auto;
}
</style>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>