king
2022-10-10 78eed586f6a0d15162c89878c53a301e7b142a8a
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 {