template.html 847 B

12345678910111213141516171819202122232425262728293031323334
  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. // context: "//127.0.0.1:8080/aft",
  22. // staticHost: "//aft.hnzhiming.com",
  23. // uploadPath: "/data/wwwroot/aft/upload",
  24. // uploadPrivatePath: "/data/upload"
  25. // };
  26. </script>
  27. </head>
  28. <body>
  29. <div id="root"></div>
  30. </body>
  31. </html>