{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "" } }, { "path": "pages/post", "style": { "navigationBarTitleText": "帖子" } }, { "path": "pages/video", "style": { "navigationBarTitleText": "视频" } }, { "path": "pages/head/head", "style": { "navigationBarTitleText": "" } }, { "path": "pages/findmore/findmore", "style": { "navigationBarTitleText": "" } }, { "path": "pages/comments/comments", "style": { "navigationBarTitleText": "" } }, { "path": "pages/news", "style": { "navigationBarTitleText": "新闻" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }