yii2更改面包屑的首页链接

<?=
    Breadcrumbs::widget([
        'homeLink' => ['label' => 'Home',
        'url' => Yii::$app->getHomeUrl() . 'index.php?r=dashboard/index'],
        'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [], 
    ]);
?>

 

 
posted on 2016-04-02 10:22  阿卡贝拉  阅读(694)  评论(0编辑  收藏  举报