riku
2024-11-21 c4bcc6e78ecaec6e9ea68802be7c1d3a7b063512
index.html
@@ -1,13 +1,23 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <link rel="icon" href="/favicon.ico">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="UTF-8" />
    <link rel="icon" href="/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>生态环境线上监管</title>
  </head>
  <body>
    <div id="app"></div>
  </body>
  <script type="text/javascript">
    window._AMapSecurityConfig = {
      serviceHost: 'http://47.100.191.150:8083/_AMapService'
      //例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
    };
  </script>
  <script
    type="text/javascript"
    src="https://webapi.amap.com/maps?v=1.4.5&key=520c5e5cf44c7793104e500cbf0ed711&plugin=Map3D,ElasticMarker,AMap.ControlBar,AMap.Geocoder"
  ></script>
  <script type="module" src="/src/main.js"></script>
</html>