Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

28 rader
1.0 KiB

  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,maximum-scale=1.0, user-scalable=no" />
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <meta content="telephone=no,email=no" name="format-detection" />
  10. <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
  11. <link rel="icon" href="<%= BASE_URL %>cat.png">
  12. <title>vue-demo</title>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong>We're sorry but vue-demo doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  17. </noscript>
  18. <div id="app"></div>
  19. <!-- built files will be auto injected -->
  20. <!--手机调试-->
  21. <% if (VUE_APP_ERUDA === 'true') { %>
  22. <script src="//cdn.bootcss.com/eruda/1.5.2/eruda.min.js"></script>
  23. <script> window.eruda.init(); </script>
  24. <% } %>
  25. </body>
  26. </html>