前端组件调整,剔除无用文件
This commit is contained in:
@@ -10,12 +10,29 @@ namespace app\controller\admin;
|
||||
|
||||
use app\controller\Admin;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class Content extends Admin{
|
||||
|
||||
/**
|
||||
* @title 系统首页
|
||||
* @title 内容列表页
|
||||
*/
|
||||
public function index(){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @title 内容添加
|
||||
*/
|
||||
public function add(){
|
||||
if ($this->request->isAjax()) {
|
||||
$result = false;
|
||||
if (false !== $result) {
|
||||
return $this->success();
|
||||
}else{
|
||||
return $this->error();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user