This commit is contained in:
limqhz
2021-09-21 18:10:13 +08:00
parent c72e50c5e4
commit aa5faaaa2e
318 changed files with 44583 additions and 59 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<title>智慧场馆</title>
</head>
<body>
<script type="text/javascript" src="http://webapi.amap.com/maps?v=1.4.6&key=834982216c21427e2732ba09d0815da5"></script>
<script charset="utf-8" src="http://map.qq.com/api/js?v=2.exp&key=VQIBZ-H2NRU-NXKVK-4RYB7-T3H6F-GVBZP"></script>
<script src="http://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
<script src=<%= htmlWebpackPlugin.options.path %>/tinymce/tinymce.min.js></script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>