template.html 761 B

1234567891011121314151617181920212223242526272829303132
  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.globalConfig = {
  19. // context: "//aft.hnzhiming.com:8080/aft",
  20. // staticHost: "//aft.hnzhiming.com",
  21. // uploadPath: "/data/wwwroot/aft/upload",
  22. // uploadPrivatePath: "/data/upload"
  23. // }
  24. </script>
  25. </head>
  26. <body>
  27. <div id="root"></div>
  28. </body>
  29. </html>