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