123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "慢病管理",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/userinfo/userinfo",
- "style": {
- "navigationBarTitleText": "基础资料",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/medication/medication",
- "style": {
- "navigationBarTitleText": "随访用药",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/eye_ground/eye_ground",
- "style": {
- "navigationBarTitleText": "眼底检查",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/home_monitoring/home_monitoring",
- "style": {
- "navigationBarTitleText": "健康监测",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/chart-model/chart-model",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/health_report/health_report",
- "style": {
- "navigationBarTitleText": "健康报告",
- "enablePullDownRefresh": true
- }
- }
- ,{
- "path" : "pages/sign/sign",
- "style" :
- {
- "navigationBarTitleText": "体征",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "component/footer/footer",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "慢病管理",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "000"
- },
- "uniIdRouter": {}
- }
|