From 42fae277ae5ebe794fc070bf38482a919eb661fc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 25 十一月 2020 14:36:02 +0800 Subject: [PATCH] 2020-11-25 --- src/store/action.js | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index 946142b..e37227b 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -86,15 +86,6 @@ } } -// 鍒濆鍖栬鑹插垪琛ㄥ強鍒涘缓瀛樺偍杩囩▼鍙敤瀛楁 -export const initPermission = (sysRoles, permFuncField) => { - return { - type: user.INIT_PERMISSION, - sysRoles: sysRoles, - permFuncField: permFuncField - } -} - // 鍒濆鍖栬彍鍗曟潈闄� export const initMenuPermission = (permMenus) => { return { -- Gitblit v1.8.0