mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-29 01:40:16 +00:00
18 lines
484 B
PHP
18 lines
484 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'menu_name' => '插件菜单',
|
|
'menu_key' => 'niucloud_hello',
|
|
'menu_type' => 1,
|
|
'icon' => 'iconfont-iconyingyongshichang',
|
|
'api_url' => '',
|
|
'router_path' => 'hello_world',
|
|
'view_path' => 'hello_world/index',
|
|
'methods' => '',
|
|
'sort' => 90,
|
|
'status' => 1,
|
|
'is_show' => 1,
|
|
'en_menu_name' => '',
|
|
],
|
|
]; |