wallace-screen-app/pages.json

19 lines
311 B
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"disableScroll": true,
"backgroundColor": "#111111"
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"backgroundColor": "#111111"
},
"uniIdRouter": {}
}