zhgdyun/src/pages/equipmentCenter/equipmentCenter.html

39 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<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=2.0&key=e54076dbf392c14b95373a8aad479579&plugin=AMap.Autocomplete,AMap.PlaceSearch,AMap.MouseTool,AMap.Geocoder,AMap.Driving,AMap.DistrictSearch" 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"
rel="stylesheet" type="text/css" /> -->
<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> -->
<!--引入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>
<!--引入mars3d库插件lib按需引入-->
<!-- <script src="https://registry.npmmirror.com/mars3d-space/latest/files/dist/mars3d-space.js"
type="text/javascript"></script> -->
</head>
<body class="theme-white">
<noscript>
<strong>We're sorry but communitypc doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>