{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/center/center", "style": { "navigationBarTitleText": "控制台", "enablePullDownRefresh": false } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "个人", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false } }, { "path": "uni_modules/guyue-updater/pages/updater", "style": { "app-plus": { "animationDuration": 200, "animationType": "fade-in", "background": "transparent", "backgroundColorTop": "transparent", "bounce": "none", "popGesture": "none", "scrollIndicator": false, "titleNView": false }, "backgroundColor": "transparent", "disableScroll": true, "navigationStyle": "custom" } }, { "path": "pages/error/error", "style": { "navigationBarTitleText": "错误", "enablePullDownRefresh": false } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "用户", "enablePullDownRefresh": false } },{ "path": "pages/user/updatePassword", "style": { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "里海中心平台", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#282828", "selectedColor": "#E93323", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar_icon/a.png", "selectedIconPath": "static/tabbar_icon/a-a.png", "text": "首页" }, { "pagePath": "pages/center/center", "iconPath": "static/tabbar_icon/b.png", "selectedIconPath": "static/tabbar_icon/b-a.png", "text": "控制台" }, { "pagePath": "pages/my/my", "iconPath": "static/tabbar_icon/e.png", "selectedIconPath": "static/tabbar_icon/e-a.png", "text": "个人" } ] }, "uniIdRouter": {} }