4.6.201909261438 • Published 5 years ago

@dfeidao/fd-am000026 v4.6.201909261438

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

获取权限菜单

Installation

yarn add --dev @dfeidao/fd-am000026

Example

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
}