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