shaogen1995 1 سال پیش
والد
کامیت
8e5738fe83
1فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 8 1
      src/pages/A1home/index.tsx

+ 8 - 1
src/pages/A1home/index.tsx

@@ -115,7 +115,14 @@ function A1home() {
           <li onClick={() => setSonPageShow('分享')}>
             <i className='iconfont icon-fenxiang'></i>
           </li>
-          <li onClick={() => window.location.reload()}>
+          <li
+            onClick={() => {
+              window.location.href = 'https://airshow.4dkankan.com/index.html'
+              setTimeout(() => {
+                window.location.reload()
+              }, 200)
+            }}
+          >
             <div className='toHome'>
               <img src={toHomeImg} alt='' />
             </div>