{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "抖音", "navigationStyle": "custom" } }, { "path": "pages/index/indexs", "style": { "navigationBarTitleText": "抖音", "navigationStyle": "custom" } } ,{ "path" : "pages/city/city", "style" : {} } ,{ "path" : "pages/msg/msg", "style" : {} } ,{ "path" : "pages/my/my", "style" : {} } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "抖音", "navigationBarBackgroundColor": "#000000", "backgroundColor": "#000000", "navigationStyle": "custom" }, "tabBar": { "borderStyle": "black", "backgroundColor": "#000", "color": "#A7A8AD", "selectedColor": "#FAFAFC", "list": [{ "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/city/city", "text": "同城" }, { "pagePath": "pages/put/put", "iconPath": "static/img/add.png" }, { "pagePath": "pages/msg/msg", "text": "消息" }, { "pagePath": "pages/my/my", "text": "我" } ] } }