mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
41 lines
845 B
JSON
41 lines
845 B
JSON
[{
|
|
"title" : "后台首页",
|
|
"icon" : "icon-computer",
|
|
"href" : "page/main.html",
|
|
"spread" : false
|
|
},{
|
|
"title" : "文章列表",
|
|
"icon" : "icon-text",
|
|
"href" : "page/news/newsList.html",
|
|
"spread" : false
|
|
},{
|
|
"title" : "友情链接",
|
|
"icon" : "",
|
|
"href" : "page/links/linksList.html",
|
|
"spread" : false
|
|
},{
|
|
"title" : "系统基本参数",
|
|
"icon" : "",
|
|
"href" : "page/systemParameter/systemParameter.html",
|
|
"spread" : false
|
|
},{
|
|
"title" : "其他页面",
|
|
"icon" : "",
|
|
"href" : "",
|
|
"spread" : false,
|
|
"children" : [
|
|
{
|
|
"title" : "404页面",
|
|
"icon" : "",
|
|
"href" : "page/404.html",
|
|
"spread" : false
|
|
},
|
|
{
|
|
"title" : "登录",
|
|
"icon" : "",
|
|
"href" : "page/login/login.html",
|
|
"spread" : false,
|
|
"target" : "_blank"
|
|
}
|
|
]
|
|
}] |