新增导出面板,便于转载拷贝发布;

This commit is contained in:
2022-03-15 00:26:22 +08:00
parent bc399a4782
commit 80b06b0b00
7 changed files with 8040 additions and 8 deletions

View File

@@ -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();
}
/**
* 保存更新的资源
*