-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.05 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.05 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>运营管理后台</title>
<link rel="icon" href="static/img/logo1.png">
<!--<script src="/dist/static/js/xlsx.full.min.js"></script>-->
<!--<script src="/dist/static/js/jquery.1.11.1.min.js"></script>-->
<!--<script src="/dist/static/js/jquery.md5.js"></script>-->
<!--<script src="/dist/static/js/jquery.form.min.js"></script>-->
<!--<script src="/dist/static/js/remote_call.js"></script>-->
<!--上面是假设使用history模式时候的绝对路径build的时候使用-->
<!--下面是没有使用history模式时候的路径-->
<script src="static/js/xlsx.full.min.js"></script>
<script src="static/js/jquery-3.2.1.min.js"></script>
<script src="static/js/jquery.md5.js"></script>
<script src="static/js/jquery.form.min.js"></script>
<script src="static/js/remote_call.js"></script>
<script src="static/js/remote_call.js"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>