You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
287 B
PHTML

5 years ago
<?php
namespace Home\Controller;
use OT\DataDictionary;
use Admin\Model\ApplyModel;
use Think\Model;
/**
* 前台首页控制器
* 主要获取首页聚合数据
*/
class PosterController extends BaseController
{
public function index()
{
$this->display();
}
}