index.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html lang="">
  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>
  9. <%= htmlWebpackPlugin.options.title %>
  10. </title>
  11. <link rel="stylesheet" href="https://tocc.jtj.suqian.gov.cn:21100/minemapapi/v2.1.0/minemap.css" />
  12. <script src="https://tocc.jtj.suqian.gov.cn:21100/minemapapi/v2.1.0/minemap.js"></script>
  13. <script src="./uni.webview.1.5.2.js"></script>
  14. <script>
  15. minemap.domainUrl = 'https://tocc.jtj.suqian.gov.cn:21100';
  16. minemap.dataDomainUrl = 'https://tocc.jtj.suqian.gov.cn:21100';
  17. minemap.serverDomainUrl = 'https://tocc.jtj.suqian.gov.cn:21100';
  18. minemap.spriteUrl = 'https://tocc.jtj.suqian.gov.cn:21100/minemapapi/v2.1.0/sprite/sprite';
  19. minemap.serviceUrl = 'https://tocc.jtj.suqian.gov.cn:21100/service/';
  20. /**
  21. * key、solution设置
  22. */
  23. minemap.key = '63b68d77877a4ed686e8bc30894975e5';
  24. window.key = '63b68d77877a4ed686e8bc30894975e5';
  25. minemap.solution = 12886;
  26. </script>
  27. </head>
  28. <body>
  29. <noscript>
  30. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  31. </noscript>
  32. <div id="app"></div>
  33. <!-- built files will be auto injected -->
  34. </body>
  35. </html>