mutations里通过this.state操作数据会无限递归调用,这里this也是指向vue的实例吗?
this指向的是Vuex的实例,而非Vue根实例:
自己可以在Console.log中进行打印
不是把!!!