|
|
@@ -12,7 +12,7 @@ import bgmMp3 from '@/assets/img/bgm.mp3'
|
|
|
import Share from './Share'
|
|
|
import Bottom from './Bottom'
|
|
|
import { MyObjRowType } from './Bottom/data'
|
|
|
-import history, { isMobileFu, urlParameter } from '@/utils/history'
|
|
|
+import { isMobileFu, urlParameter } from '@/utils/history'
|
|
|
|
|
|
import xiaImg from '@/assets/img/jiantou_w.png'
|
|
|
import { kankanUrl, panoBaseUrl } from '@/utils/urlRes'
|
|
|
@@ -120,16 +120,16 @@ function A1home() {
|
|
|
</li>
|
|
|
<li
|
|
|
onClick={() => {
|
|
|
- history.replace('/')
|
|
|
- setAcObj({} as MyObjRowType)
|
|
|
- clickBtn('首页')
|
|
|
+ // history.replace('/')
|
|
|
+ // setAcObj({} as MyObjRowType)
|
|
|
+ // clickBtn('首页')
|
|
|
// setTimeout(() => {
|
|
|
// clickBtn(pageKey === '室内' ? '室外' : '室内')
|
|
|
// }, 200)
|
|
|
- // window.location.href = 'https://airshow.4dkankan.com/index.html'
|
|
|
- // setTimeout(() => {
|
|
|
- // window.location.reload()
|
|
|
- // }, 200)
|
|
|
+ window.location.href = 'https://airshow.4dkankan.com/index.html'
|
|
|
+ setTimeout(() => {
|
|
|
+ window.location.reload()
|
|
|
+ }, 300)
|
|
|
}}
|
|
|
>
|
|
|
<div className='toHome'>
|