{ "pages": [ { "path": "pages/index/index", "type": "home", "name": "home", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", "disableScroll": true } }, { "path": "pages/about/index", "type": "page", "name": "about", "style": { "navigationBarTitleText": "关于", "navigationStyle": "custom" } }, { "path": "pages/login/index", "type": "page", "name": "login", "style": { "navigationBarTitleText": "账户密码登录", "navigationStyle": "custom", "disableScroll": true } } ], "globalStyle": { "navigationBarBackgroundColor": "@navBgColor", "navigationBarTextStyle": "@navTxtStyle", "navigationBarTitleText": "zhangtao", "backgroundColor": "@bgColor", "backgroundTextStyle": "@bgTxtStyle", "backgroundColorTop": "@bgColorTop", "backgroundColorBottom": "@bgColorBottom", "enablePullDownRefresh": false, "onReachBottomDistance": 50, "animationType": "pop-in", "animationDuration": 300 }, "tabBar": { "custom": true, "customize": true, "overlay": true, "height": "0", "color": "@tabColor", "selectedColor": "@tabSelectedColor", "backgroundColor": "@tabBgColor", "borderStyle": "@tabBorderStyle", "list": [ { "pagePath": "pages/index/index" }, { "pagePath": "pages/about/index" } ] }, "subPackages": [ { "root": "subPack", "pages": [ { "path": "Camera/index", "type": "page", "name": "Camera", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "disableScroll": true } }, { "path": "classInspection/index", "type": "page", "name": "classInspection", "style": { "navigationBarTitleText": "拍照验课||选择课程", "navigationStyle": "custom", "disableScroll": true } }, { "path": "classInspectionDetaile/index", "type": "page", "name": "classInspectionDetaile", "style": { "navigationBarTitleText": "拍照验课", "navigationStyle": "custom" } }, { "path": "EmployeeList/index", "type": "page", "name": "EmployeeList", "style": { "navigationBarTitleText": "员工管理" } }, { "path": "EmployeeListAdd/index", "type": "page", "name": "EmployeeListAdd", "style": { "navigationBarTitleText": "员工管理", "navigationStyle": "custom" } }, { "path": "Evaluation/index", "type": "page", "name": "Evaluation", "style": { "navigationBarTitleText": "评价", "navigationStyle": "custom", "disableScroll": true } }, { "path": "ExtensionClass/index", "type": "page", "name": "ExtensionClass", "style": { "navigationBarTitleText": "填写延期信息", "disableScroll": true } }, { "path": "Makeupclass/index", "type": "page", "name": "Makeupclass", "style": { "navigationBarTitleText": "补课课表" } }, { "path": "notification/index", "type": "page", "name": "notification", "style": { "navigationBarTitleText": "消息通知" } }, { "path": "notificationDetailes/index", "type": "page", "name": "notificationDetailes", "style": { "navigationBarTitleText": "消息通知" } }, { "path": "PersonnelView/index", "type": "page", "name": "personnelView", "style": { "navigationBarTitleText": "人员查看" } }, { "path": "ReservationClass/index", "type": "page", "name": "ReservationClass", "style": { "navigationBarTitleText": "选择课程" } }, { "path": "selectClass/index", "type": "page", "name": "selectClass", "style": { "navigationBarTitleText": "" } }, { "path": "Storebalance/index", "type": "page", "name": "Storebalance", "style": { "navigationBarTitleText": "店铺余额" } }, { "path": "writeOff/index", "type": "page", "name": "writeOff", "style": { "navigationBarTitleText": "扫码核销" } }, { "path": "writeOffDetaile/index", "type": "page", "name": "writeOffDetaile", "style": { "navigationBarTitleText": "核销明细" } }, { "path": "writeOff/error/index", "type": "page", "name": "error", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "disableScroll": true } } ] } ] }