Browse Source

fix(layerList):修正图层列表中的错别字

王杰 3 months ago
parent
commit
34f869a5d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/components/layerList/index.vue

+ 2 - 2
src/views/components/layerList/index.vue

@@ -49,7 +49,7 @@ export default {
               id: '1-1',
               label: '生态区',
               children: [
-                { id: '1-1-1', label: '防背河坡脚线', meta: { type: 'polyline', url: '/sddnWeihe/geojson/提防背河坡脚线.geojson' } },
+                { id: '1-1-1', label: '防背河坡脚线', meta: { type: 'polyline', url: '/sddnWeihe/geojson/提防背河坡脚线.geojson' } },
                 { id: '1-1-2', label: '河道管理范围线', meta: { type: 'polyline', url: '/sddnWeihe/geojson/河道管理范围线.geojson' } },
                 { id: '1-1-3', label: '一级管控区界限', meta: { type: 'polyline', url: '/sddnWeihe/geojson/一二级管控区界限.geojson' } },
                 { id: '1-1-4', label: '生态区界限', meta: { type: 'polyline', url: '/sddnWeihe/geojson/生态区界限.geojson' } },
@@ -92,7 +92,7 @@ export default {
           id: '3',
           label: '采砂区',
           children: [
-            { id: '3-1', label: '兴平市空采砂区', type: 'csq', meta: { type: 'polygon', url: '/sddnWeihe/geojson/宜空采砂区.geojson' } },
+            { id: '3-1', label: '兴平市空采砂区', type: 'csq', meta: { type: 'polygon', url: '/sddnWeihe/geojson/宜空采砂区.geojson' } },
             { id: '3-2', label: '兴平市团结采砂区', type: 'csq', meta: { type: 'polygon', url: '/sddnWeihe/geojson/团结采砂区.geojson' } },
             { id: '3-3', label: '兴平市汤坊龙兴1区采砂区', type: 'csq', meta: { type: 'polygon', url: '/sddnWeihe/geojson/汤坊龙兴1区采砂区.geojson' } }
           ]