{ "pages": [ "pages/index/index", "pages/login/login", "pages/lease/lease", "pages/profile/profile" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "设备租赁", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#ff6b6b", "backgroundColor": "#ffffff", "borderStyle": "white", "iconHeight": "24px", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/icons/home.png", "selectedIconPath": "static/icons/home-active.png" }, { "pagePath": "pages/lease/lease", "text": "申请租赁", "iconPath": "static/icons/rent.png", "selectedIconPath": "static/icons/rent-active.png" }, { "pagePath": "pages/profile/profile", "text": "个人中心", "iconPath": "static/icons/profile.png", "selectedIconPath": "static/icons/profile-active.png" } ] }, "usingComponents": {} }