{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/sorting/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/baggagecheck/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mypage/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/myrecords/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/search/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/loadingdetails/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/help/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/individual/index", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "tabBar":{ "color":"#7A7E83", "selectedColor":"#3cc51f", "borderStyle":"black", "backgroundColor":"#ffffff", "list":[{ "pagePath":"pages/index/index", "text": "首页" }, { "pagePath":"pages/", "text": "消息" }, { "pagePath":"pages/mypage/index", "text": "我的" }] }, "uniIdRouter": {} }