-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (19 loc) · 903 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>GingKoo前端文档</title>
<!-- <link rel="stylesheet" type="text/css" href="http://10.1.3.216/oms-platform-web/1.7.0-SNAPSHOT/dist/static/css/ElementUI.css?4Ew679rMK1" />
<link rel="stylesheet" type="text/css" href="http://10.1.3.216/oms-platform-web/1.7.0-SNAPSHOT/dist/static/theme/default.css?RxuBzaTdjD" /> -->
</head>
<body>
<div id="app"></div>
<!-- <script src="http://10.1.3.216/oms-platform-web/1.7.0-SNAPSHOT/dist/static/common/Vue.js?1OSC5BzrgR"></script> -->
<script src="https://cdn.bootcss.com/vue/2.5.15/vue.min.js"></script>
<script>
// window.Vue = window.Vue.default;
</script>
<!-- <script src="http://10.1.3.216/oms-platform-web/1.7.0-SNAPSHOT/dist/static/common/ElementUI.js?ZCKtYqOl1e"></script> -->
<!-- built files will be auto injected -->
</body>
</html>