xytSk-App/pages.json

59 lines
1.2 KiB
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"
}
}
2024-05-31 09:32:01 +08:00
],
"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":"首页"
}
]
},
2024-05-30 17:41:44 +08:00
"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
}