uniapp page.json
uniapp page.json
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}, {
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "添加/修改信息"
}
}, {
"path": "pages/choiseWrite/choiseWrite",
"style": {
"navigationBarTitleText": "盒子信息"
}
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "信息填报",
"navigationBarBackgroundColor": "#00007f",
"backgroundColor": "#F8F8F8",
"enablePullDownRefresh": false
}
}

浙公网安备 33010602011771号