|
|
@ -272,7 +272,7 @@ class UserController extends AdminController {
|
|
|
|
$list=D('AuthGroup')->where(array('status'=>1))->select();
|
|
|
|
$list=D('AuthGroup')->where(array('status'=>1))->select();
|
|
|
|
$this->assign('lists',$list);
|
|
|
|
$this->assign('lists',$list);
|
|
|
|
$this->meta_title = '新增管理员';
|
|
|
|
$this->meta_title = '新增管理员';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->m_title = '管理员列表';
|
|
|
|
$this->m_title = '管理员列表';
|
|
|
|
$this->assign('commonset',M('Kuaijieicon')->where(['url'=>'User/index','status'=>1])->find());
|
|
|
|
$this->assign('commonset',M('Kuaijieicon')->where(['url'=>'User/index','status'=>1])->find());
|
|
|
|