{ "pages": [ "pages/index/index", "pages/history/history", "pages/myCenter/myCenter", "pages/history/detail/detail", "pages/login/index", "pages/myCenter/personalData/personalData", "pages/myCenter/updatePassword/updatePassword", "pages/service_agreement/service_agreement" ], "subPackages": [], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#1296db", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/index.png", "selectedIconPath": "static/tabbar/indexEd.png", "text": "首页" }, { "pagePath": "pages/history/history", "iconPath": "static/tabbar/history.png", "selectedIconPath": "static/tabbar/historyEd.png", "text": "历史" }, { "pagePath": "pages/myCenter/myCenter", "iconPath": "static/tabbar/myCenter.png", "selectedIconPath": "static/tabbar/myCenterEd.png", "text": "我的" } ] }, "usingComponents": {} }