king
2022-10-08 9c6795fd3c44e46cf3955fbfd8f8eeca23acb7a9
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 {