@@ -872,9 +872,9 @@ export default function Page() {
<ChooseScenarioBtn title={t('feature.auth.login.login_now')} background={ColorType.fast} onClick={tapLogin} />
</View>
}
- {
+ {/* {
showErrorPage && <NoData refresh={() => { getCheckData() }} />
- }
+ } */}
{
user.isLogin && !showErrorPage && <View style={{ marginTop: rpxToPx(60), display: 'flex', flexDirection: 'column' }}>
@@ -112,7 +112,7 @@ export async function request<T>(param: RequestParam): Promise<T> {
url: url,
method: method,
header: header,
- // timeout: kTimeout,
+ timeout: kTimeout,
data: data || {},
success: (response: Resp | { [key: string]: any }) => {
clearTimeout(timer);