shaogen1995 9 달 전
부모
커밋
f9120b466a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Code/src/pages/A1_1base/index.tsx

+ 1 - 1
Code/src/pages/A1_1base/index.tsx

@@ -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'