added default base page
This commit is contained in:
@ -86,7 +86,11 @@ export default {
|
||||
commit('resetCount')
|
||||
commit('resetNoresults')
|
||||
commit('resetOffset')
|
||||
this.commit('Common/setPagetitle', state.keys)
|
||||
if(state.keys || state.term){
|
||||
this.commit('Common/setPagetitle', state.keys)
|
||||
}else{
|
||||
this.commit('Common/setPagetitle', 'Base')
|
||||
}
|
||||
dispatch('getResults')
|
||||
},
|
||||
nextPage ({ dispatch, commit, state }, $infiniteLoadingstate) {
|
||||
|
Reference in New Issue
Block a user