2024-05-28 14:14:34 +08:00
|
|
|
{
|
2024-05-30 13:53:09 +08:00
|
|
|
"easycom": {
|
|
|
|
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
|
},
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/rain/rain",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
2024-05-28 14:14:34 +08:00
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2024-05-28 17:53:07 +08:00
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
// "navigationStyle": "custom"
|
2024-05-28 14:14:34 +08:00
|
|
|
}
|
2024-05-30 13:53:09 +08:00
|
|
|
}
|
|
|
|
|
],
|
2024-05-28 14:14:34 +08:00
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8",
|
2024-05-28 17:53:07 +08:00
|
|
|
"backgroundColorTop":"transparent",
|
|
|
|
|
"navigationStyle": "custom",
|
2024-05-28 14:14:34 +08:00
|
|
|
"app-plus": {
|
|
|
|
|
"background": "#efeff4"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|