xytSk-App/pages.json

79 lines
2.2 KiB
JSON
Raw Normal View History

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": [
2024-06-05 16:16:58 +08:00
{
"path" : "pages/water/water",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
2024-05-30 13:53:09 +08:00
{
"path" : "pages/rain/rain",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2024-06-05 16:16:58 +08:00
},
{
"path" : "pages/rainDetail/rainDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/hdDetail/hdDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/skDetail/skDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
2024-05-30 13:53:09 +08:00
{
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-06-05 16:16:58 +08:00
"subPackages":[{
"root": "subpkg",
"pages": [{
"path": "rainDetail/rainDetail"
}]
}],
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"
}
}
}