xytSk-App/pages.json

39 lines
828 B
JSON
Raw Normal View History

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