{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } } ,{ "path" : "pages/chat/chat", "style" : {} } ,{ "path" : "pages/chat/chatDetail/chatDetail", "style" : {} } ,{ "path" : "pages/selfInfo/selfInfo", "style" : {} } ,{ "path" : "pages/selfInfo/selfDetail/selfDetail", "style" : {} } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "mini_rabot", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }