mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
新增导出面板,便于转载拷贝发布;
This commit is contained in:
@@ -126,6 +126,14 @@ class Post extends Common
|
||||
return View::fetch();
|
||||
}
|
||||
|
||||
public function output($id)
|
||||
{
|
||||
$model_post = ModelPost::find($id);
|
||||
|
||||
View::assign('post', $model_post);
|
||||
return View::fetch();
|
||||
}
|
||||
|
||||
/**
|
||||
* 保存更新的资源
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user