{ "pages": [ "pages/login/login", "pages/payment/payment", "pages/center/center" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "tabBar": { "backgroundColor": "white", "selectedColor": "#33a5fc", "list": [ { "pagePath": "pages/payment/payment", "iconPath": "static/tabbar/1.png", "selectedIconPath": "static/tabbar/2.png", "text": "加油" }, { "pagePath": "pages/center/center", "iconPath": "static/tabbar/3.png", "selectedIconPath": "static/tabbar/4.png", "text": "个人中心" } ] }, "usingComponents": {} }