From df007d0b7f677240d9ab9b01e6bebdbad0762a0f Mon Sep 17 00:00:00 2001 From: lxl <lixuliang_hd@126.com> Date: 星期一, 07 十一月 2022 16:22:12 +0800 Subject: [PATCH] 菜单 --- src/store/index.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 047c4f4..289c5a0 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -26,8 +26,26 @@ key: null, //绯荤粺鐩戞帶WebSocket ws: null, + //鏉冮檺鍚堥泦 + permsEntity: [], + currentPerms: '', + //缁煎悎灞曠ず + syntiesis: {}, + mapMenuBoolean: false, + mapPopBoolean: false, + mapPopBoxFlag: null, + mapMenuBoxFlag: null, + mapSpaceQueryLayer: null, + mapMenuShpFile: null, }, mutations: { + //鑾峰彇鏉冮檺鍚堥泦 + getPermsEntity(state, msg) { + state.permsEntity = msg; + }, + currentPerms(state, msg) { + state.currentPerms = msg; + }, // 鑾峰彇瀹屾暣闈㈠寘灞戣矾寰� changeCata(state, msg) { state.catalogueName = msg; -- Gitblit v1.9.3