UNPKG

@antdp/authorized

Version:

通过判断是否进入主界面还是登录界面。

10 lines (9 loc) 288 B
import { GetAuthorizedPageProps } from '.'; /** * @description: 页面权限 * authMenus 权限路由 * @param {Array} allRouters 原始 routes.json 文件中路由 * @param {string} pathname 当前路径 * @return {*} */ export declare const getFormatPage: GetAuthorizedPageProps;