Skip to content

Commit 234d543

Browse files
committed
change cdn
1 parent 93c6359 commit 234d543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
</head>
77
<meta charset="utf-8" />
88
<!-- 引入 vue -->
9-
<script src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.11/vue.min.js"></script>
9+
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.11/vue.min.js"></script>
1010

1111
<!-- 引入样式 -->
1212
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
13-
<link href="https://cdn.bootcdn.net/ajax/libs/element-ui/2.15.7/theme-chalk/index.css" rel="stylesheet">
13+
<link href="https://cdn.staticfile.org/element-ui/2.15.7/theme-chalk/index.min.css" rel="stylesheet">
1414

1515
<!-- 引入组件库 -->
1616
<!-- <script src="https://unpkg.com/element-ui/lib/index.js"></script> -->
17-
<script src="https://cdn.bootcdn.net/ajax/libs/element-ui/2.15.7/index.js"></script>
17+
<script src="https://cdn.staticfile.org/element-ui/2.15.7/index.min.js"></script>
1818
<!-- qrcode -->
1919
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/qrcode.min.js"></script> -->
2020
<script src="wasm_exec.js"></script>

0 commit comments

Comments
 (0)