{ "easycom": { "autoscan": true }, "pages": [ { "path": "pages/home/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/booking/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/booking/detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/card/detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/membership", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/bookings", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/info", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/bookings", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/schedule", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/week-template", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/slot-adjust", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/members", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/orders", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/card-types", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/studio", "style": { "navigationStyle": "custom" } }, { "path": "pages/admin/flash-sales", "style": { "navigationStyle": "custom" } }, { "path": "pages/flash-sale/detail", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "普拉提约课", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#f5f5f5" }, "tabBar": { "color": "#999999", "selectedColor": "#1a1a2e", "backgroundColor": "#ffffff", "borderStyle": "white", "list": [ { "pagePath": "pages/home/index", "text": "场馆首页", "iconPath": "static/tab/home.png", "selectedIconPath": "static/tab/home-active.png" }, { "pagePath": "pages/booking/index", "text": "课程预约", "iconPath": "static/tab/booking.png", "selectedIconPath": "static/tab/booking-active.png" }, { "pagePath": "pages/profile/index", "text": "个人中心", "iconPath": "static/tab/profile.png", "selectedIconPath": "static/tab/profile-active.png" } ] } }