From c0930736f5b5955efecdac4c0ca85957d4f7b574 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 16 十二月 2019 22:55:17 +0800 Subject: [PATCH] 2019-12-16 --- src/store/action.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index 0453b80..ea3b57c 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -70,6 +70,15 @@ } } +// 鍒濆鍖栨寜閽潈闄愬強鍒涘缓瀛樺偍杩囩▼鍙敤瀛楁 +export const initPermission = (permAction, permFuncField) => { + return { + type: user.INIT_PERMISSION, + permAction: permAction, + permFuncField: permFuncField + } +} + // 閫�鍑洪噸缃� export const logout = () => { return { -- Gitblit v1.8.0