mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
refactor(PageControllerTemplate): 移除测试日志代码
- 删除了页面进入方法中的测试日志输出 - [skip ci]
This commit is contained in:
parent
ba91b68c64
commit
fedf7f9c98
@ -42,7 +42,7 @@ public partial class _CLASS_ :_BASE_,IController,IUiPageBehaviorProvider,IUiPage
|
||||
/// <param name="param">页面进入参数,可能为空</param>
|
||||
public void OnEnter(IUiPageEnterParam? param)
|
||||
{
|
||||
_log.Info("测试主菜单 OnEnter");
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// 页面退出时调用的方法
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user