Commit 8820be9f by doszhang

dos

parent fa86d02c
......@@ -23,16 +23,16 @@ class AdminController extends Controller {
{
$auths = [
[
'auth_id' =>'0',
'auth_id' =>'1',
'auth_name' =>'统计信息',
'auth_pid' =>'0',
'auth_c' =>'Prize',
'auth_c' =>'Report',
'auth_a' =>'statistic',
'auth_path' =>'1',
'auth_level' =>'1'
],
[
'auth_id' =>'1',
'auth_id' =>'2',
'auth_name' =>'用户信息',
'auth_pid' =>'1',
'auth_c' =>'Info',
......@@ -40,7 +40,7 @@ class AdminController extends Controller {
'auth_path' =>'1',
'auth_level' =>'1'
]
];
$menu = [];
foreach ($auths as $item) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment