mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-15 20:47:33 +08:00
10 lines
121 B
PHP
10 lines
121 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'admin' => [
|
||
|
|
'list' => [
|
||
|
|
'page_title' => '考核用戶列表'
|
||
|
|
]
|
||
|
|
]
|
||
|
|
];
|