From 2ebe2bfc4d5348e22e8260c56fa19cf8f4f67150 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Mon, 8 Apr 2024 16:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=B8=8A=E9=81=97=E6=BC=8F=E7=9A=84?= =?UTF-8?q?=E5=87=A0=E4=B8=AA=E6=97=A5=E5=BF=97=E9=A1=B5=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E9=9D=A2=E5=8C=85=E5=B1=91=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/admin/access_log.php | 1 + views/admin/collection_up_log.php | 1 + views/admin/login_log.php | 1 + 3 files changed, 3 insertions(+) diff --git a/views/admin/access_log.php b/views/admin/access_log.php index 57fc525..0d31ed6 100644 --- a/views/admin/access_log.php +++ b/views/admin/access_log.php @@ -10,6 +10,7 @@ use yii\widgets\Pjax; /** @var app\models\DownloadLogs $searchModel */ /** @var yii\data\ActiveDataProvider $dataProvider */ $this->title = '分享访问日志'; +$this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

diff --git a/views/admin/collection_up_log.php b/views/admin/collection_up_log.php index f9633bb..a75256a 100644 --- a/views/admin/collection_up_log.php +++ b/views/admin/collection_up_log.php @@ -10,6 +10,7 @@ use yii\widgets\Pjax; /** @var app\models\CollectionUploadedSearch $searchModel */ /** @var yii\data\ActiveDataProvider $dataProvider */ $this->title = '文件收集上传日志'; +$this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

diff --git a/views/admin/login_log.php b/views/admin/login_log.php index 8187e75..bf7759e 100644 --- a/views/admin/login_log.php +++ b/views/admin/login_log.php @@ -10,6 +10,7 @@ use yii\widgets\Pjax; /** @var app\models\LoginLogs $searchModel */ /** @var yii\data\ActiveDataProvider $dataProvider */ $this->title = '用户登录日志'; +$this->params['breadcrumbs'][] = $this->title; ?>