shaogen1995 9 mesi fa
parent
commit
f9120b466a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'