import { Role } from '@/types/userinfo'; interface Props { role: Role; } /** * 查询管理员列表 */ export const queryAdminList = (_data: Props) => { return []; };