Skip to content

Commit

Permalink
change cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Feb 18, 2022
1 parent 93c6359 commit 234d543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
</head>
<meta charset="utf-8" />
<!-- 引入 vue -->
<script src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.11/vue.min.js"></script>
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.11/vue.min.js"></script>

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

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

0 comments on commit 234d543

Please sign in to comment.