新增附件管理

This commit is contained in:
yanwenwu
2020-02-02 22:11:38 +08:00
parent a752c7914a
commit 766d156bf8
7 changed files with 65 additions and 13 deletions

View File

@@ -7,11 +7,6 @@ use think\facade\Db;
class LoginLog extends CatchController
{
public function index()
{
return $this->fetch();
}
public function list()
{
return CatchResponse::paginate(Db::name('login_log')->paginate(10));