lxl
2022-10-27 778f8706d047b6ab39958628b2b0e73eac69c648
src/store/index.js
@@ -28,15 +28,17 @@
    ws: null,
    //权限合集
    permsEntity: [],
    currentPerms: "",
    currentPerms: '',
    //综合展示
    syntiesis: {},
  },
  mutations: {
    //获取权限合集
    getPermsEntity(state, msg) {
      state.permsEntity = msg
      state.permsEntity = msg;
    },
    currentPerms(state, msg) {
      state.currentPerms = msg
      state.currentPerms = msg;
    },
    // 获取完整面包屑路径
    changeCata(state, msg) {