perm.php
464 Bytes
<?php
return [
'label' => '欢迎界面',
'items' => [
'home_welcome' => [
'label' => '欢迎界面',
'items' => [
201 => '欢迎界面',
],
'path' => 'home/welcome/*'
],
'home_data' => [
'label' => '首页数据界面',
'items' => [
1 => '数据界面',
],
'path' => 'home/board/*'
],
]
];