快速上手 const [{data, loading, error }, Fetch] = useRequest( { url: 'https://reqres.in/api/users', }, { manual: true, autoCancel: false, } )