2024-04-12 09:26:48 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2024-08-27 14:41:08 +08:00
|
|
|
|
|
|
|
<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>公共服务一体化驾驶舱</title>
|
2024-09-27 17:12:47 +08:00
|
|
|
<!-- <script type="text/javascript"
|
|
|
|
src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=2KLQUajGSpNL2DInxT6BwdPklMNpG3hw"></script> -->
|
2024-08-27 14:41:08 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
2024-09-27 17:12:47 +08:00
|
|
|
<script type="text/javascript" src="/baiduMap.js"></script>
|
2024-08-27 14:41:08 +08:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|