优化重试请求逻辑

This commit is contained in:
tangly1024
2022-04-29 14:50:54 +08:00
parent 869cd0a3c9
commit 245290d46d
4 changed files with 60 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ const Slug = props => {
})
}
}
}, 5000)
}, 10000)
const meta = { title: `${props?.siteInfo?.title || BLOG.TITLE} | loading` }
return <ThemeComponents.LayoutSlug {...props} showArticleInfo={true} meta={meta} />
}