/** * 页面Props */ export type IPageProps = { navigation: any, route: { key: string name: string params: T path: string | undefined } }