jhbigscreen/public/index.html

59 lines
2.7 KiB
HTML
Raw Normal View History

2023-08-10 01:16:23 +08:00
<!DOCTYPE html>
<html lang="">
<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">
2024-04-09 21:37:26 +08:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico?v=2">
2024-01-01 19:44:43 +08:00
<title>产发工程数字管理平台-大屏</title>
2023-12-23 23:34:48 +08:00
<link rel="stylesheet" href="/cdn/element-ui/lib/theme-chalk/index.css">
2024-04-15 00:10:49 +08:00
<link rel="stylesheet" href="css/largeScreenLayout.css?v=20240415">
<link rel="stylesheet" href="css/largeScreenStyle.css?v=20240415">
2024-05-25 21:59:19 +08:00
<link rel="stylesheet" href="css/new.css?v=2024052501">
2024-03-20 01:26:33 +08:00
<link rel="stylesheet" href="css/sichuanTibet.css?v=2024103201">
2024-03-10 13:17:17 +08:00
<script type="text/javascript" src="https://api.map.baidu.com/api?type=webgl&v=1.0&ak=5M76qMCiVjSG7bGOTcYmZdg0MQinsKve"></script>
2023-12-23 23:34:48 +08:00
<script src="/cdn/vue/dist/vue.js"></script>
<script src="/cdn/element-ui/lib/index.js"></script>
<script src="/cdn/jquery/3.5.1/jquery.min.js"></script>
2023-09-10 00:56:59 +08:00
<script src="./js/echarts.min.js"></script>
2023-10-03 21:31:40 +08:00
<link rel="stylesheet" href="/cesium/Widgets/widgets.css">
<script src="/cesium/jquery-3.0.0.min.js"></script>
<script src="/cesium/Cesium.js?v=20230913"></script>
<script src="/cesium/BIMGISEngine.js?v=20230920"></script>
<script src="/cesium/initApi.js?v=20230920"></script>
2023-10-24 23:21:38 +08:00
<!--<script src="./maps/initApi.js"></script> -->
2024-03-26 00:09:39 +08:00
<script src="./js/mapmodle.js?v=2024032501"></script>
2023-10-23 01:30:37 +08:00
<!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=6zAD8CIavtzWnkGg0a7roush5maGMIPn"></script> -->
2023-12-23 23:34:48 +08:00
<script src="/cdn/echarts/china.js"></script>
2023-10-23 01:30:37 +08:00
<!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=6zAD8CIavtzWnkGg0a7roush5maGMIPn"></script> -->
2023-10-03 21:31:40 +08:00
<!-- 请求依赖 -->
2023-12-23 23:34:48 +08:00
<script src="/cdn/axios/dist/axios.min.js"></script>
2023-10-03 21:31:40 +08:00
<!-- rtmp 支持依赖 -->
2023-12-23 23:34:48 +08:00
<script src="/cdn/videojs/5.19/video.min.js"></script>
2023-10-03 21:31:40 +08:00
<!-- hls 支持依赖 -->
2023-12-23 23:34:48 +08:00
<script src="/cdn/hls/hls.min.js"></script>
2023-10-03 21:31:40 +08:00
<!-- h5steam 支持依赖 -->
2023-12-23 23:34:48 +08:00
<script src="/cdn/platform/1.3.5/platform.js"></script>
<script src="/cdn/h5splayer/h5splayer.js"></script>
<script src="/cdn/h5splayer/h5splayerhelper.js"></script>
2023-10-03 21:31:40 +08:00
2023-12-23 23:34:48 +08:00
<script src="/cdn/hkplug/jsencrypt.min.js"></script>
<script src="/cdn/hkplug/jsWebControl-1.0.0.min.js"></script>
2024-03-21 23:45:22 +08:00
<script src="./easyplayer/EasyWasmPlayer.js"></script>
2023-10-03 21:31:40 +08:00
2023-08-23 00:03:22 +08:00
<style type="text/css">
#webpack-dev-server-client-overlay{display: none;}
</style>
2023-08-10 01:16:23 +08:00
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>