2022-06-08 14:51:11 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
2024-09-30 17:30:16 +08:00
|
|
|
|
<head>
|
2025-05-30 14:54:52 +08:00
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
|
|
|
|
<title>设备中台</title>
|
|
|
|
|
|
<link rel="stylesheet" href="<%= BASE_URL %>/css/font/myFont.css" />
|
|
|
|
|
|
<script src="https://webapi.amap.com/maps?v=1.4.14&key=1eb65a4a1e436b5314d23b773cd4e658&plugin=AMap.Autocomplete,AMap.PlaceSearch,AMap.MouseTool,AMap.Geocoder,AMap.Driving" defer="defer"></script>
|
|
|
|
|
|
<script src="/js/ckplayer/ckplayer.js"></script>
|
|
|
|
|
|
<script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.0.1.52.js"></script>
|
|
|
|
|
|
<script src="/js/config.js"></script>
|
|
|
|
|
|
<!-- mare-3d -->
|
|
|
|
|
|
<!-- <link href="https://registry.npmmirror.com/mars3d-cesium/latest/files/Build/Cesium/Widgets/widgets.css"
|
2024-09-30 17:30:16 +08:00
|
|
|
|
rel="stylesheet" type="text/css" /> -->
|
2025-05-30 14:54:52 +08:00
|
|
|
|
<script src="https://registry.npmmirror.com/mars3d-cesium/latest/files/Build/Cesium/Cesium.js" type="text/javascript"></script>
|
|
|
|
|
|
<!-- <script src="http://mars3d.cn/lib/turf/turf.min.js" type="text/javascript"></script> -->
|
2024-09-30 17:30:16 +08:00
|
|
|
|
|
2025-05-30 14:54:52 +08:00
|
|
|
|
<!--引入mars3d库lib-->
|
|
|
|
|
|
<!-- <link href="https://registry.npmmirror.com/mars3d/latest/files/dist/mars3d.css" rel="stylesheet" type="text/css" /> -->
|
|
|
|
|
|
<script src="https://registry.npmmirror.com/mars3d/latest/files/dist/mars3d.js" type="text/javascript"></script>
|
2024-09-30 17:30:16 +08:00
|
|
|
|
|
2025-05-30 14:54:52 +08:00
|
|
|
|
<!--引入mars3d库插件lib(按需引入)-->
|
|
|
|
|
|
<!-- <script src="https://registry.npmmirror.com/mars3d-space/latest/files/dist/mars3d-space.js"
|
2024-09-30 17:30:16 +08:00
|
|
|
|
type="text/javascript"></script> -->
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body class="theme-white">
|
2025-05-30 14:54:52 +08:00
|
|
|
|
<noscript>
|
2024-09-30 17:30:16 +08:00
|
|
|
|
<strong>We're sorry but communitypc doesn't work properly without JavaScript
|
|
|
|
|
|
enabled. Please enable it to continue.</strong>
|
|
|
|
|
|
</noscript>
|
2025-05-30 14:54:52 +08:00
|
|
|
|
<div id="app"></div>
|
2024-09-30 17:30:16 +08:00
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|