Browse Source

更改场景码

lanxin 1 tháng trước cách đây
mục cha
commit
1d0dfa53b3

+ 1 - 1
src/pages/A2main/index.tsx

@@ -14,7 +14,7 @@ const imgArrTemp = ['like.png', 'likeAc.png']
 const imgArr = imgArrTemp.map(item => require(`@/assets/img/${item}`))
 const imgArr = imgArrTemp.map(item => require(`@/assets/img/${item}`))
 
 
 function A2main() {
 function A2main() {
-  const SCENE_CODE = 'SG-zeRFYMaTE9F'
+  const SCENE_CODE = 'SG-56imSLC7Zli'
   // 漫游的状态
   // 漫游的状态
   const { state3d } = useSelector((state: RootState) => state.three)
   const { state3d } = useSelector((state: RootState) => state.three)
 
 

+ 1 - 1
src/pages/A4base/index.tsx

@@ -14,7 +14,7 @@ function A4base({ show, setShow }: { show: boolean; setShow: (show: boolean) =>
         className='A4base-button'
         className='A4base-button'
         onClick={() => {
         onClick={() => {
           setShow(false)
           setShow(false)
-          history.push('/home?m=SG-zeRFYMaTE9F')
+          history.push('/home?m=SG-56imSLC7Zli')
           window.location.reload()
           window.location.reload()
         }}
         }}
       >
       >

+ 1 - 1
src/pages/A5Mobile/index.tsx

@@ -12,7 +12,7 @@ function A5Mobile({ show, setShow }: { show: boolean; setShow: (show: boolean) =
         className='button'
         className='button'
         onClick={() => {
         onClick={() => {
           setShow(false)
           setShow(false)
-          history.push('/home?m=SG-zeRFYMaTE9F')
+          history.push('/home?m=SG-56imSLC7Zli')
           window.location.reload()
           window.location.reload()
         }}
         }}
       >
       >