index.html 1.2 KB

12345678910111213141516171819202122232425
  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>延吉市数字应急自然灾害综合风险监管平台</title>
  9. </head>
  10. <body>
  11. <script type="text/javascript"
  12. include="leaflet,leaflet.sidebyside,iclient-leaflet,iclient-plot-leaflet,leaflet.draw,leaflet.markercluster,leaflet.heat"
  13. src="./supermap/dist/leaflet/include-leaflet.js"></script>
  14. <script type="text/javascript" include="bootstrap,plottingPanel,fileupLoad,widgets.alert"
  15. src="./supermap/examples/js/include-web.js"></script>
  16. <script type="text/javascript" include="PlotPanel,StylePanel,SMLInfosPanel,iPortalStylePanel"
  17. src="./supermap/examples/js/plottingPanel/PlottingPanel.Include.js"></script>
  18. <noscript>
  19. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>