From 0da6ffc479eceef01478c6aaf6621fe293e3f7c3 Mon Sep 17 00:00:00 2001 From: lxl <lixuliang_hd@126.com> Date: 星期三, 26 十月 2022 09:53:19 +0800 Subject: [PATCH] 菜单 --- src/store/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 047c4f4..c5603c5 100644 --- a/src/store/index.js +++ b/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; -- Gitblit v1.9.3