commit: 同步操作存储
this.$store.commit('changeValue',name)
取值
this.$store.state.changeValue
dispatch: 异步操作存储
this.$store.dispatch('getlists',name)
this.$store.getters.getlists