@devmsg/umi-plugin-rbac
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

@devmsg/umi-plugin-rbac

rbac权限管理模块抽离, 包含用户、角色、资源基础三部分

运行时配置

export const rbac: RuntimeConfig['rbac'] = {
  title: 'RBAC',
  logo: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
  getMenuData: async () => {
    const { success, data } = await request('/api/getMenus')
    return success ? data : [];
  },
  logout: async () => { },
}

后续只专注专注业务模块开发

server端在自建库中,后续单拎出来吧!

Readme

Keywords

none

Package Sidebar

Install

npm i @devmsg/umi-plugin-rbac

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

66.9 kB

Total Files

31

Last publish

Collaborators

  • devmsg