Lin_Ye_Fang_Huo/public/index.html

36 lines
1.3 KiB
HTML
Raw Normal View History

2023-07-08 15:37:34 +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-01 08:33:01 +08:00
<title>林业防火平台</title>
2023-07-08 15:37:34 +08:00
<!--第三方lib-->
<script
type="text/javascript"
src="lib/include-lib.js?time=20210105"
libpath="lib/"
include="jquery,jquery.range,bootstrap,bootstrap-checkbox,font-awesome,web-icons,layer,haoutil,
nprogress,toastr,admui,turf,mars3d,mars3d-widget,mars3d-esri,mars3d-echarts"
></script>
2023-08-09 09:25:45 +08:00
<script type="text/javascript" src="imouPlayer.js"></script>
<link rel="stylesheet" href="index.css">
<script>
console.log("imouPlayer",imouPlayer)
</script>
2023-07-18 09:04:15 +08:00
<link rel="stylesheet" href="http://mars3d.cn/temp/css/divGraphic.css">
2023-07-08 15:37:34 +08:00
</head>
2023-07-18 09:04:15 +08:00
<body style="padding:0px;">
2023-07-08 15:37:34 +08:00
<noscript>
<strong>非常抱歉 <%= htmlWebpackPlugin.options.title %>当前浏览器不支持脚本运行,请进行设置.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>