forked from sscfaith/avue-form-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="zh">
<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">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/theme-chalk/index.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/index.css">
<link rel="stylesheet" href="<%= BASE_URL %>css/home.css">
<title>Avue表单设计器</title>
</head>
<body>
<noscript>
<strong>很抱歉,如果没有 JavaScript 支持,表单设计器 将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong>
</noscript>
<div id="app">
<div class="avue-home">
<div class="avue-home__main">
<img class="avue-home__loading" src="./img/loading-spin.svg" alt="loading">
<div class="avue-home__title">正在加载资源</div>
<div class="avue-home__sub-title">初次加载资源可能需要较多时间 请耐心等待</div>
</div>
</div>
</div>
<script src="<%= BASE_URL %>cdn/vue/vue.min.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/element-ui/index.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/axios/axios.min.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/avue/avue.min.js" charset="utf-8"></script>
<script type="text/javascript"
src='https://webapi.amap.com/maps?v=1.4.11&key=a40c6d547150ac9c43cc17cc0a95f324&plugin=AMap.PlaceSearch'></script>
<script src="https://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
<script src="https://cdn.bootcss.com/Sortable/1.10.0-rc2/Sortable.min.js"></script>
</body>
</html>