src/store/index.js
@@ -28,12 +28,16 @@ ws: null, //权限合集 permsEntity: [], currentPerms: "", }, mutations: { //获取权限合集 getPermsEntity() { getPermsEntity(state, msg) { state.permsEntity = msg }, currentPerms(state, msg) { state.currentPerms = msg }, // 获取完整面包屑路径 changeCata(state, msg) { state.catalogueName = msg;