OpenAuth.Net/OpenAuth.Mvc/json/navs.json
yubaolee c37164b5a8 ru
2017-08-30 17:15:05 +08:00

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"
}
]
}]