tp6更新到最新版本
目录结构调整
This commit is contained in:
@@ -16,6 +16,17 @@ class Group extends Admin{
|
||||
* @title 系统首页
|
||||
*/
|
||||
public function index(){
|
||||
|
||||
if ($this->request->isAjax()) {
|
||||
# code...
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @title 权限列表
|
||||
*/
|
||||
public function access(){
|
||||
if ($this->request->isAjax()) {
|
||||
# code...
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user