mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
refactor(admin): 重构系统状态模块以支持模块化结构
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace base\admin\controller;
|
||||
namespace base\admin\controller\system;
|
||||
|
||||
use app\admin\service\annotation\ControllerAnnotation;
|
||||
use app\admin\service\annotation\NodeAnotation;
|
||||
@@ -11,8 +11,7 @@ use think\facade\Config;
|
||||
use think\facade\Db;
|
||||
|
||||
/**
|
||||
* Class Status.
|
||||
* @ControllerAnnotation(title="系统状态")
|
||||
* @ControllerAnnotation(title="system_status")
|
||||
*/
|
||||
class StatusBase extends AdminController
|
||||
{
|
||||
Reference in New Issue
Block a user