|
|
@@ -109,7 +109,7 @@ const initialSys = async () => {
|
|
|
await loadModel(fuseModel);
|
|
|
await asyncTimeout(1000);
|
|
|
loaded.value = true;
|
|
|
- custom.showLeftPano = true;
|
|
|
+ // custom.showLeftPano = true;
|
|
|
};
|
|
|
initialSys();
|
|
|
defTitle.value = "";
|
|
|
@@ -118,7 +118,7 @@ initialScenes();
|
|
|
watchEffect((onCleanup) => {
|
|
|
if (loaded.value && appEl.value && scenes.value.length && !fuseModels.value.length) {
|
|
|
loadModel(scenes.value[0] as any);
|
|
|
- custom.showLeftPano = true;
|
|
|
+ // custom.showLeftPano = true;
|
|
|
}
|
|
|
});
|
|
|
</script>
|