1
This commit is contained in:
76
public/index.html
Normal file
76
public/index.html
Normal file
@ -0,0 +1,76 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2024-04-10 17:34:53
|
||||
* @LastEditTime: 2024-04-29 10:37:09
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: \web_new _map\public\index.html
|
||||
-->
|
||||
<!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" />
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
||||
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
||||
<title>
|
||||
<%= htmlWebpackPlugin.options.title %>
|
||||
</title>
|
||||
|
||||
<!-- 地图 -->
|
||||
<script type="text/javascript" src="./pgis/eliMapboxgl.min.js"></script>
|
||||
|
||||
<!-- 视频 -->
|
||||
<script src="./h5player.min.js"></script>
|
||||
<script src="./static/js/vconsole.min.js"></script>
|
||||
<script src="./static/js/jquery-1.12.4.min.js"></script>
|
||||
<script src="./static/js/moment.js"></script>
|
||||
<script src="./static/js/vue.js"></script>
|
||||
<script src="./static/js/antd.min.js"></script>
|
||||
<script src="./static/js/antd-with-locales.min.js"></script>
|
||||
<script src="./h5player.min.js"></script>
|
||||
<script src="./playctrl2/Decoder.js"></script>
|
||||
</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>
|
||||
<script>
|
||||
var gapLineG = [[]]
|
||||
var LineOne = ''
|
||||
var LineTwo = ''
|
||||
var LineThree = ''
|
||||
var LineFour = ''
|
||||
var LineFive = ''
|
||||
var LineSix = ''
|
||||
var LineList = [LineOne, LineTwo, LineThree, LineFour, LineFive, LineSix]
|
||||
var leftPoint = []
|
||||
var rightPoint = []
|
||||
var isShowGroupPoint = true
|
||||
document.documentElement.addEventListener(
|
||||
"touchmove",
|
||||
function (event) {
|
||||
if (event.touches.length > 1) {
|
||||
event.preventDefault();
|
||||
}
|
||||
},
|
||||
false
|
||||
);
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.spinfoBox.mb {
|
||||
box-sizing: unset !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user