38 lines
1001 B
JSON
38 lines
1001 B
JSON
{
|
|
"backend": [
|
|
{
|
|
"name": "articles",
|
|
"title": "文章CMS",
|
|
"icon": "layui-icon layui-icon-list",
|
|
|
|
"sublist": [
|
|
{
|
|
"name": "article/index",
|
|
"title": "文章列表",
|
|
"route": "articles/backend/article/index"
|
|
},
|
|
{
|
|
"name": "article/index/index",
|
|
"title": "分类管理",
|
|
"route": "articles/backend/category/index",
|
|
"child": [
|
|
{ "name": "category:add", "title": "新增分类", "type": 4 },
|
|
{ "name": "category:edit", "title": "编辑分类", "type": 4 },
|
|
{ "name": "category:delete", "title": "删除分类", "type": 4 }
|
|
]
|
|
},
|
|
{
|
|
"name": "tag/index",
|
|
"title": "标签管理",
|
|
"route": "articles/backend/tag/index"
|
|
},
|
|
{
|
|
"name": "comment/index",
|
|
"title": "评论管理",
|
|
"route": "articles/backend/comment/index"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|