-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
38 lines (35 loc) · 2.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8" data-build-time="<%= VITE_APP_BUILD_TIME %>">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<link rel="stylesheet" href="<%= VITE_APP_CDN_URL %>@wangeditor/[email protected]/dist/css/style.css">
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
<script>
// 百度统计
var _hmt=_hmt||[];!function(){var e="";if(location.origin.indexOf("vxetable")>-1?e="1eb3cea61a6e722c5e3dd0114830306c":location.origin.indexOf("vxeui")>-1&&(e="d7f93b6aca1d7ac7711f6c21b897a62c"),e){var a=document.createElement("script");a.src="https://hm.baidu.com/hm.js?"+e;var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(a,t)}}();
</script>
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
</head>
<body>
<noscript>
<strong>We're sorry but vxe doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
<script>
// 右侧广告
!function(){if(location.origin.indexOf("vxetable")>-1){var e=document.createElement("div");e.className="wwads-cn wwads-vertical",e.setAttribute("data-id","214"),e.style="position: fixed;bottom: 0;right: 0;max-width:200px",document.body.appendChild(e);var t=document.createElement("script");t.src="https://cdn.wwads.cn/js/makemoney.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(t,a)}}();
</script>
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
<!-- CDN -->
<script type="text/javascript" src="<%= VITE_APP_CDN_URL %>[email protected]/dist/exceljs.min.js"></script>
<script type="text/javascript" src="<%= VITE_APP_CDN_URL %>[email protected]/dist/echarts.min.js"></script>
<script type="text/javascript" src="<%= VITE_APP_CDN_URL %>@wangeditor/[email protected]/dist/index.js"></script>
</body>
</html>