index.html 1.4 KB

12345678910111213141516171819202122232425262728293031
  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. <meta name="keywords"
  8. content="vue-next-admin,vue-prev-admin,vue-admin-wonderful,后台管理系统一站式平台模板,希望可以帮你完成快速开发。vue2.x,vue2.0,vue2,vue3,vue3.x,vue3.0,CompositionAPI,typescript,element plus,element,plus,admin,wonderful,wonderful-next,vue-next-admin,vite,vite-admin,快速,高效,后台模板,后台系统,管理系统" />
  9. <meta name="description"
  10. content="vue-next-admin,基于 vue3 + CompositionAPI + typescript + vite + element plus,适配手机、平板、pc 的后台开源免费管理系统模板!vue-prev-admin,基于 vue2 + element ui,适配手机、平板、pc 的后台开源免费管理系统模板!" />
  11. <link rel="icon" href="/favicon.ico" />
  12. <title>vue-next-admin</title>
  13. </head>
  14. <body>
  15. <div id="app"></div>
  16. <script type="text/javascript">
  17. var _hmt = _hmt || [];
  18. (function () {
  19. var hm = document.createElement('script');
  20. hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';
  21. var s = document.getElementsByTagName('script')[0];
  22. s.parentNode.insertBefore(hm, s);
  23. })();
  24. </script>
  25. <script type="module" src="/src/main.ts"></script>
  26. </body>
  27. </html>