|
|
|
@ -1,18 +1,5 @@ |
|
|
|
|
{ |
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/user/runningWater/runningWater", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#f06c7a", |
|
|
|
|
"backgroundColorTop": "#f06c7a", |
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "pages/tabBar/home/home", |
|
|
|
|
"style": { |
|
|
|
@ -341,6 +328,19 @@ |
|
|
|
|
"backgroundColorTop": "#f06c7a", |
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/user/runningWater/runningWater", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#f06c7a", |
|
|
|
|
"backgroundColorTop": "#f06c7a", |
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|