Files
im/plugin/admin/app/controller/SinglePageController.php
T

20 lines
329 B
PHP
Raw Normal View History

2025-11-07 09:56:20 +08:00
<?php
namespace plugin\admin\app\controller;
use support\Request;
use support\Response;
use support\think\Db;
/**
* 单页管理
*
* @icon fa fa-circle-o
*/
class SinglePageController extends ArchivesController
{
protected $type = 'page';
protected $tpl = 'singlepage';
protected $relationSearch = [];
}