vue-admin笔记

it2024-07-19  37

修改面包屑导航文件

 

上面方法后面可以加参数tore.dispatch('GenerateRoutes',参数)

  importstorefrom'./store'//先引入store //使用store.state.xxx//获取state的数据store.getters.xxx//获取getters的数据store.commit('mutationFun',param,param2...)//commit执行mutations中的方法,param为参数store.dispatch('actionFun',param1,param2... )//dispatch执行actions中的方法,param为参数
最新回复(0)