index.html 791 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  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">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title><%= htmlWebpackPlugin.options.title %></title>
  9. <script src="<%= BASE_URL %>systemConf.js"></script>
  10. <script>
  11. window.topo_baseurl = 'http://39.102.40.239:8080'
  12. window.img_baseurl = "http://39.97.179.199:8891"
  13. function callByU3d (data) {
  14. console.log('here...callByU3d', data)
  15. }
  16. </script>
  17. <style>
  18. * {
  19. margin: 0;
  20. padding: 0;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>