优化项目目录结构
This commit is contained in:
@@ -8,14 +8,13 @@
|
||||
// +----------------------------------------------------------------------
|
||||
namespace app\controller\admin;
|
||||
|
||||
use app\controller\Admin;
|
||||
use app\model\Member;
|
||||
use think\facade\Session;
|
||||
|
||||
/**
|
||||
* @title 后端公共模块
|
||||
*/
|
||||
class Index extends Admin {
|
||||
class Index extends Base {
|
||||
|
||||
/**
|
||||
* @title 后台首页
|
||||
|
||||
Reference in New Issue
Block a user