You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
877 B
33 lines
877 B
<?php
|
|
|
|
return [
|
|
[
|
|
'menu_name' => '会员管理系统',
|
|
'menu_key' => 'hygl',
|
|
'menu_type' => 0,
|
|
'icon' => '',
|
|
'api_url' => '',
|
|
'router_path' => 'hygl',
|
|
'view_path' => '',
|
|
'methods' => '',
|
|
'sort' => 100,
|
|
'status' => 1,
|
|
'is_show' => 1,
|
|
'children' => [
|
|
[
|
|
'menu_name' => '会员管理系统',
|
|
'menu_key' => 'hygl_hello_world',
|
|
'menu_type' => 1,
|
|
'icon' => '',
|
|
'api_url' => 'hygl/hello_world',
|
|
'router_path' => 'hello_world',
|
|
'view_path' => 'hello_world/index',
|
|
'methods' => 'get',
|
|
'sort' => 100,
|
|
'status' => 1,
|
|
'is_show' => 1,
|
|
'children' => []
|
|
],
|
|
]
|
|
]
|
|
];
|
|
|