Fei_Xian_Lin_Ye_Fang_Huo/public/index.html

56 lines
2.2 KiB
HTML
Raw Normal View History

2023-08-18 08:55:52 +08:00
<!DOCTYPE html>
<html lang="zh-cn">
<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">
<meta name="author" content="山东慧创 http://www.hopetrytech.com ">
<link rel="icon" href="<%= BASE_URL %>sitelogo.jpg">
2023-08-23 18:01:30 +08:00
<title>费县智慧林业防灭火平台</title>
2023-08-18 08:55:52 +08:00
<style>
.popup-container{
2023-08-27 13:31:16 +08:00
text-align:left;
max-width:400px;
}
.popup-item{
word-wrap: break-word;
overflow-wrap:break-word;
}
.marsBlackPanel-text{
width:400px!important;
word-wrap: break-word!important;
white-space:normal!important;
2023-08-18 08:55:52 +08:00
}
</style>
<!--第三方lib-->
<script
type="text/javascript"
2023-08-26 14:07:11 +08:00
src="lib/include-lib.js?time=20210803"
2023-08-18 08:55:52 +08:00
libpath="lib/"
2023-08-26 14:07:11 +08:00
include="jquery,jquery.range,animate,bootstrap,bootstrap-checkbox,font-awesome,web-icons,layer,haoutil,nprogress,toastr,admui,turf,mars3d,mars3d-widget"
2023-08-18 08:55:52 +08:00
></script>
2023-08-26 08:43:35 +08:00
<!-- 腾讯云视频直播 -->
<link href="https://web.sdk.qcloud.com/player/tcplayer/release/v4.6.0/tcplayer.min.css" rel="stylesheet" />
<script src="https://web.sdk.qcloud.com/player/tcplayer/release/v4.6.0/libs/TXLivePlayer-1.2.3.min.js"></script>
<script src="https://web.sdk.qcloud.com/player/tcplayer/release/v4.6.0/libs/hls.min.1.1.5.js"></script>
<script src="https://web.sdk.qcloud.com/player/tcplayer/release/v4.6.0/libs/flv.min.1.6.3.js"></script>
<script src="https://web.sdk.qcloud.com/player/tcplayer/release/v4.6.0/libs/dash.all.min.4.4.1.js"></script>
<script src="https://web.sdk.qcloud.com/player/tcplayer/release/v4.6.0/tcplayer.v4.6.0.min.js"></script>
2023-08-18 08:55:52 +08:00
<script type="text/javascript" src="imouPlayer.js"></script>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="http://mars3d.cn/temp/css/divGraphic.css">
</head>
<body style="padding:0px;">
<noscript>
<strong>非常抱歉 <%= htmlWebpackPlugin.options.title %>当前浏览器不支持脚本运行,请进行设置.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>