|
@@ -3,6 +3,16 @@
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
},
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path" : "pages/report/report",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "诊断报告",
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ "navigationBarBackgroundColor": "#58c4c4"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
@@ -48,16 +58,6 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/report/report",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "诊断报告",
|
|
|
- "enablePullDownRefresh": true,
|
|
|
- "navigationBarBackgroundColor": "#58c4c4"
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
,{
|
|
|
"path" : "pages/checkReport/index",
|
|
@@ -83,24 +83,5 @@
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
- },
|
|
|
- "tabBar": {
|
|
|
- "color": "#7A7E83",
|
|
|
- "selectedColor": "#191919",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "fontSize": "14px",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/tab/tab_home_normal.png",
|
|
|
- "selectedIconPath": "static/tab/tab_home_pressed.png",
|
|
|
- "text": "会员/套餐"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/report/report",
|
|
|
- "iconPath": "static/tab/tab_personal_normal.png",
|
|
|
- "selectedIconPath": "static/tab/tab_personal_pressed.png",
|
|
|
- "text": "诊断报告"
|
|
|
- }
|
|
|
- ]
|
|
|
}
|
|
|
}
|