123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- {
- "pages": [{
- "path": "pages/init/init",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tab_home/tab_home",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tab_exam/tab_exam",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tab_work/tab_work",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tab_swap/tab_swap",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tab_mine/tab_mine",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [{
- "root": "subpkg",
- "pages": [{
- "path": "startup/login",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "startup/guide",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "startup/options",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "home/classList",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "mine/msgList",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "mine/childInfo",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "mine/parentInfo",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "mine/subInfo",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "exam/total",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "exam/single",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "exam/rank",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "exam/subject",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "exam/level",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "work/workStats",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "swap/swapStats",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "home/clockStats",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "datalist/examReport",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "datalist/workReport",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "datalist/swapReport",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "datalist/examList",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "datalist/workList",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "datalist/swapList",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "exam/examPractice",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "home/courseRecommend",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "work/wrongBook",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#f7f7f7",
- "backgroundColor": "#f7f7f7"
- },
- "tabBar": {
- "backgroundColor": "#FFFFFF",
- "borderStyle": "white",
- "list": [{
- "pagePath": "pages/tab_home/tab_home",
- "iconPath": "static/tab_icons/home.png",
- "selectedIconPath": "static/tab_icons/homeselect.png"
- },
- {
- "pagePath": "pages/tab_exam/tab_exam",
- "iconPath": "static/tab_icons/exam.png",
- "selectedIconPath": "static/tab_icons/examselect.png"
- },
- {
- "pagePath": "pages/tab_work/tab_work",
- "iconPath": "static/tab_icons/work.png",
- "selectedIconPath": "static/tab_icons/workselect.png"
- },
- {
- "pagePath": "pages/tab_swap/tab_swap",
- "iconPath": "static/tab_icons/swap.png",
- "selectedIconPath": "static/tab_icons/swapselect.png"
- },
- {
- "pagePath": "pages/tab_mine/tab_mine",
- "iconPath": "static/tab_icons/mine.png",
- "selectedIconPath": "static/tab_icons/mineselect.png"
- }
- ]
- }
- }
|