Commit cd251393 by doszhang

dos

parent d457abe6
...@@ -23,7 +23,7 @@ class AdminController extends Controller { ...@@ -23,7 +23,7 @@ class AdminController extends Controller {
{ {
$auths = [ $auths = [
[ [
'auth_id' =>'1', 'auth_id' =>'0',
'auth_name' =>'统计信息', 'auth_name' =>'统计信息',
'auth_pid' =>'0', 'auth_pid' =>'0',
'auth_c' =>'Prize', 'auth_c' =>'Prize',
...@@ -32,7 +32,7 @@ class AdminController extends Controller { ...@@ -32,7 +32,7 @@ class AdminController extends Controller {
'auth_level' =>'1' 'auth_level' =>'1'
], ],
[ [
'auth_id' =>'2', 'auth_id' =>'1',
'auth_name' =>'用户信息', 'auth_name' =>'用户信息',
'auth_pid' =>'1', 'auth_pid' =>'1',
'auth_c' =>'Info', 'auth_c' =>'Info',
......
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