{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/study/index", "style": { "navigationBarTitleText": "学习", "app-plus": { "titleNView": false } } }, { "path": "pages/scene/index", "style": { "navigationBarTitleText": "场景", "app-plus": { "titleNView": false } } }, { "path": "pages/me/index", "style": { "navigationBarTitleText": "我的", "app-plus": { "titleNView": false } } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "app-plus": { "titleNView": false } } }, { "path": "pages/other/web_view", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": false } } }, { "path": "pages/login/ysxy", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": false } } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": false } } }, { "path": "pages/mascot/mascot_select_list", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": false } } }, { "path": "pages/preview/index", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": false } } }, { "path": "pages/favorites/index", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": false } } }, { "path": "pages/messageNotification/index", "style": { "navigationBarTitleText": "消息", "app-plus": { "titleNView": false } } }, { "path": "pages/testingHall/index", "style": { "navigationBarTitleText": "考试中心", "app-plus": { "titleNView": false } } }, { "path": "pages/testingHall/details", "style": { "navigationBarTitleText": "考试详情", "app-plus": { "titleNView": false } } }, { "path": "pages/wrong_question_record/index", "style": { "navigationBarTitleText": "错题本", "app-plus": { "titleNView": false } } }, { "path": "pages/examination/index", "style": { "navigationBarTitleText": "考试", "app-plus": { "titleNView": false } } }, { "path": "pages/examination/result", "style": { "navigationBarTitleText": "考试结果", "app-plus": { "titleNView": false } } }, { "path": "pages/practice/index", "style": { "navigationBarTitleText": "练习", "app-plus": { "titleNView": false } } }, { "path": "pages/learningTasks/index", "style": { "navigationBarTitleText": "学习任务", "app-plus": { "titleNView": false } } }, { "path": "pages/learningTasks/details", "style": { "navigationBarTitleText": "学习详情", "app-plus": { "titleNView": false } } }, ] }