dispatch:含有異步操做,例如向後臺提交數據,寫法: this.$store.dispatch('mutations方法名',值)異步
commit:同步操做,寫法:this.$store.commit('mutations方法名',值)this