mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-31 05:05:33 +08:00
控制器逻辑移入 extend/base/admin/controller/system/TimerLogBase.php,app 层改为空壳继承。index.js 补 toolbar:[] + defaultToolbar:['filter'](B 类只读页面),修正 ua.table.on → layui.table.on。 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
|
|
namespace app\admin\controller\system;
|
|
|
|
use base\admin\controller\system\TimerLogBase;
|
|
|
|
class TimerLog extends TimerLogBase
|
|
{
|
|
}
|