From 3eda2a49edc60f3961604223f557dcd6ab6db94f Mon Sep 17 00:00:00 2001 From: wangrui <zephyrs0894@163.com> Date: 星期三, 23 十二月 2020 16:52:54 +0800 Subject: [PATCH] 底图切换组件开发完成 --- src/conf/MapConfig.js | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index a12465e..2c47b97 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -36,8 +36,8 @@ { code: 'sinopec_img', name: '涓煶鍖栧ぉ鍦板浘褰卞儚', - icon_actived: '', - icon_deactived: '', + icon_actived: '/assets/images/map-pages/icon/img.png', + icon_deactived: '/assets/images/map-pages/icon/img.png', isAddToMap: true, map: { layerName: '澶╁湴鍥惧奖鍍忓湴鍥�', @@ -71,8 +71,8 @@ { code: 'sinopec_vec', name: '涓煶鍖栧ぉ鍦板浘鐭㈤噺', - icon_actived: '', - icon_deactived: '', + icon_actived: '/assets/images/map-pages/icon/road.png', + icon_deactived: '/assets/images/map-pages/icon/road.png', isAddToMap: false, map: { layerName: '澶╁湴鍥剧煝閲忓湴鍥�', @@ -108,8 +108,8 @@ { code: 'tianditu_img', name: '澶╁湴鍥惧奖鍍�', - icon_actived: '', - icon_deactived: '', + icon_actived: '/assets/images/map-pages/icon/img.png', + icon_deactived: '/assets/images/map-pages/icon/img.png', isAddToMap: true, map: { layerName: '澶╁湴鍥惧奖鍍忓湴鍥�', @@ -145,8 +145,8 @@ { code: 'tianditu_vec', name: '澶╁湴鍥惧奖鍍�', - icon_actived: '', - icon_deactived: '', + icon_actived: '/assets/images/map-pages/icon/road.png', + icon_deactived: '/assets/images/map-pages/icon/road.png', isAddToMap: false, map: { layerName: '澶╁湴鍥剧煝閲忓湴鍥�', -- Gitblit v1.8.0