|
this.$store.dispatch('searchArea', {
|
|
this.$store.dispatch('searchArea', {
|
|
let pageLabel = ['forest','treeSpecies','sink','circulation','economics','event']
|
|
let pageLabel = ['forest','treeSpecies','sink','circulation','economics','event']
|
|
this.$store.commit('changePage',pageLabel[index-1]);
|
|
this.$store.commit('changePage',pageLabel[index-1]);
|