-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<!-- <script src="https://.../moment.min.js"></script>
<script src="https://.../xlsx.full.min.js"></script>
<script src="https://.../jspdf.polyfills.umd.js"></script>
<script src="https://.../jspdf.umd.min.js"></script>
<script src="https://.../video.min.js"></script> -->
<!-- 注意在这里引入插入的polyfill -->
<!-- <script src="<%- polyfill %>"></script> -->
</head>
<body>
<script>
global = globalThis;
</script>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- <script>
window._AMapSecurityConfig = {
// serviceHost:'您的代理服务器域名或地址/_AMapService',
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
securityJsCode:'85b2147dae78f171665334625793a1b1'
};
</script>
<script src="https://webapi.amap.com/maps?v=2.0&key=9115b18d7c8cf97033f0b4f1faa7a259"></script> -->
<script src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=c3PVwY44PeR2imjoHfIN9p9GWBXRnJFm"></script>
</body>
</html>