Vuex就是提供一个仓库,仓库里面放了很多对象。 state就是数据源存放地,对应于一般Vue对象里面的data Vue组件从store中读取数据
this.$router.push({path:''})