quanyawei
2024-07-09 4632427b1483a8497b636722ceeaed7f1c3cf1d9
Merge branch 'feature_1.0'
2 files modified
6 ■■■■ changed files
public/index.html 4 ●●●● patch | view | raw | blame | history
src/main.ts 2 ●●● patch | view | raw | blame | history
public/index.html
@@ -16,7 +16,7 @@
      type="text/javascript"
      src="//mapopen.cdn.bcebos.com/github/BMapGLLib/DrawingManager/src/DrawingManager.min.js"
    ></script>
    <script src="https://webapi.amap.com/loca?v=1.3.2&key=be57d4add7dc10fb7f7924763a2179ae&plugin=AMap.MarkerClusterer"></script>
    <script src="https://webapi.amap.com/loca?v=1.3.2&key=f4ba1c4d94654309b97a557d41857b48&plugin=AMap.MarkerClusterer"></script>
    <link rel="icon" href="<%= BASE_URL %>logo.ico" />
    <link />
    <title>七星瓢虫环境科技</title>
@@ -144,7 +144,7 @@
  <script type="text/javascript">
    window._AMapSecurityConfig = {
      securityJsCode: "20fcbbc1782d2853f433831e61fab769",
      securityJsCode: "f4ba1c4d94654309b97a557d41857b48",
    };
  </script>
</html>
src/main.ts
@@ -17,7 +17,7 @@
import AMap from 'vue-amap'
Vue.use(AMap)
AMap.initAMapApiLoader({
  key: 'c4e73f2c6972766d6a54dffd2f501cac',
    key: 'f4ba1c4d94654309b97a557d41857b48',
  plugin: ['AMap.moveAnimation', 'AMap.PlaceSearch', 'AMap.Scale',
    'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor',
    'AMap.DistrictSearch', 'AMap.Geocoder', 'AMap.Autocomplete'],