79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
{
|
|
"path" : "pages/water/water",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path" : "pages/rain/rain",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
|
|
|
|
{
|
|
"path" : "pages/rainDetail/rainDetail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path" : "pages/hdDetail/hdDetail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path" : "pages/skDetail/skDetail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
// "navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages":[{
|
|
"root": "subpkg",
|
|
"pages": [{
|
|
"path": "rainDetail/rainDetail"
|
|
}]
|
|
}],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColorTop":"transparent",
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|