lzh/停车场管理系统/car/Pear-Admin-Layui/config/pear.config.json
2024-11-10 21:42:55 +08:00

69 lines
1.5 KiB
JSON

{
"logo": {
"title": "Car Manager",
"image": "admin/images/logo.png"
},
"menu": {
"data": "admin/data/data.json",
"method": "GET",
"accordion": true,
"collapse": false,
"control": false,
"controlWidth": 500,
"select": "10",
"async": true
},
"tab": {
"enable": true,
"keepState": true,
"session": true,
"preload": false,
"max": "30",
"index": {
"id": "10",
"href": "view/screen/index.html",
"title": "首页"
}
},
"theme": {
"defaultColor": "2",
"defaultMenu": "dark-theme",
"defaultHeader": "light-theme",
"allowCustom": true,
"banner": false
},
"colors": [{
"id": "1",
"color": "#2d8cf0",
"second": "#ecf5ff"
},
{
"id": "2",
"color": "#36b368",
"second": "#f0f9eb"
},
{
"id": "3",
"color": "#f6ad55",
"second": "#fdf6ec"
},
{
"id": "4",
"color": "#f56c6c",
"second": "#fef0f0"
},
{
"id": "5",
"color": "#3963bc",
"second": "#ecf5ff"
}
],
"other": {
"keepLoad": "1200",
"autoHead": false,
"footer": false
},
"header": {
"message": "admin/data/message.json"
}
}