|
@@ -92,7 +92,7 @@ const Home = () => {
|
|
callback: async () => {
|
|
callback: async () => {
|
|
indexInfoResult.data && RouteUtil.toWebViewPage({
|
|
indexInfoResult.data && RouteUtil.toWebViewPage({
|
|
url: indexInfoResult.data.link,
|
|
url: indexInfoResult.data.link,
|
|
- }, { replace: true })
|
|
|
|
|
|
+ })
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}} className='index-back-btn' color="white" fill >{indexInfoResult.data?.name || "立即申请"}</Button>
|
|
}} className='index-back-btn' color="white" fill >{indexInfoResult.data?.name || "立即申请"}</Button>
|