From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 09 十二月 2022 15:53:32 +0800 Subject: [PATCH] 2022-12-09 --- src/store/action.js | 24 ------------------------ 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index 5fed87e..c0115e7 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -32,30 +32,6 @@ } } -// 鍒濆鍖栨寜閽潈闄� -export const initActionPermission = (permAction) => { - return { - type: user.INIT_ACTIONPERMISSION, - permAction: permAction - } -} - -// 鍒濆鍖栬彍鍗曟潈闄� -export const initMenuPermission = (permMenus) => { - return { - type: user.INIT_MENUPERMISSION, - permMenus: permMenus - } -} - -// 鍒濆鍖栬彍鍗曟潈闄� -export const modifyMemberLevel = (memberLevel) => { - return { - type: user.MODIFY_MEMBERLEVEL, - memberLevel: memberLevel - } -} - // 閫�鍑洪噸缃� export const logout = () => { return { -- Gitblit v1.8.0