edit pear.config.yml configuration

develop
就眠仪式 2021-03-24 20:44:28 +08:00
parent eb6e2c266b
commit ac7de8cbf7
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"menu": { "menu": {
"data": "admin/data/menu.json", "data": "admin/data/menu.json",
"accordion": true, "accordion": true,
"method": "GET",
"control": false, "control": false,
"select": "0" "select": "0"
}, },
@ -63,7 +64,7 @@
"keepLoad": 1200, "keepLoad": 1200,
"autoHead": false "autoHead": false
}, },
"header":{ "header": {
"message": "admin/data/message.json" "message": "admin/data/message.json"
} }
} }