{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "定位" } }, { "path" : "pages/test/test", "style" : { "navigationBarTitleText" : "我的", "enablePullDownRefresh" : false } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "登录", "enablePullDownRefresh" : false, "transparentTitle": "always" } } ], "tabBar": { "color": "#333", "selectedColor": "#0074e8", "borderStyle": "white", "backgroundColor": "#eee", "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/test/test", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "工单系统", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }