You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
984 B
25 lines
984 B
6 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<link rel="icon" href="/favicon.ico" />
|
||
|
<meta name="referrer" content="never" />
|
||
|
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css" />
|
||
|
<link rel="stylesheet" href="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.min.css" />
|
||
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js"></script>
|
||
|
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script> -->
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<script type="text/javascript">
|
||
|
window._AMapSecurityConfig = {
|
||
|
securityJsCode: '09e43004c09d39c0e61f8fd65d5e6a5a',
|
||
|
};
|
||
|
</script>
|
||
|
<title>smart-parking</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script type="module" src="./src/main.ts"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|