{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/eventList/index", "style": { "navigationBarTitleText": "事件列表" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/poleList/index", "style": { "navigationBarTitleText": "灯杆列表" } }, { "path": "pages/poleDetail/index", "style": { "navigationBarTitleText": "灯杆详情" } }, { "path": "pages/eventDetail/index", "style": { "navigationBarTitleText": "事件详情" } } ], "tabBar": { "color": "#999999", "selectedColor": "#ff0000", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/static/uni.png", "selectedIconPath": "/static/uni.png" } // { // "pagePath": "pages/my/index", // "text": "我的", // "iconPath": "/static/uni.png", // "selectedIconPath": "/static/uni.png" // }, ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } } }