index.html 854 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>GIN-VUE-ADMIN</title>
  9. <% if(process.env.NODE_ENV!=='development'){ %>
  10. <script src="//cdn.staticfile.org/vue/2.6.10/vue.min.js"></script>
  11. <script src="//cdn.staticfile.org/axios/0.19.0/axios.min.js"></script>
  12. <script src="//cdn.staticfile.org/echarts/4.7.0/echarts.min.js"></script>
  13. <% } %>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but GIN-VUE-ADMIN doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>