2023-12-16 18:10:04 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
2024-08-23 08:54:51 +08:00
|
|
|
|
|
|
|
|
<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, user-scalable=0" />
|
|
|
|
|
<link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
|
|
|
|
|
<script async src="https://api.map.baidu.com/api?v=2.0&ak=cClgLBaLgGUdQDilX9dGvieL"></script>
|
|
|
|
|
<script src="https://api.map.baidu.com/api?type=webgl&v=2.0&ak=cClgLBaLgGUdQDilX9dGvieL"></script>
|
|
|
|
|
<script type="text/javascript" src="//api.map.baidu.com/library/TrackAnimation/src/TrackAnimation_min.js"></script>
|
|
|
|
|
<title>智慧仓储管理平台</title>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
/** 去除百度地图的水印和logo */
|
|
|
|
|
.BMap_cpyCtrl,
|
|
|
|
|
.anchorBL {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body style="margin: 0;">
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|