58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
"pages/homepage/homepage",
|
|
"pages/detail/detail",
|
|
"pages/questiondetail/questiondetail",
|
|
"pages/propaganda/propaganda",
|
|
"pages/editordetail/editordetail",
|
|
"pages/consulting/consulting",
|
|
"pages/medication/medication",
|
|
"pages/questionnaire/questionnaire",
|
|
"pages/personal/personal",
|
|
"pages/healthRecords/healthRecords",
|
|
"pages/healthRecordDetail/healthRecordDetail",
|
|
"pages/modify/modify",
|
|
"pages/login/login",
|
|
"pages/Mymedication/Mymedication",
|
|
"pages/Followupconsultation/Followupconsultation",
|
|
"pages/Myreview/Myreview",
|
|
"pages/follow/follow",
|
|
"pages/HealthCalendar/HealthCalendar",
|
|
"pages/Messagepush/Messagepush",
|
|
"pages/Medicalknowledge/Medicalknowledge",
|
|
"pages/Healthknowledge/Healthknowledge",
|
|
"pages/questionnairedetail/questionnairedetail",
|
|
"pages/Satisfaction/Satisfaction",
|
|
"pages/Satisfactiondetail/Satisfactiondetail",
|
|
"pages/pushDetails/pushDetails"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#26A888",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#435950",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/homepage/homepage",
|
|
"iconPath": "static/homepagew.png",
|
|
"selectedIconPath": "static/homepages.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/personal/personal",
|
|
"iconPath": "static/userw.png",
|
|
"selectedIconPath": "static/users.png",
|
|
"text": "个人中心"
|
|
}
|
|
]
|
|
},
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {}
|
|
} |