diff --git a/src/router/index.js b/src/router/index.js index 3ce9afb..4887f7c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -96,7 +96,7 @@ }, { path: '/DrainageSystem', - name: 'PublicOpinionAnalysis', + name: 'DrainageSystem', component: () => import('@/views/pictureOnMap/page/DrainageSystem/index.vue'), }, ], diff --git a/src/router/index.js b/src/router/index.js index 3ce9afb..4887f7c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -96,7 +96,7 @@ }, { path: '/DrainageSystem', - name: 'PublicOpinionAnalysis', + name: 'DrainageSystem', component: () => import('@/views/pictureOnMap/page/DrainageSystem/index.vue'), }, ], diff --git a/src/views/pictureOnMap/inputSearch.vue b/src/views/pictureOnMap/inputSearch.vue index 98e4ff6..b30703a 100644 --- a/src/views/pictureOnMap/inputSearch.vue +++ b/src/views/pictureOnMap/inputSearch.vue @@ -61,7 +61,7 @@ appStore.MapData.map(item => { SelectList.value = SelectList.value.concat(item.data); }); - console.log('MapData', appStore.MapData, SelectList.value); + // console.log('MapData', appStore.MapData, SelectList.value); filterList.value = JSON.parse(JSON.stringify(SelectList.value)); }