Commit 42419e8a by 冷斌

测试

短信验证
parent d491d6a5
...@@ -3,13 +3,16 @@ $menu = array( ...@@ -3,13 +3,16 @@ $menu = array(
//后台头部TAB配置 //后台头部TAB配置
'admin_channel' => array( 'admin_channel' => array(
'index' => '首页', 'index' => '首页',
'user' => '用户',
'course' => '课堂', 'course' => '课堂',
'content' => '运营', 'user' => '用户',
'users' => '会员',
// 'content' => '运营',
'content2' => '内容',
'mall' => '实物',
'finance' => '财务', 'finance' => '财务',
'statistics' => '统计', // 'statistics' => '统计',
'mall' => '商城', // 'mall' => '商城',
'school' => '机构', // 'school' => '机构',
'system' => '系统', 'system' => '系统',
), ),
//后台菜单配置 //后台菜单配置
...@@ -18,11 +21,11 @@ $menu = array( ...@@ -18,11 +21,11 @@ $menu = array(
'首页' => array( '首页' => array(
'基本信息' => 'admin/Home/statistics', '基本信息' => 'admin/Home/statistics',
'群发消息' => 'admin/Home/message', '群发消息' => 'admin/Home/message',
'数据备份' => 'admin/Tool/backup', // '数据备份' => 'admin/Tool/backup',
'操作日志' => 'admin/Home/logs', '操作日志' => 'admin/Home/logs',
'登录日志' => 'admin/LoginRecord/index', '登录日志' => 'admin/LoginRecord/index',
'在线升级' => 'admin/Upgrade/check', // '在线升级' => 'admin/Upgrade/check',
'缓存清理' => 'admin/Tool/cleancache', // '缓存清理' => 'admin/Tool/cleancache',
), ),
), ),
'system' => array( 'system' => array(
...@@ -90,7 +93,20 @@ $menu = array( ...@@ -90,7 +93,20 @@ $menu = array(
'学习记录统计' => 'classroom/AdminLearnRecord/index', '学习记录统计' => 'classroom/AdminLearnRecord/index',
), ),
), ),
'content2' => array(
'反馈管理' => array(
'反馈管理' => 'admin/Suggest/index',
),
'资讯管理' => array(
'资讯管理' => 'news/AdminTopic/index',
),
'内容管理' => array(
'分类配置' => 'course/AdminCourseCategory/index',
'门户管理' => 'admin/Config/site',
'广告位' => "admin/Addons/admin?pluginid=3",
),
),
'content' => array( 'content' => array(
'营销卡管理' => array( '营销卡管理' => array(
'线上卡券管理' => 'classroom/AdminOnlineCard/index', '线上卡券管理' => 'classroom/AdminOnlineCard/index',
...@@ -133,80 +149,88 @@ $menu = array( ...@@ -133,80 +149,88 @@ $menu = array(
//'搜索关键字管理' => 'admin/SearchKeywords/index', //'搜索关键字管理' => 'admin/SearchKeywords/index',
), ),
), ),
'users' => array(
'会员管理' => array(
'会员等级' => 'classroom/AdminVip/index',
'会员特权' => 'admin/Config/vipPatternConfig',
),
),
'user' => array( 'user' => array(
'用户' => array( '用户' => array(
'用户管理' => 'admin/User/index', '用户管理' => 'admin/User/index',
'用户组管理' => 'admin/UserGroup/index', '用户组管理' => 'admin/UserGroup/index',
//'部门管理' => 'admin/UserDepartment/index', //'部门管理' => 'admin/UserDepartment/index',
//'岗位管理' => 'admin/UserPost/index', //'岗位管理' => 'admin/UserPost/index',
'讲师管理' => 'classroom/AdminTeacher/index', // '讲师管理' => 'classroom/AdminTeacher/index',
'讲师等级' => 'classroom/AdminTeacherVip/index', // '讲师等级' => 'classroom/AdminTeacherVip/index',
'学时证明' => 'admin/User/courseCert', // '学时证明' => 'admin/User/courseCert',
//'档案管理' => 'admin/User/profileInfo', //'档案管理' => 'admin/User/profileInfo',
), ),
), ),
'course' => array( 'course' => array(
'点播课管理' => array( '真题管理' => array(
'课程管理' => 'course/AdminVideo/index',
'课件管理' => 'course/AdminVideo/videoLib',
'视频弹题管理' => 'course/AdminVideo/problemQuestionBank',
),
'直播课管理' => array(
'直播课管理' => 'live/AdminLive/index',
),
'班级课管理' => array(
'班级课管理' => 'course/AdminClasses/index',
),
'套餐管理' => array(
'套餐课程管理' => 'course/AdminAlbum/index',
),
'线下课管理' => array(
'线下课管理' => 'course/AdminLineClass/index',
),
'考试管理' => array(
'分类管理' => 'exams/AdminCategory/subject', '分类管理' => 'exams/AdminCategory/subject',
'考点管理' => 'exams/AdminPoint/index', '考点管理' => 'exams/AdminPoint/index',
'试题管理' => 'exams/AdminQuestion/index', '试题管理' => 'exams/AdminQuestion/index',
'试卷管理' => 'exams/AdminPaper/index', '试卷管理' => 'exams/AdminPaper/index',
'成绩管理' => 'exams/AdminExamsUser/index', // '成绩管理' => 'exams/AdminExamsUser/index',
'证书管理' => 'exams/AdminExamsCert/index', // '证书管理' => 'exams/AdminExamsCert/index',
),
'内容管理' => array(
'问答管理' => 'wenda/AdminWenda/index',
'笔记管理' => 'course/AdminNote/index',
'提问管理' => 'course/AdminQuestion/index',
'点评管理' => 'classroom/AdminReview/index',
'文库管理' => 'classroom/AdminLibrary/index',
'分类配置' => 'course/AdminCourseCategory/index',
), ),
'课程管理' => array(
'课程管理' => 'course/AdminVideo/index',
'课件管理' => 'course/AdminVideo/videoLib',
// '视频弹题管理' => 'course/AdminVideo/problemQuestionBank',
),
// '直播课管理' => array(
// '直播课管理' => 'live/AdminLive/index',
// ),
// '班级课管理' => array(
// '班级课管理' => 'course/AdminClasses/index',
// ),
// '套餐管理' => array(
// '套餐课程管理' => 'course/AdminAlbum/index',
// ),
// '线下课管理' => array(
// '线下课管理' => 'course/AdminLineClass/index',
// ),
// '内容管理' => array(
// '问答管理' => 'wenda/AdminWenda/index',
// '笔记管理' => 'course/AdminNote/index',
// '提问管理' => 'course/AdminQuestion/index',
// '点评管理' => 'classroom/AdminReview/index',
// '文库管理' => 'classroom/AdminLibrary/index',
// '分类配置' => 'course/AdminCourseCategory/index',
// ),
), ),
'finance' => array( 'finance' => array(
'订单与账户' => array( '订单与账户' => array(
'订单管理' => 'classroom/AdminOrder/index', '订单管理' => 'classroom/AdminOrder/index',
'支付记录' => 'classroom/AdminRecharge/index', // '支付记录' => 'classroom/AdminRecharge/index',
'提现管理' => 'classroom/AdminWithdraw/index', // '提现管理' => 'classroom/AdminWithdraw/index',
'退款管理' => 'classroom/AdminApplirefund/index', // '退款管理' => 'classroom/AdminApplirefund/index',
'卡号列表' => 'classroom/AdminCard/index', // '卡号列表' => 'classroom/AdminCard/index',
), ),
'财务明细管理' => array( '财务明细管理' => array(
'余额管理' => 'classroom/AdminLearnc/index', '余额管理' => 'classroom/AdminLearnc/index',
'收入管理' => 'classroom/AdminUserSplit/index', // '收入管理' => 'classroom/AdminUserSplit/index',
'分成明细' => 'classroom/AdminSplit/splitVideo', // '分成明细' => 'classroom/AdminSplit/splitVideo',
'积分管理' => 'mall/AdminGlobal/index', // '积分管理' => 'mall/AdminGlobal/index',
), ),
'支付管理' => array(
'支付记录' => 'classroom/AdminRecharge/index',
),
'提现管理' => array(
'提现管理' => 'classroom/AdminWithdraw/index',
)
), ),
'mall' => array( 'mall' => array(
'商城管理' => array( '商城管理' => array(
'商品管理' => 'mall/AdminGoods/index', '商品管理' => 'mall/AdminGoods/index',
'订单管理' => 'mall/AdminGoodsOrder/index', '订单管理' => 'mall/AdminGoodsOrder/index',
//'商品评论管理' => 'mall/AdminGoodsComment/index', //'商品评论管理' => 'mall/AdminGoodsComment/index',
'收货地址管理' => 'mall/AdminGoodsAddress/index', '收货地址管理' => 'mall/AdminGoodsAddress/index',
'商品分类配置' => 'mall/AdminGoodsCate/index', // '商品分类配置' => 'mall/AdminGoodsCate/index',
'物流信息配置' => 'admin/Config/kuaidiConfig', // '物流信息配置' => 'admin/Config/kuaidiConfig',
), ),
), ),
'school' => array( 'school' => array(
......
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