59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/homeIndx/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/rain/rain",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
// "navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"tabBar":{
|
|
"color":"#333333",
|
|
"selectedColor":"#eb4450",
|
|
"list":[{
|
|
"pagePath":"pages/index/index",
|
|
"iconPath":"/static/tabs/首页@2x.png",
|
|
"selectedIconPath":"static/tabs/首页@2x.png",
|
|
"text":"首页"
|
|
},
|
|
{
|
|
"pagePath":"pages/homeIndx/index",
|
|
"iconPath":"/static/tabs/首页@2x.png",
|
|
"selectedIconPath":"static/tabs/首页@2x.png",
|
|
"text":"首页"
|
|
}
|
|
|
|
|
|
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColorTop": "transparent",
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|