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 {