From 778f8706d047b6ab39958628b2b0e73eac69c648 Mon Sep 17 00:00:00 2001 From: lxl <lixuliang_hd@126.com> Date: 星期四, 27 十月 2022 14:17:33 +0800 Subject: [PATCH] user --- src/store/index.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index c12a22d..4e71fed 100644 --- a/src/store/index.js +++ b/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) { -- Gitblit v1.9.3