title = '用户组授权';
//$this->params['title_sub'] = ''; // 在\yii\base\View中有$params这个可以在视图模板中共享的参数
/* 渲染其他文件 */
//echo $this->renderFile('@app/views/public/login.php');
?>
beginBlock('test'); ?>
jQuery(document).ready(function() {
highlight_subnav('admin/index'); //子导航高亮
});
endBlock() ?>
registerJs($this->blocks['test'], \yii\web\View::POS_END); ?>