智慧教务系统 PHP-NiuCloud框架开发
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
878 B

<?php
return [
[
'menu_name' => '智慧教务系统',
'menu_key' => 'zhjw',
'menu_type' => 0,
'icon' => '',
'api_url' => '',
'router_path' => '',
'view_path' => '',
'methods' => '',
'sort' => 100,
'status' => 1,
'is_show' => 1,
'children' => [
[
'menu_name' => '智慧教务系统',
'menu_key' => 'zhjw_hello_world',
'menu_type' => 1,
'icon' => '',
'api_url' => 'zhjw/hello_world',
'router_path' => 'zhjw/hello_world',
'view_path' => 'hello_world/index',
'methods' => 'get',
'sort' => 100,
'status' => 1,
'is_show' => 1,
'children' => []
],
]
]
];