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

68 lines
1.2 KiB
JSON
Raw Normal View History

{
"logo": {
"title": "Pear Admin",
"image": "admin/images/logo.png"
},
"menu": {
"data": "admin/data/menu.json",
"collaspe": true,
"accordion": true,
2021-03-24 12:44:28 +00:00
"method": "GET",
"control": false,
"select": "0"
},
"tab": {
"muiltTab": true,
"keepState": true,
"tabMax": 30,
"index": {
"id": "0",
"href": "view/console/console1.html",
"title": "首页"
}
},
"theme": {
"defaultColor": "2",
"defaultMenu": "dark-theme",
"allowCustom": true
},
"colors": [{
"id": "1",
2021-01-17 15:54:40 +00:00
"color": "#2d8cf0"
2021-06-18 14:06:19 +00:00
},{
"id": "2",
"color": "#5FB878"
2021-06-18 14:06:19 +00:00
},{
"id": "3",
"color": "#1E9FFF"
}, {
"id": "4",
"color": "#FFB800"
}, {
"id": "5",
"color": "darkgray"
}
],
"links": [{
"icon": "layui-icon layui-icon-auz",
"title": "官方网站",
"href": "http://www.pearadmin.com"
2021-06-18 14:06:19 +00:00
},{
"icon": "layui-icon layui-icon-auz",
"title": "开发文档",
"href": "http://www.pearadmin.com"
2021-06-18 14:06:19 +00:00
},{
"icon": "layui-icon layui-icon-auz",
"title": "开源地址",
"href": "https://gitee.com/Jmysy/Pear-Admin-Layui"
}
],
"other": {
2021-01-01 13:37:15 +00:00
"keepLoad": 1200,
"autoHead": false
2021-03-23 09:57:27 +00:00
},
2021-03-24 12:44:28 +00:00
"header": {
2021-03-23 09:57:27 +00:00
"message": "admin/data/message.json"
}
}