init
This commit is contained in:
17
application/index/controller/Index.php
Normal file
17
application/index/controller/Index.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\index\controller;
|
||||
|
||||
use think\Controller;
|
||||
|
||||
class Index extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return $this->view->fetch();
|
||||
//return $this->redirect('admin/index/login');
|
||||
//return $this->redirect('/index/user');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user