切换ElementUI的CDN链接。

master
vdpAdmin 2024-07-22 10:50:05 +08:00
parent 503a78c6ef
commit d349a8487a
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<!-- 禁止浏览器缓存index.html end --> <!-- 禁止浏览器缓存index.html end -->
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
<link rel="stylesheet" href="https://cdn.staticfile.org/element-ui/2.15.7/theme-chalk/index.min.css"> <link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/element-ui/2.15.7/theme-chalk/index.min.css">
</head> </head>
<body> <body>
<noscript> <noscript>
@ -23,6 +23,6 @@
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.14/vue.min.js"></script> <script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.14/vue.min.js"></script>
<script src="https://cdn.staticfile.org/element-ui/2.15.7/index.min.js"></script> <script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/element-ui/2.15.7/index.min.js"></script>
</body> </body>
</html> </html>