|
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]);
|
|
debounce(this.debounceGetData, 1000, true)
|
|
debounce(this.debounceGetData, 1000, true)
|