优化缓存,增加头像列表

This commit is contained in:
augushong
2021-03-23 20:28:30 +08:00
parent 384aa7f908
commit c5c90370f2
6 changed files with 184 additions and 14 deletions

View File

@@ -14,6 +14,14 @@ use think\Request;
class Post extends Common
{
public function initialize()
{
parent::initialize();
ModelPost::quickSelect(true);
}
/**
* 显示资源列表
*