src/store/index.js
@@ -28,11 +28,23 @@ ws: null, //权限合集 permsEntity: [], currentPerms: '', //综合展示 syntiesis: {}, mapMenuBoolean: false, mapPopBoolean: false, mapPopBoxFlag: null, mapMenuBoxFlag: null, mapSpaceQueryLayer: null, mapMenuShpFile: null, }, mutations: { //获取权限合集 getPermsEntity() { state.permsEntity = msg getPermsEntity(state, msg) { state.permsEntity = msg; }, currentPerms(state, msg) { state.currentPerms = msg; }, // 获取完整面包屑路径 changeCata(state, msg) {