From 62ae55ae397b7997b147a7b946f7ad5f1c78a45d Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 26 十月 2022 19:34:33 +0800 Subject: [PATCH] 综合展示,系统管理,授权管理,专题图,资料馆添加权限配置 --- src/store/index.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 047c4f4..4e71fed 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -26,8 +26,20 @@ key: null, //绯荤粺鐩戞帶WebSocket ws: null, + //鏉冮檺鍚堥泦 + permsEntity: [], + currentPerms: '', + //缁煎悎灞曠ず + syntiesis: {}, }, mutations: { + //鑾峰彇鏉冮檺鍚堥泦 + getPermsEntity(state, msg) { + state.permsEntity = msg; + }, + currentPerms(state, msg) { + state.currentPerms = msg; + }, // 鑾峰彇瀹屾暣闈㈠寘灞戣矾寰� changeCata(state, msg) { state.catalogueName = msg; -- Gitblit v1.9.3