template.html 797 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>
  6. <%= htmlWebpackPlugin.options.title %>
  7. </title>
  8. <script>
  9. // window.userData = {
  10. // mobile: "13600000000",
  11. // nickname: "Lina",
  12. // number: "80000",
  13. // type: "0",
  14. // email: "test@aft.com",
  15. // createTime: "123456789000",
  16. // lvl: "0"
  17. // };
  18. // window.adminData = {};
  19. // window.globalConfig = {
  20. // context: "//aft.hnzhiming.com:8080/aft",
  21. // staticHost: "//aft.hnzhiming.com",
  22. // uploadPath: "/data/wwwroot/aft/upload",
  23. // uploadPrivatePath: "/data/upload"
  24. // };
  25. </script>
  26. </head>
  27. <body>
  28. <div id="root"></div>
  29. </body>
  30. </html>