mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
feat: 升级权限管理模式
This commit is contained in:
@@ -8,7 +8,7 @@ use base\admin\controller\system\AdminBase;
|
||||
|
||||
/**
|
||||
* Class Admin.
|
||||
* @ControllerAnnotation(title="管理员管理")
|
||||
* @ControllerAnnotation(title="管理员管理",module="系统")
|
||||
*
|
||||
* @NodeAnotation(title="自定义权限标识符",name="customFlag")
|
||||
*/
|
||||
|
||||
@@ -6,7 +6,7 @@ use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\system\AuthBase;
|
||||
|
||||
/**
|
||||
* @ControllerAnnotation(title="角色权限管理")
|
||||
* @ControllerAnnotation(title="角色权限管理",module="系统")
|
||||
* Class Auth
|
||||
*/
|
||||
class Auth extends AuthBase
|
||||
|
||||
@@ -7,7 +7,7 @@ use base\admin\controller\system\ConfigBase;
|
||||
|
||||
/**
|
||||
* Class Config.
|
||||
* @ControllerAnnotation(title="系统配置管理")
|
||||
* @ControllerAnnotation(title="系统配置管理",module="系统")
|
||||
*/
|
||||
class Config extends ConfigBase
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ use base\admin\controller\system\MenuBase;
|
||||
|
||||
/**
|
||||
* Class Menu.
|
||||
* @ControllerAnnotation(title="菜单管理",auth=true)
|
||||
* @ControllerAnnotation(title="菜单管理",module="系统")
|
||||
*/
|
||||
class Menu extends MenuBase
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\system\NodeBase;
|
||||
|
||||
/**
|
||||
* @ControllerAnnotation(title="系统节点管理")
|
||||
* @ControllerAnnotation(title="系统节点管理",module="系统")
|
||||
* Class Node
|
||||
*/
|
||||
class Node extends NodeBase
|
||||
|
||||
@@ -6,7 +6,7 @@ use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\system\QuickBase;
|
||||
|
||||
/**
|
||||
* @ControllerAnnotation(title="快捷入口管理")
|
||||
* @ControllerAnnotation(title="快捷入口管理",module="系统")
|
||||
* Class Quick
|
||||
*/
|
||||
class Quick extends QuickBase
|
||||
|
||||
@@ -6,7 +6,7 @@ use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\system\UploadfileBase;
|
||||
|
||||
/**
|
||||
* @ControllerAnnotation(title="上传文件管理")
|
||||
* @ControllerAnnotation(title="上传文件管理",module="系统")
|
||||
* Class Uploadfile
|
||||
*/
|
||||
class Uploadfile extends UploadfileBase
|
||||
|
||||
Reference in New Issue
Block a user