123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path": "pages/tab/index",
- "style": {
- "navigationBarTitleText": "首页",
- // 使用小程序组件
- "usingComponents": {
- "van-button": "/wxcomponents/vant/button/index",
- "van-progress": "/wxcomponents/vant/progress/index",
- "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
- "van-tabbar": "/wxcomponents/vant/tabbar/index",
- "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index"
- }
- }
- },
- // {
- // "path": "pages/fw/selectclass",
- // "style": {
- // "navigationBarTitleText": "班级选择",
- // "enablePullDownRefresh": true
- // }
- // },
- {
- "path": "pages/load/roles",
- "style": {
- "navigationBarTitleText": "选择身份",
- "navigationBarBackgroundColor": "#6699ff",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#C8C7CC"
- }
- },
-
- {
- "path": "pages/load/load",
- "style": {
- "navigationBarTitleText": "潜山校园"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- // 使用小程序组件
- "usingComponents": {
- "van-button": "/wxcomponents/vant/button/index",
- "van-progress": "/wxcomponents/vant/progress/index",
- "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
- "van-tabbar": "/wxcomponents/vant/tabbar/index",
- "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index"
- }
- }
- },
- // {
- // "path": "pages/tab/fw",
- // "style": {
- // "navigationBarTitleText": "人员采集",
- // // 使用小程序组件
- // "usingComponents": {
- // "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- // "van-area": "/wxcomponents/vant/area/index",
- // "van-popup": "/wxcomponents/vant/popup/index",
- // "van-picker": "/wxcomponents/vant/picker/index"
- // }
- // }
- // },
- {
- "path": "pages/tab/about_we",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/patriarch/index",
- "style": {
- "navigationBarTitleText": "家长端",
- // 使用小程序组件
- "usingComponents": {
- "van-button": "/wxcomponents/vant/button/index",
- "van-progress": "/wxcomponents/vant/progress/index",
- "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
- "van-tabbar": "/wxcomponents/vant/tabbar/index",
- "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index"
- }
- }
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#1678FF",
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "list": [{
- "pagePath": "pages/tab/index",
- "iconPath": "static/tab_hp_normal@2x.png",
- "selectedIconPath": "static/tab_hp_selected@2x.png",
- "text": "首页"
- },
- // {
- // "pagePath": "pages/tab/fw",
- // "iconPath": "static/tab_kslr_normal@2x.png",
- // "selectedIconPath": "static/tab_kslr_selected@2x.png",
- // "text": "快速录入"
- // },
- {
- "pagePath": "pages/tab/about_we",
- "iconPath": "static/tab_hp_my@2x.png",
- "selectedIconPath": "static/tab_mine_selected@2x.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#2C60F1",
- "backgroundColor": "#fff",
- "animationDuration": 150,
- "animationType": "slide-in-right"
- },
- "subPackages": [{
- "root": "pages/home",
- "pages": [{
- "path": "wufa",
- "style": {
- "navigationBarTitleText": "确认登录"
- }
- },
-
-
-
- // {
- // "path": "recordthree",
- // "style": {
- // "navigationBarTitleText": "疫苗情况",
- // "usingComponents": {
- // "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- // "van-area": "/wxcomponents/vant/area/index",
- // "van-popup": "/wxcomponents/vant/popup/index",
- // "van-picker": "/wxcomponents/vant/picker/index"
- // }
- // }
- // },
- // {
- // "path": "recordfor",
- // "style": {
- // "navigationBarTitleText": "疫苗接种情况统计表",
- // "usingComponents": {
- // "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- // "van-area": "/wxcomponents/vant/area/index",
- // "van-popup": "/wxcomponents/vant/popup/index",
- // "van-picker": "/wxcomponents/vant/picker/index"
- // }
- // }
- // },
- {
- "path": "record",
- "style": {
- "navigationBarTitleText": "官网网址",
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index"
- }
- }
- },
-
- {
- "path": "recordtwo",
- "style": {
- "navigationBarTitleText": "信息详情",
- // "enablePullDownRefresh": true,
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index",
- "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
- }
- }
- },
-
- {
- "path": "scan",
- "style": {
- "navigationBarTitleText": "扫码粗查",
- // "enablePullDownRefresh": true,
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index",
- "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
- }
- }
- },
- {
- "path": "register",
- "style": {
- "navigationBarTitleText": "送检登记",
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index",
- "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
- }
- }
- },
- {
- "path": "registersuccess",
- "style": {
- "navigationBarTitleText": "提交",
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index",
- "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
- }
- }
- },
- {
- "path": "potho",
- "style": {
- "navigationBarTitleText": "粗略查询",
- // "enablePullDownRefresh": true,
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index",
- "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
- }
- }
- }
- ]
- },
- {
- "root": "pages/parents",
- "pages": [{
- "path": "parHome",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "bind_student",
- "style": {
- "navigationBarTitleText": "选择身份",
- "navigationBarBackgroundColor": "#6699ff",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#C8C7CC"
- }
- },
- {
- "path": "bind_success",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#6699ff",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#C8C7CC"
- }
- },
- {
- "path": "bind_student_list",
- "style": {
- "navigationBarTitleText": "绑定学生",
- "navigationBarBackgroundColor": "#6699ff",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#C8C7CC"
- }
- },
- {
- "path": "par_dynamic",
- "style": {
- "navigationBarTitleText": "历史记录",
- "navigationBarBackgroundColor": "#6699ff",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true,
- "backgroundColor": "#C8C7CC",
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index",
- "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
- "van-search": "/wxcomponents/vant/datetime-picker/index"
- }
- }
- },
- {
- "path": "par_dynamic_dec",
- "style": {
- "navigationBarTitleText": "详细信息",
- "navigationBarBackgroundColor": "#6699ff",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#C8C7CC",
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index",
- "van-overlay": "/wxcomponents/vant/overlay/index"
- }
- }
- },
- {
- "path": "ucharts",
- "style": {
- "navigationBarTitleText": "信息详情",
- "navigationBarBackgroundColor": "#6699ff",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#C8C7CC",
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
- "van-area": "/wxcomponents/vant/area/index",
- "van-popup": "/wxcomponents/vant/popup/index",
- "van-picker": "/wxcomponents/vant/picker/index",
- "van-overlay": "/wxcomponents/vant/overlay/index"
- }
- }
- }
-
- ]
- }]
- }
|