src/store/index.js
@@ -26,8 +26,14 @@ key: null, //系统监控WebSocket ws: null, //权限合集 permsEntity: [], }, mutations: { //获取权限合集 getPermsEntity() { state.permsEntity = msg }, // 获取完整面包屑路径 changeCata(state, msg) { state.catalogueName = msg;