tangning 2 dni temu
rodzic
commit
eb1724ee69

+ 1 - 1
src/view/newFireCase/dyManager/sceneDownload.vue

@@ -61,7 +61,7 @@ const stateTitle = {
 
 
 const params = {
 const params = {
   num: props.scene.num,
   num: props.scene.num,
-  isObj: 1,
+  isObj: 0,
 };
 };
 // 初始化
 // 初始化
 const initial = async () => {
 const initial = async () => {

+ 1 - 1
src/view/newFireCase/meshManager/sceneDownload.vue

@@ -60,7 +60,7 @@ const stateTitle = {
 
 
 const params = {
 const params = {
   num: props.scene.num,
   num: props.scene.num,
-  isObj: 0,
+  isObj: 1,
 };
 };
 // 初始化
 // 初始化
 const initial = async () => {
 const initial = async () => {