{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/control/index", "style": { "navigationBarTextStyle": "black", "enablePullDownRefresh": true, "backgroundColor": "#ffffff", "backgroundColorBottom": "#ffffff", "backgroundColorTop": "#ffffff", "app-plus": { "titleNView": false } } },{ "path": "pages/login/login", "style": { "app-plus": { "navigationBarTextStyle": "black", "titleNView": false } } }, { "path": "pages/login/forget", "style": { "navigationBarTitleText": "找回密码", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "backgroundColor": "#ffffff" } } } }, { "path": "pages/login/register", "style": { "navigationBarTitleText": "注册", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "backgroundColor": "#ffffff" } } } } , { "path": "pages/control/form", "style": { "titleNView": false, "navigationBarTextStyle": "black", "navigationBarTitleText":"新增设备", "enablePullDownRefresh": false, "backgroundColor": "#26a495", "backgroundColorBottom": "#26a495", "backgroundColorTop": "#26a495", "app-plus": { "titleNView": { "backgroundColor": "#26a495" } } } }, { "path": "pages/control/timing", "style": { "titleNView": false, "navigationBarTextStyle": "black", "navigationBarTitleText":"定时设置", "enablePullDownRefresh": false, "backgroundColor": "#26a495", "backgroundColorBottom": "#26a495", "backgroundColorTop": "#26a495", "app-plus": { "titleNView": { "backgroundColor": "#26a495" } } } }, { "path": "pages/control/stat", "style": { "titleNView": false, "navigationBarTextStyle": "black", "navigationBarTitleText":"月度统计", "enablePullDownRefresh": false, "backgroundColor": "#26a495", "backgroundColorBottom": "#26a495", "backgroundColorTop": "#26a495", "app-plus": { "titleNView": { "backgroundColor": "#26a495" } } } }, { "path": "pages/control/statDay", "style": { "titleNView": false, "navigationBarTextStyle": "black", "navigationBarTitleText":"每日用时", "enablePullDownRefresh": false, "backgroundColor": "#26a495", "backgroundColorBottom": "#26a495", "backgroundColorTop": "#26a495", "app-plus": { "titleNView": { "backgroundColor": "#26a495" } } } } ], "globalStyle": { "app-plus": {} } }