|
this.$store.commit('changePage',this.navList[index-1].en);
|
|
this.$store.commit('changePage',this.navList[index-1].en);
|
|
console.log('this.navList[index-1].en',this.navList[index-1].en);
|
|
console.log('this.navList[index-1].en',this.navList[index-1].en);
|
|
debounce(this.debounceGetData, 1000, true)
|
|
debounce(this.debounceGetData, 1000, true)
|