{ "pages": [ { "path": "pages/login/login", "style": { "navigationBarTitleText": "教练登录", "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "教练首页", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/course-list/course-list", "style": { "navigationBarTitleText": "我的团课", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/course-detail/course-detail", "style": { "navigationBarTitleText": "课程详情", "navigationStyle": "custom" } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "Novalon教练端", "navigationBarBackgroundColor": "#1A1A1A", "backgroundColor": "#F5F7FA" }, "uniIdRouter": {} }