调整布局、新增导航栏,调整页面跳转逻辑

This commit is contained in:
2025-09-12 18:20:41 +08:00
parent c11a310ea1
commit 0e86ba3454
23 changed files with 4677 additions and 618 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ export default class GameRootUI extends Component {
let viewSP = res.getComponent(res.name);
viewSP && viewSP.openUIData && viewSP.openUIData(null);
this.AddUIToLayer(res, CommonConfig.UILayerGroup.Layer_ui1);
this.AddUIToLayer(res, CommonConfig.UILayerGroup.Layer_navigationbar);
});
}
}