{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/study/index", "style": { "navigationBarTitleText": "学习", "app-plus": { "titleNView": false } } }, { "path": "pages/intelligentAnswering/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 } } } ] }