Browse Source

Configure Continuous Integration ....

master
zhangqiyang 6 months ago
parent
commit
729b905295
  1. 9
      modules/test/src/main/resources/views/actionGroup.xml

9
modules/test/src/main/resources/views/actionGroup.xml

@ -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>

Loading…
Cancel
Save