|
@@ -2,12 +2,6 @@
|
|
|
|
|
|
use App\Models\ArticleEvent as Model;
|
|
use App\Models\ArticleEvent as Model;
|
|
use App\Models\Custom;
|
|
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(){
|
|
protected function _initialize(){
|
|
parent::_initialize();
|
|
parent::_initialize();
|
|
- $this->assign('breadcrumb1','分享设置');
|
|
|
|
- $this->assign('breadcrumb2','内容分享>>数据');
|
|
|
|
|
|
+ $this->assign('breadcrumb1','资讯管理');
|
|
|
|
+ $this->assign('breadcrumb2','行为记录');
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|