Skip to content

Commit 4143302

Browse files
committed
修改 demo
1 parent e194982 commit 4143302

File tree

6 files changed

+21
-139
lines changed

6 files changed

+21
-139
lines changed

demo/folder/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport"
6+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>COS 文件管理</title>
9+
<link rel="stylesheet" href="style.css">
10+
</head>
11+
<body>
12+
13+
<div class="page">
14+
<h1>COS 文件管理</h1>
15+
<div id="app">待实现...</div>
16+
</div>
17+
18+
</body>
19+
</html>

demo/queue/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ <h1>COS 上传队列</h1>
5757
</div>
5858

5959
<script src="../../dist/cos-js-sdk-v5.js"></script>
60-
<script src="./lodash.core.min.js"></script>
61-
<script src="./vue.min.js"></script>
60+
<script src="../common/lodash.core.min.js"></script>
61+
<script src="../common/vue.min.js"></script>
6262
<script src="./index.js"></script>
6363

6464
</body>

0 commit comments

Comments
 (0)