123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- // "navigationBarTitleText": "领透圣卫士"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/message/index",
- "style": {
- "navigationBarTitleText": "肾友知识"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- // "navigationStyle": "custom"
- }
- },
-
- {
- "path" : "pages/Health_monitor/index",
- "style" :
- {
- "navigationBarTitleText" : "我的健康设备"
- // "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/Health_monitor/urinometer",
- "style" :
- {
- "navigationBarTitleText" : "领透尿检仪"
- // "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/my/personage",
- "style" :
- {
- "navigationBarTitleText" : "个人信息"
- // "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/Health_record/index",
- "style" :
- {
- "navigationBarTitleText" : "基本信息完善"
- // "enablePullDownRefresh" : false
- }
- },
- {//病情
- "path" : "pages/Health_record/disease",
- "style" :
- {
- "navigationBarTitleText" : "基本信息完善",
- "enablePullDownRefresh" : false
- }
- },
- {//血肌酐
- "path" : "pages/Health_record/creatinine",
- "style" :
- {
- "navigationBarTitleText" : "基本信息完善",
- "enablePullDownRefresh" : false
- }
- },
- {//尿蛋白
- "path" : "pages/Health_record/albumen",
- "style" :
- {
- "navigationBarTitleText" : "基本信息完善",
- "enablePullDownRefresh" : false
- }
- },
- {//肾功能
- "path" : "pages/Health_record/renal",
- "style" :
- {
- "navigationBarTitleText" : "基本信息完善",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/Health_record/archives",
- "style" :
- {
- "navigationBarTitleText" : "个人信息",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/Health_monitor/components/network",
- "style" :
- {
- "navigationBarTitleText" : "配置网络",
- "enablePullDownRefresh" : false
- }
- },
-
-
-
-
-
- {
- "path": "pages/addPatient/index",
- "style": {
- "navigationBarTitleText": "添加就诊人"
- }
- },
- {
- "path": "pages/userBinding/index",
- "style": {
- "navigationBarTitleText": "用户绑定"
- }
- },
- {
- "path": "pages/inspection_new/detail",
- "style": {
- "navigationBarTitleText": "检查报告详情"
- }
- },
- {
- "path": "pages/inspection_new/index",
- "style": {
- "navigationBarTitleText": "检查报告",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50
- }
- },
-
- {
- "path": "pages/dialysis/index",
- "style": {
- "navigationBarTitleText": "我的透析"
- }
- },
-
- {
- "path": "pages/shop/index",
- "style": {
- "navigationBarTitleText": "圣卫士商城"
- }
- },
-
-
- {
- "path": "pages/code/index",
- "style": {
- "navigationBarTitleText": "我的签到"
- }
- },
- {
- "path": "pages/noDialysis/index",
- "style": {
- "navigationBarTitleText": "透析签到"
- }
- },
-
- {
- "path": "pages/Patient/List",
- "style": {
- "navigationBarTitleText": "我的就诊人"
- }
- },
- {
- "path": "pages/Patient/detail",
- "style": {
- "navigationBarTitleText": "就诊人详情"
- }
- }
-
-
-
-
-
-
-
-
-
-
- ],
-
- "subpackages":[
- {
- "root": "subpackagesA",
- "pages":[
- {
- "path": "pages/advancePay/index",
- "style": {
- "navigationBarTitleText": "预交金查询"
- }
- },
- {
- "path": "pages/advancePay/details",
- "style": {
- "navigationBarTitleText": "明细查询"
- }
- },
- {
- "path": "pages/PhysicalSigns/index",
- "style": {
- "navigationBarTitleText": "体征报告"
- }
- },
- {
- "path": "pages/medicalRecord/index",
- "style": {
- "navigationBarTitleText": "就诊人病历"
- }
- }
- ]
- }
- ],
-
- "globalStyle": {
- "navigationBarTextStyle": "black",
- // "navigationBarTitleText": "领透圣卫士",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "usingComponents": {
- "van-button": "/wxcomponents/vant/dist/button/index",
- "van-toast": "/wxcomponents/vant/dist/toast/index",
- "van-tab": "/wxcomponents/vant/dist/tab/index",
- "van-tabs": "/wxcomponents/vant/dist/tabs/index",
- "van-grid": "/wxcomponents/vant/dist/grid/index",
- "van-grid-item": "/wxcomponents/vant/dist/grid-item/index",
- "van-radio-group": "/wxcomponents/vant/dist/radio-group/index",
- "van-radio": "/wxcomponents/vant/dist/radio/index",
- "van-datetime-picker": "/wxcomponents/vant/dist/datetime-picker/index",
- "van-checkbox-group": "/wxcomponents/vant/dist/checkbox-group/index",
- "van-checkbox": "/wxcomponents/vant/dist/checkbox/index",
- "van-cell": "/wxcomponents/vant/dist/cell/index",
- "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
- "van-field": "/wxcomponents/vant/dist/field/index",
- "van-popup": "/wxcomponents/vant/dist/popup/index",
- "van-search": "/wxcomponents/vant/dist/search/index"
-
-
- // "van-button": "/wxcomponents/vant/button/index",
- // "van-field": "/wxcomponents/vant/field/index",
- // "van-toast": "/wxcomponents/vant/toast/index"
- // "van-tab": "/wxcomponents/vant/tab/index",
- // "van-tabs": "/wxcomponents/vant/tabs/index",
- // "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
- // "van-popup": "/wxcomponents/vant/popup/index",
- // "van-picker": "/wxcomponents/vant/picker/index",
- // "van-calendar": "/wxcomponents/vant/calendar/index",
- // "van-search": "/wxcomponents/vant/search/index",
- // "van-icon": "/wxcomponents/vant/icon/index"
- // "van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
- // "van-dropdown-item": "/wxcomponents/vant/dropdown-item/index"
- }
- },
- "tabBar": {
- "color": "#a9b7b7",
- "selectedColor": "#11cd6e",
- "borderStyle": "black",
- "list": [{
- "selectedIconPath": "static/images/homeAct.png",
- "iconPath": "static/images/home.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "selectedIconPath": "static/images/infoAct.png",
- "iconPath": "static/images/info.png",
- "pagePath": "pages/message/index",
- "text": "发现"
- },
- {
- "selectedIconPath": "static/images/storeAct.png",
- "iconPath": "static/images/store.png",
- "pagePath": "pages/shop/index",
- "text": "商城"
- },
- {
- "selectedIconPath": "static/images/meAct.png",
- "iconPath": "static/images/mine.png",
- "pagePath": "pages/my/index",
- "text": "我的"
- }
- ]
- }
- }
|