瀏覽代碼

修改replace

zdc 2 年之前
父節點
當前提交
e2f1973e96
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/home/index.tsx

+ 1 - 1
src/pages/home/index.tsx

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