water-ldht/public/index.html

56 lines
1.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width,initial-scale=1.0" name="viewport" />
<link href="<%= BASE_URL %>favicon.ico" rel="icon" />
<title><%= VUE_APP_TITLE %></title>
<meta
content=""
name="keywords"
/>
<meta
content=""
name="description"
/>
<meta content="<%= VUE_APP_AUTHOR %>" name="author" />
<link href="<%= BASE_URL %>static/css/loading.css" rel="stylesheet" />
<style>
.BMap_cpyCtrl,
.anchorBL {
display: none;
}
</style>
<!-- <script-->
<!-- type="text/javascript"-->
<!-- src="http://api.map.baidu.com/api?v=3.0&ak=GtLdawsoHFdlkmqxypPL5ZgtyTE6eEyC"-->
<!-- ></script>-->
<!-- &lt;!&ndash; <script src="https://api.map.baidu.com/api?v=2.0&type=webgl&ak=GtLdawsoHFdlkmqxypPL5ZgtyTE6eEyC"></script>&ndash;&gt;-->
<script
src="http://api.tianditu.gov.cn/api?v=4.0&tk=2a0073fb7c3b0f0994c63e7a396d6ec1"
type="text/javascript"
></script>
<!-- <script-->
<!-- src="https://map.qq.com/api/gljs?v=1.exp&key=RQJBZ-6ZOCX-3QI4R-Z3JUH-GFDOS-YYBJ4"-->
<!-- ></script>-->
<!-- <script-->
<!-- charset="utf-8"-->
<!-- src="https://map.qq.com/api/js?v=2.exp&key=RQJBZ-6ZOCX-3QI4R-Z3JUH-GFDOS-YYBJ4"-->
<!-- ></script>-->
<script src="https://map.qq.com/api/js?v=2.exp&key=RQJBZ-6ZOCX-3QI4R-Z3JUH-GFDOS-YYBJ4">
</script>
</head>
<body>
<noscript>
非常抱歉鉴于安全考量,您无法查看<%= VUE_APP_TITLE %>
源代码该系统基于vue-admin-beautiful开发
</noscript>
<div id="vue-admin-beautiful-element-plus"></div>
<script>
var SecretKey = 'a6f06fa252c463b60f05b717d0e0f684';
</script>
</body>
</html>