日志控制

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
@@ -64,7 +64,7 @@ export default class GameRootUI extends Component {
callback?: Function
) {
if (!this.defaultView) {
console.warn("GameRootUI: defaultView not found");
logger.warn("GameRootUI: defaultView not found");
callback && callback();
return;
}