123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- {
- "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
- }
- }
- ]
- }
- ]
- }
|