export interface UserInfo { id: string | number username: string userTitle: string photo: string desc?: string homePath?: string titles?: string roleCode: [] }