From 9c6795fd3c44e46cf3955fbfd8f8eeca23acb7a9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 08 十月 2022 00:31:51 +0800 Subject: [PATCH] 2022-10-08 --- src/store/action.js | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index b4bbf15..c0115e7 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -32,22 +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 logout = () => { return { -- Gitblit v1.8.0