优化后台UI
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
// +----------------------------------------------------------------------
|
||||
namespace app\controller\user;
|
||||
|
||||
/**
|
||||
* @title 内容模块
|
||||
*/
|
||||
class Content extends Base {
|
||||
|
||||
/**
|
||||
@@ -34,7 +37,7 @@ class Content extends Base {
|
||||
* @title 修改内容
|
||||
* @return [type] [description]
|
||||
*/
|
||||
public function add() {
|
||||
public function edit() {
|
||||
if ($this->request->isPost()) {
|
||||
# code...
|
||||
}else{
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
// +----------------------------------------------------------------------
|
||||
namespace app\controller\user;
|
||||
|
||||
/**
|
||||
* @title 用户中心
|
||||
*/
|
||||
class Index extends Base {
|
||||
|
||||
/**
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
// +----------------------------------------------------------------------
|
||||
namespace app\controller\user;
|
||||
|
||||
/**
|
||||
* @title 登录注册
|
||||
*/
|
||||
class Login extends Base {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user