Pear-Admin-Layui/pear.config.json

66 lines
1.1 KiB
JSON
Raw Normal View History

2020-07-21 13:42:43 +00:00
{
2020-07-23 06:03:59 +00:00
"logo": {
"title": "Pear Admin",
"image": "admin/images/logo.png"
},
"menu": {
"data": "admin/data/menu.json",
"accordion": true,
"control": false,
"select": "0"
},
"tab": {
"muiltTab": true,
"keepState": false,
2020-07-23 06:03:59 +00:00
"tabMax": 30,
"index": {
"id": "0",
"href": "view/console/console1.html",
"title": "首页"
}
},
"theme": {
"defaultColor": "2",
"defaultMenu": "dark-theme",
"allowCustom": true
},
"colors": [{
2020-07-22 20:41:52 +00:00
"id": "1",
"color": "#FF5722"
2020-07-21 17:31:28 +00:00
},
{
2020-07-22 20:41:52 +00:00
"id": "2",
"color": "#5FB878"
2020-07-21 17:31:28 +00:00
},
{
2020-07-22 20:41:52 +00:00
"id": "3",
"color": "#1E9FFF"
}, {
"id": "4",
"color": "#FFB800"
}, {
"id": "5",
"color": "darkgray"
}
],
2020-07-23 06:03:59 +00:00
"links": [{
2020-07-22 20:41:52 +00:00
"icon": "layui-icon layui-icon-auz",
"title": "官方网站",
"href": "http://www.pearadmin.com"
2020-07-21 17:31:28 +00:00
},
{
2020-07-22 20:41:52 +00:00
"icon": "layui-icon layui-icon-auz",
"title": "开发文档",
"href": "http://www.pearadmin.com"
2020-07-21 17:31:28 +00:00
},
{
2020-07-22 20:41:52 +00:00
"icon": "layui-icon layui-icon-auz",
"title": "开源地址",
"href": "https://gitee.com/Jmysy/Pear-Admin-Layui"
2020-07-21 17:31:28 +00:00
}
2020-07-23 06:03:59 +00:00
],
"other": {
"keepLoad": 1200
}
2020-07-21 13:42:43 +00:00
}