Commit 4e7f1e88 by 冷斌

测试

短信验证
parent a84fbd32
......@@ -2625,7 +2625,7 @@ class AdminVideoAction extends AdministratorAction
{
$this->pageTab[] = array('title' => '已审', 'tabHash' => 'index', 'url' => U('course/AdminVideo/index'));
// $this->pageTab[] = array('title' => '待审', 'tabHash' => 'unauditList', 'url' => U('course/AdminVideo/unauditList'));
$this->pageTab[] = array('title' => '回收站', 'tabHash' => 'recycle', 'url' => U('course/AdminVideo/recycle'));
// $this->pageTab[] = array('title' => '回收站', 'tabHash' => 'recycle', 'url' => U('course/AdminVideo/recycle'));
$this->pageTab[] = array('title' => '添加', 'tabHash' => 'addVideo', 'url' => U('course/AdminVideo/addVideo'));
$this->pageTab[] = array('title' => '导出', 'tabHash' => 'export', 'url' => U('course/AdminVideo/export'));
}
......
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