|
|
|
@ -33,4 +33,13 @@
|
|
|
|
|
<action-view name="action.view.System.Log" title="查询系统日志"> |
|
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
|
</action-view> |
|
|
|
|
|
|
|
|
|
<action-method name="action.method.system.logManage.systemLog" model="Log.LogEntity"> |
|
|
|
|
<call method="getFileZip" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
|
|
|
|
|
<action-view name="action.view.selectSystemLog.Log" model="Log.LogEntity" title="系统运行日志查询"> |
|
|
|
|
<view name="LogWeb/index.html" type="html"/> |
|
|
|
|
</action-view> |
|
|
|
|
|
|
|
|
|
</object-views> |
|
|
|
|