From 78eed586f6a0d15162c89878c53a301e7b142a8a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 10 十月 2022 00:07:06 +0800 Subject: [PATCH] Merge branch 'master' into positec --- 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