2 Commits 1e3aa1cd01 ... 574b32e87e

Auteur SHA1 Message Date
  AJNB 574b32e87e Merge branch 'master' of http://62.234.223.238:3000/earthworm/earthworm_com_vue il y a 2 mois
  AJNB ebded8e441 hjj il y a 2 mois
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/views/enterprise/MapContainer.vue

+ 3 - 1
src/views/enterprise/MapContainer.vue

@@ -31,6 +31,8 @@
 
 <script>
 import AMapLoader from "@amap/amap-jsapi-loader";
+
+// @ts-ignore
 window._AMapSecurityConfig = {
   // 安全密钥
   securityJsCode: "679d00a7b459e5bd24ec792c8b7083fd",
@@ -131,7 +133,7 @@ export default {
       try {
         // 自动适应显示想显示的范围区域
         this.map.setFitView();
-        // eslint-disable-next-line no-undef
+        // @ts-ignore
         this.marker = new AMap.Marker({
           map: this.map,
           position: [this.form.lng, this.form.lat],