index.html 973 B

1234567891011121314151617181920212223242526272829
  1. <!--
  2. * @Author: wj 1454560336@qq.com
  3. * @Date: 2023-09-18 10:57:47
  4. * @LastEditors: wj 1454560336@qq.com
  5. * @LastEditTime: 2023-11-29 17:04:16
  6. * @FilePath: \admin-manage\public\index.html
  7. * @Description:
  8. *
  9. -->
  10. <!DOCTYPE html>
  11. <html>
  12. <head>
  13. <meta charset="utf-8">
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  15. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  16. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  17. <title><%= webpackConfig.name %></title>
  18. </head>
  19. <script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=7aGqlyBw6mGwS6vNMLbmMlsHqE2OGV0E">
  20. </script>
  21. <body>
  22. <noscript>
  23. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  24. </noscript>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>