Jelajahi Sumber

地图视图修复

wangcc 2 tahun lalu
induk
melakukan
bbd4420aa3
1 mengubah file dengan 3 tambahan dan 6 penghapusan
  1. 3 6
      src/components/amapPow.vue

+ 3 - 6
src/components/amapPow.vue

@@ -3,7 +3,7 @@
  * @Author: wangcc
  * @Date: 2022-10-19 09:32:46
  * @LastEditors: wangcc
- * @LastEditTime: 2022-11-14 13:48:32
+ * @LastEditTime: 2022-11-14 16:27:59
  * @FilePath: \castgroup_bigscreen\src\components\amapPow.vue
  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 -->
@@ -120,7 +120,6 @@ export default {
         // 加载小班边界
         // this.getSmallClass();
         this.parentId = val;
-        console.log(this.$store.state.addr.selectStreet);
         if (this.$store.state.addr.mapLevel == 'street') {
           this.parentId = val.substring(0, 6);
           if (this.map) {
@@ -797,7 +796,7 @@ export default {
           // }
         });
         let wms = new AMap.TileLayer.WMTS({
-          url: 'http://t4.tianditu.gov.cn/img_w/wmts',
+          url: 'http://t0.tianditu.gov.cn/img_w/wmts',
           blend: false,
           tileSize: 256,
           params: {
@@ -806,7 +805,7 @@ export default {
             Format: 'tiles',
             TileMatrixSet: 'w',
             STYLE: 'default',
-            tk: '064688075f565aa463866b915c378e00'
+            tk: 'f394ed68a202b245aa2473991d138179'
           }
         });
         wms.setMap(_this.map);
@@ -1084,8 +1083,6 @@ export default {
           });
           let areaCode = areaPolygon.properties.name;
           district.search(areaCode, function (status, result) {
-            console.log(status);
-            console.log(result);
             let streetArr = result.districtList[0].districtList;
             _this.zoom = result.districtList[0]
             for (let elementLs in streetArr) {