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

 yii2更改面包屑的首页链接

 

相关文章:

  • 2022-12-23
  • 2021-07-26
  • 2021-05-19
  • 2022-02-02
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
猜你喜欢
  • 2021-07-07
  • 2021-07-28
  • 2021-05-20
  • 2021-08-12
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案