From a468af53bd66d7d2eadceb4233d97190498d9daf Mon Sep 17 00:00:00 2001 From: chenhaojie Date: Thu, 13 Mar 2025 09:22:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=9C=BA=E6=99=AFid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/project.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/project.ts b/src/store/modules/project.ts index 016b290..991d134 100644 --- a/src/store/modules/project.ts +++ b/src/store/modules/project.ts @@ -189,7 +189,7 @@ export const useProjectStore = defineStore("project", { const rData = await getFirstScene(); if (rData.code === 200) { if (rData.records && rData.records.length > 0) { - this.defaultSceneId = "1897595541221593090"; + this.defaultSceneId = "1788738027296657409"; // rData.records[0].id; } } else {