增加模块分类
This commit is contained in:
parent
0bf9b77aed
commit
63e9cb5c48
@ -92,6 +92,7 @@ class ModulesController extends BaseController
|
||||
'description' => input('post.description', '', 'trim'),
|
||||
'icon' => input('post.icon', '', 'trim'),
|
||||
'path' => input('post.path', '', 'trim'),
|
||||
'type' => input('post.type', '', 'trim'),
|
||||
'sort' => (int)input('post.sort', 0),
|
||||
'status' => (int)input('post.status', 1),
|
||||
'is_show' => (int)input('post.is_show', 1),
|
||||
@ -161,6 +162,7 @@ class ModulesController extends BaseController
|
||||
'description' => input('post.description', '', 'trim'),
|
||||
'icon' => input('post.icon', '', 'trim'),
|
||||
'path' => input('post.path', '', 'trim'),
|
||||
'type' => input('post.type', '', 'trim'),
|
||||
'sort' => (int)input('post.sort', 0),
|
||||
'status' => (int)input('post.status', 1),
|
||||
'is_show' => (int)input('post.is_show', 1),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user