Commit 36058fc0 by 冷斌

测试

短信验证
parent e4375777
...@@ -139,7 +139,7 @@ class AdminPaperAction extends AdministratorAction ...@@ -139,7 +139,7 @@ class AdminPaperAction extends AdministratorAction
public function config() public function config()
{ {
$this->pageTab[] = array('title'=>'列表', 'tabHash'=>'index', 'url'=>U('exams/AdminPaper/index')); $this->pageTab[] = array('title'=>'列表', 'tabHash'=>'index', 'url'=>U('exams/AdminPaper/index'));
$this->pageTab[] = array('title'=>'考试配置','tabHash'=>'config','url'=>U('exams/AdminPaper/config')); // $this->pageTab[] = array('title'=>'考试配置','tabHash'=>'config','url'=>U('exams/AdminPaper/config'));
$this->pageKeyList = !OPEN_SCHOOL ? array('error_count') : array('push_school','error_count'); $this->pageKeyList = !OPEN_SCHOOL ? array('error_count') : array('push_school','error_count');
$this->opt['push_school'] = [0 => '否', 1 => '是']; $this->opt['push_school'] = [0 => '否', 1 => '是'];
$this->displayConfig(); $this->displayConfig();
......
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