Pear-Admin-Layui/config/pear.config.json

72 lines
1.2 KiB
JSON

{
"logo": {
"title": "Pear Admin",
"image": "admin/images/logo.png"
},
"menu": {
"data": "admin/data/menu.json",
"accordion": true,
"control": true,
"select": "10",
"async": true
},
"tab": {
"muiltTab": true,
"keepState": true,
"tabMax": 30,
"index": {
"id": "10",
"href": "view/console/console1.html",
"title": "首页"
}
},
"theme": {
"defaultColor": "2",
"defaultMenu": "dark-theme",
"allowCustom": true
},
"colors": [{
"id": "1",
"color": "#FF5722"
},
{
"id": "2",
"color": "#5FB878"
},
{
"id": "3",
"color": "#1E9FFF"
}, {
"id": "4",
"color": "#FFB800"
}, {
"id": "5",
"color": "darkgray"
}
],
"links": [{
"icon": "layui-icon layui-icon-website",
"title": "官方网站",
"href": "http://www.pearadmin.com"
},
{
"icon": "layui-icon layui-icon-read",
"title": "开发文档",
"href": "http://www.pearadmin.com/doc/"
},
{
"icon": "layui-icon layui-icon-fonts-code",
"title": "开源地址",
"href": "https://gitee.com/Jmysy/Pear-Admin-Layui"
},
{
"icon": "layui-icon layui-icon-survey",
"title": "问答社区",
"href": "http://forum.pearadmin.com/"
}
],
"other": {
"keepLoad": 1200
}
}