{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/map/map", "style": { "navigationBarTitleText": "地图" } }, { "path": "pages/mall/mall", "style": { "navigationBarTitleText": "商城" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的" } } ], "subPackages" : [ { "root" : "subPackages", "pages": [ { } ] } ], "tabBar" : { "color" : "#666666", "selectedColor" : "#71B580", "borderStyle" : "black", "backgroundColor" : "#ffffff", // #ifdef APP-PLUS "fontSize" : "12px", "height" : "50px", "iconWidth" : "20px", // #endif "list" : [ { "pagePath" : "pages/index/index", "iconPath" : "/static/images/index.png", "selectedIconPath" : "/static/images/index.png", "text" : "首页" }, { "pagePath" : "pages/map/map", "iconPath" : "/static/images/index.png", "selectedIconPath" : "/static/images/index.png", "text" : "地图" }, { "pagePath" : "pages/mall/mall", "iconPath" : "/static/images/index.png", "selectedIconPath" : "/static/images/index.png", "text" : "商城" }, { "pagePath" : "pages/user/user", "iconPath" : "/static/images/index.png", "selectedIconPath" : "/static/images/index.png", "text" : "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }