Browse Source

修复了“切换消息主题时的附属信息异常”

napier 3 years ago
parent
commit
0169ceeb86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/LayerSelector.vue

+ 1 - 1
src/components/LayerSelector.vue

@@ -44,7 +44,7 @@ export default {
     infomapShow: false,
     infomapShow: false,
     // checkMapList: ['文化地图', '在线地图'],
     // checkMapList: ['文化地图', '在线地图'],
     checkMapList: ['cdut', 'tiandi'],
     checkMapList: ['cdut', 'tiandi'],
-    checkTagList: ['noticeLayer', 'reportLayer', 'cultureLayer', 'otherLayer']
+    checkTagList: ['noticeLayer', 'reportLayer', 'cultureLayer', 'otherLayer', 'markLayer']
   }),
   }),
 
 
   watch: {
   watch: {