GirlList缓存池
This commit is contained in:
@@ -83,23 +83,7 @@ export class NavigationManager {
|
||||
* 初始化事件监听
|
||||
*/
|
||||
private initEventListeners(): void {
|
||||
// 监听导航面板切换事件
|
||||
li_EventManager.I.addInnerEL(
|
||||
InnerMsgCode.Navigation_PanelSwitch,
|
||||
this.onNavigationEvent,
|
||||
this
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* 处理导航事件
|
||||
*/
|
||||
private onNavigationEvent(panelType: PanelType): void {
|
||||
console.log(
|
||||
"[NavigationManager] Received navigation event for:",
|
||||
panelType
|
||||
);
|
||||
this.switchToPanel(panelType);
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user