You've already forked think-plugs-notice
notice基础内容
This commit is contained in:
@ -7,9 +7,17 @@ use think\admin\Plugin;
|
||||
class Service extends Plugin
|
||||
{
|
||||
protected $appName = '通知提醒';
|
||||
protected $appCode = 'notice';
|
||||
|
||||
public static function menu(): array
|
||||
{
|
||||
return [];
|
||||
return [
|
||||
[
|
||||
'name' => '通知提醒',
|
||||
'subs' => [
|
||||
['name' => '通知提醒', 'icon' => 'layui-icon layui-icon-cols', 'url' => 'notice/notice/index'],
|
||||
]
|
||||
]
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user