jinx 3 months ago
parent
commit
413c83ed67
2 changed files with 5 additions and 5 deletions
  1. 4 4
      src/views/map/data.js
  2. 1 1
      src/views/map/index.vue

+ 4 - 4
src/views/map/data.js

@@ -19,10 +19,10 @@ export const typeData = [
     title: "交通住宿",
     type: 5,
   },
-  {
-    title: "城市烟火",
-    type: 6,
-  },
+  // {
+  //   title: "城市烟火",
+  //   type: 6,
+  // },
 ];
 
 export const mapData = [

+ 1 - 1
src/views/map/index.vue

@@ -355,7 +355,7 @@ const addImageLayer = () => {
     // url: "https://amappc.cn-hangzhou.oss-pub.aliyun-inc.com/lbs/static/img/dongwuyuan.jpg",
     url: "./static/tiles/yueyang.png",
 
-    zIndex: 100,
+    zIndex: 10,
     clickable: true,
     zooms: [0, 20], // 设置可见级别,[最小级别,最大级别]
   });