日志控制

This commit is contained in:
chen wei bo
2025-09-21 20:36:25 +08:00
parent e78f6b937e
commit 93bfe3174f
23 changed files with 91 additions and 81 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export class SceneBgVideoLayer extends li_BaseView {
}
) {
if (!this.videoPlayer) {
console.error("SceneBgVideoLayer: VideoPlayer未初始化");
logger.error("SceneBgVideoLayer: VideoPlayer未初始化");
return;
}