mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-03 03:38:12 +00:00
36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
[
|
||
'menu_name' => '插件站点菜单',
|
||
'menu_key' => 'niucloud_site_hello',
|
||
'menu_type' => 1,
|
||
'icon' => 'iconfont-iconyingyongshichang',
|
||
'api_url' => '',
|
||
'router_path' => 'hello_world',
|
||
'view_path' => 'hello_world/site',
|
||
'methods' => '',
|
||
'sort' => 90,
|
||
'status' => 1,
|
||
'is_show' => 1,
|
||
],
|
||
/* [
|
||
'menu_name' => '会员列表',
|
||
'menu_key' => 'member_list',
|
||
'parent_key' => 'member',
|
||
'menu_type' => 1,
|
||
'icon' => 'iconfont-iconhuiyuanliebiao',
|
||
'api_url' => 'member/member',
|
||
'router_path' => 'hello_world_member_list',
|
||
'view_path' => 'hello_world/member',
|
||
'methods' => 'get',
|
||
'sort' => 100,
|
||
'status' => 1,
|
||
'is_show' => 1,
|
||
'children' => [
|
||
|
||
]
|
||
],
|
||
"delete" => "member" //针对修改系统菜单处理方式,可以删除系统菜单,设置对应key值,也可删除不需要的菜单处理
|
||
*/
|
||
]; |