|
@@ -5,7 +5,7 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>转盘抽奖</title>
|
|
|
- <link rel="stylesheet" href="//unpkg.com/element-plus/dist/index.css" />
|
|
|
+ <link rel="stylesheet" href="https://unpkg.com/element-plus/dist/index.css" />
|
|
|
<style>
|
|
|
* {
|
|
|
margin: 0;
|
|
@@ -107,7 +107,7 @@
|
|
|
</div>
|
|
|
|
|
|
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
|
|
|
- <script src="//unpkg.com/element-plus"></script>
|
|
|
+ <script src="https://unpkg.com/element-plus"></script>
|
|
|
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/2.1.0/jquery.js"></script>
|
|
|
<script>
|
|
|
const {
|