Commit 9ff27ad5 by 冷斌

fix bug

parent 46bc55d9
...@@ -153,13 +153,13 @@ $menu = array( ...@@ -153,13 +153,13 @@ $menu = array(
'会员管理' => array( '会员管理' => array(
'会员等级' => 'classroom/AdminVip/index', '会员等级' => 'classroom/AdminVip/index',
'会员特权' => 'admin/Config/vipPatternConfig', '会员特权' => 'admin/Config/vipPatternConfig',
'分成比例配置' => 'admin/Config/divideIntoCourseConfig?tabHash=course',
), ),
), ),
'user' => array( 'user' => array(
'用户' => array( '用户' => array(
'用户管理' => 'admin/User/index', '用户管理' => 'admin/User/index',
'用户组管理' => 'admin/UserGroup/index', '用户组管理' => 'admin/UserGroup/index',
'分成比例配置' => 'admin/Config/divideIntoCourseConfig?tabHash=course',
//'部门管理' => 'admin/UserDepartment/index', //'部门管理' => 'admin/UserDepartment/index',
//'岗位管理' => 'admin/UserPost/index', //'岗位管理' => 'admin/UserPost/index',
// '讲师管理' => 'classroom/AdminTeacher/index', // '讲师管理' => 'classroom/AdminTeacher/index',
......
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 to comment