新增首页跳转
parent
af1829c124
commit
891f2b6a7f
@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
namespace Payment\Controller;
|
||||||
|
/**
|
||||||
|
* 后台首页控制器
|
||||||
|
* @author 麦当苗儿 <zuojiazi@vip.qq.com>
|
||||||
|
*/
|
||||||
|
class IndexController extends BaseController
|
||||||
|
{
|
||||||
|
public function index()
|
||||||
|
{
|
||||||
|
$this->redirect('Payment/lists');
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue