Files
zhxg_app/src/pages.json

19 lines
353 B
JSON
Raw Normal View History

2025-10-11 22:09:53 +08:00
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
]
}