Commit c7b52031a755663e69aad594ed4d5ca3e3484290
1 parent
c8434913
更好polyfill.js地址,首页打不开问题解决
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-vue-jeecg/public/index.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
8 | 8 | <title>Jeecg-Boot 快速开发平台</title> |
9 | 9 | <link rel="icon" href="<%= BASE_URL %>logo.png"> |
10 | - <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.2.5/polyfill.js"></script> | |
10 | + <script src="https://cdn.bootcss.com/babel-polyfill/7.6.0/polyfill.js"></script> | |
11 | 11 | <style> |
12 | 12 | html, |
13 | 13 | body, |
... | ... |