first commit
This commit is contained in:
20
滴滴淘/diditao/app/controller/Landing.php
Normal file
20
滴滴淘/diditao/app/controller/Landing.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\controller;
|
||||
|
||||
|
||||
use diditao\common\base\BaseController;
|
||||
use diditao\common\request\facade\AppRequest;
|
||||
use think\facade\Config;
|
||||
use think\facade\View;
|
||||
|
||||
class Landing extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
|
||||
halt(AppRequest::param());
|
||||
return View::fetch('index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user