提交服务端基础框架
This commit is contained in:
16
Server/application/frontend/controller/IndexController.php
Executable file
16
Server/application/frontend/controller/IndexController.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace app\frontend\controller;
|
||||
|
||||
use think\Controller;
|
||||
|
||||
class IndexController extends Controller {
|
||||
|
||||
/**
|
||||
* 跳转至后台登录页
|
||||
*
|
||||
*/
|
||||
public function index() {
|
||||
return $this->redirect('/admin/');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user