Files

58 lines
3.0 KiB
JSON

{
"backend": [
{
"name": "blog",
"title": "博客管理",
"icon": "fa fa-pencil-square-o",
"type": 1,
"sort": 50,
"status": 1,
"child": [
{ "name": "blog/dashboard", "title": "仪表盘", "icon": "fa fa-dashboard", "type": 2, "sort": 1, "route": "/blog/backend/dashboard" },
{ "name": "blog/article", "title": "文章管理", "icon": "fa fa-file-text", "type": 2, "sort": 2, "route": "/blog/backend/article",
"child": [
{ "name": "blog/article/pending", "title": "待审文章", "icon": "fa fa-hourglass-half", "type": 3, "sort": 1, "route": "/blog/backend/article?audit=1" }
] },
{ "name": "blog/category", "title": "分类管理", "icon": "fa fa-list-ul", "type": 2, "sort": 3, "route": "/blog/backend/category" },
{ "name": "blog/tag", "title": "标签管理", "icon": "fa fa-tags", "type": 2, "sort": 4, "route": "/blog/backend/tag" },
{ "name": "blog/comment", "title": "评论管理", "icon": "fa fa-comments", "type": 2, "sort": 5, "route": "/blog/backend/comment" },
{ "name": "blog/user", "title": "用户管理", "icon": "fa fa-users", "type": 2, "sort": 6, "route": "/blog/backend/user" },
{ "name": "blog/stat", "title": "统计分析", "icon": "fa fa-bar-chart", "type": 2, "sort": 7, "route": "/blog/backend/stat" },
{ "name": "blog/setting", "title": "系统设置", "icon": "fa fa-cog", "type": 2, "sort": 8, "route": "/blog/backend/setting" }
]
}
],
"member": [
{
"name": "blog/member",
"title": "博客会员中心",
"icon": "fa fa-user-circle",
"type": 1,
"sort": 50,
"status": 1,
"child": [
{ "name": "blog/member/index", "title": "概览", "icon": "fa fa-home", "type": 2, "sort": 1, "route": "/blog/member" },
{ "name": "blog/member/article", "title": "我的文章", "icon": "fa fa-file-text", "type": 2, "sort": 2, "route": "/blog/member/article" },
{ "name": "blog/member/article/create", "title": "写文章", "icon": "fa fa-pencil", "type": 2, "sort": 3, "route": "/blog/member/article/create" },
{ "name": "blog/member/category", "title": "我的分类", "icon": "fa fa-list-ul", "type": 2, "sort": 4, "route": "/blog/member/category" },
{ "name": "blog/member/profile", "title": "个人资料", "icon": "fa fa-id-card", "type": 2, "sort": 5, "route": "/blog/member/profile" }
]
}
],
"frontend": [
{
"name": "blog/frontend",
"title": "博客前台",
"icon": "fa fa-pencil",
"type": 1,
"sort": 50,
"status": 1,
"child": [
{ "name": "blog/frontend/index", "title": "首页", "icon": "fa fa-home", "type": 2, "sort": 1, "route": "/blog" },
{ "name": "blog/frontend/category", "title": "分类", "icon": "fa fa-list", "type": 2, "sort": 2, "route": "/blog/category" },
{ "name": "blog/frontend/tag", "title": "标签", "icon": "fa fa-tags", "type": 2, "sort": 3, "route": "/blog/tag" }
]
}
]
}