Browse Source

【Mod】资讯面包屑优化

liuxiangxin 3 months ago
parent
commit
1836ebd044

+ 2 - 2
app/Http/Controllers/Admin/Article.php

@@ -14,8 +14,8 @@ class Article extends Auth{
 	
 	protected function _initialize(){
 		parent::_initialize();
-		$this->assign('breadcrumb1','分享设置');
-		$this->assign('breadcrumb2','内容分享');
+		$this->assign('breadcrumb1','资讯管理');
+		$this->assign('breadcrumb2','资讯列表');
 	}
 
 	/**

+ 2 - 8
app/Http/Controllers/Admin/ArticleEvent.php

@@ -2,12 +2,6 @@
 
 use App\Models\ArticleEvent as Model;
 use App\Models\Custom;
-use PhpOffice\PhpSpreadsheet\Cell\DataType;
-use PhpOffice\PhpSpreadsheet\IOFactory;
-use PhpOffice\PhpSpreadsheet\Spreadsheet;
-use PhpOffice\PhpSpreadsheet\Style\Alignment;
-use PhpOffice\PhpSpreadsheet\Style\Fill;
-
 
 /**
  * 分享设置
@@ -24,8 +18,8 @@ class ArticleEvent extends Auth{
 	];
 	protected function _initialize(){
 		parent::_initialize();
-		$this->assign('breadcrumb1','分享设置');
-		$this->assign('breadcrumb2','内容分享>>数据');
+		$this->assign('breadcrumb1','资讯管理');
+		$this->assign('breadcrumb2','行为记录');
 	}
 
 	/**