{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/signIn/signIn", "style": { "navigationBarTitleText": "巡更签到打卡", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#D9EAFB", "onReachBottomDistance": 150 } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "签到", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#3D8EFE", "navigationBarTextStyle": "white" } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "巡逻签到打卡", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#3D8EFE", "navigationBarTextStyle": "white" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/recordList/recordList", "style": { "navigationBarTitleText": "巡逻记录", "navigationBarBackgroundColor": "#3D8EFE", "navigationBarTextStyle": "white", "enablePullDownRefresh": false, "onReachBottomDistance": 150 } }, { "path": "pages/my/myRenew/myRenew", "style": { "navigationBarTitleText": "更新巡更点信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#3D8EFE", "navigationBarTextStyle": "white", "onReachBottomDistance": 150 } }, { "path": "pages/my/myRenewOk/myRenewOk", "style": { "navigationBarTitleText": "更新巡更点信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#3D8EFE", "navigationBarTextStyle": "white" } }, { "path": "pages/signIn/new_file", "style": { "navigationBarTitleText": "更新巡更点信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#3D8EFE", "navigationBarTextStyle": "white" } } ], "tabBar": { "selectedColor": "#3074FF", "color": "#B2BCCB", "list": [{ "pagePath": "pages/signIn/signIn", "text": "首页", "iconPath": "./static/home.png", "selectedIconPath": "./static/home_cur.png" }, { "pagePath": "pages/recordList/recordList", "text": "巡逻记录", "iconPath": "./static/list.png", "selectedIconPath": "./static/list_cur.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "./static/my.png", "selectedIconPath": "./static/my_cur.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }