|
@@ -241,7 +241,7 @@ onMounted(async () => {
|
|
|
"view.vlookat": currnetVisual ? currnetVisual.vlookat : 0,
|
|
|
"view.hlookat": currnetVisual ? currnetVisual.hlookat : 0,
|
|
|
"autorotate.enabled": !!work.isAuto,
|
|
|
- "skin_settings.littleplanetintro": typeof workOpeningAnimation && workOpeningAnimation?.openingAnimationType === "number" ? workOpeningAnimation?.openingAnimationType : 1,
|
|
|
+ "skin_settings.littleplanetintro": typeof workOpeningAnimation.openingAnimationType === "number" ? workOpeningAnimation.openingAnimationType : 1,
|
|
|
"skin_settings.lptswitch": unref(isShowOpeningAnimation),
|
|
|
},
|
|
|
passQueryParameters: true,
|