@dfeidao/fd-am000026
v4.6.201909261438
Published
获取当前用户的权限菜单
Maintainers
Readme
获取权限菜单
Installation
yarn add --dev @dfeidao/fd-am000026Example
import { IFeidaoAiMobile } from '@dfeidao/atom-mobile/interfaces';
import am026 from '@dfeidao/fd-am000026';
export default function a001(fd: IFeidaoAiMobile) {
// 获取权限菜单
const menus = await am026(fd);
// todo: render menus
}