@@ -92,7 +92,7 @@ function A11base() {
<BtnRight
title='返回'
clickSon={() => {
- if (window.location.href.includes('?r=ren')) history.go(-1)
+ if (window.location.href.includes('?r=ren')) history.push('/more?r=ren')
else setTieShow(false)
}}
imgName='back'