41 lines
1016 B
PHP
Executable File
41 lines
1016 B
PHP
Executable File
<?php return array (
|
|
0 =>
|
|
array (
|
|
'id' => 1,
|
|
'title' => '系统账号管理',
|
|
'status' => 1,
|
|
'sort' => 112,
|
|
'type' => 'backend_menu',
|
|
'icon' => 'fa-group',
|
|
'url' => '',
|
|
'pid' => 3,
|
|
'level' => 2,
|
|
'module' => '',
|
|
),
|
|
1 =>
|
|
array (
|
|
'id' => 2,
|
|
'title' => '系统设置',
|
|
'status' => 1,
|
|
'sort' => 999,
|
|
'type' => 'backend_menu',
|
|
'icon' => 'fa-cogs',
|
|
'url' => '',
|
|
'pid' => 3,
|
|
'level' => 2,
|
|
'module' => '',
|
|
),
|
|
2 =>
|
|
array (
|
|
'id' => 3,
|
|
'title' => '平台',
|
|
'status' => 1,
|
|
'sort' => 0,
|
|
'type' => 'top_menu',
|
|
'icon' => '',
|
|
'url' => '/admin/dashboard/index',
|
|
'pid' => 0,
|
|
'level' => 1,
|
|
'module' => 'admin',
|
|
),
|
|
); |