vuex想改变state中的数据,唯一的办法就是通过mutations进行改变,mutations的触发就是通过store.commit()来修改数据
使用store.dispatch()来触发actions中的方法