{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "用户"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/add/add",
"style": {
"navigationBarTitleText": "新建"
}
}
, {
"path": "pages/user/loginAndReg/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/loginAndReg/register",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationStyle": "custom"
}
}