{ "pages": [ "pages/index/index", "pages/cases/list", "pages/cases/detail", "pages/service/index", "pages/about/index", "pages/booking/index", "pages/user/index" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "优艺家沙发翻新", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#f5f5f5" }, "tabBar": { "color": "#999999", "selectedColor": "#D4A574", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/icons/home.png", "selectedIconPath": "static/icons/home-active.png", "text": "首页" }, { "pagePath": "pages/cases/list", "iconPath": "static/icons/cases.png", "selectedIconPath": "static/icons/cases-active.png", "text": "案例" }, { "pagePath": "pages/service/index", "iconPath": "static/icons/service.png", "selectedIconPath": "static/icons/service-active.png", "text": "服务" }, { "pagePath": "pages/user/index", "iconPath": "static/icons/user.png", "selectedIconPath": "static/icons/user-active.png", "text": "我的" } ] }, "usingComponents": {} }