xytSk-App/pages.json

163 lines
3.9 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-31 10:36:46 +08:00
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
2024-05-30 13:53:09 +08:00
{
2024-05-31 10:36:46 +08:00
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
// "navigationStyle": "custom"
}
},
// {
// "path": "pages/rain/rain",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// },
2024-05-30 13:53:09 +08:00
{
2024-05-31 10:36:46 +08:00
"path": "pages/homeIndex/index",
"style": {
"navigationBarTitleText": ""
}
2024-06-05 16:41:15 +08:00
},
{
"path" : "pages/forewarning/forewarning",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/forewarning/sh",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/forewarning/shInformation/shInformation",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/addressBook/addressBook",
"style" :
{
"navigationBarTitleText" : ""
}
2024-06-05 17:41:38 +08:00
},
{
"path" : "pages/water/water",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/rain/rain",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/rainDetail/rainDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/hdDetail/hdDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/skDetail/skDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
// "navigationStyle": "custom"
2024-05-31 10:36:46 +08:00
}
2024-06-05 17:41:38 +08:00
}
2024-05-31 10:36:46 +08:00
],
"tabBar": {
"color": "#333333",
"selectedColor": "#eb4450",
"list": [
{
"pagePath": "pages/index/index",
2024-05-31 10:51:44 +08:00
"iconPath": "/static/tabs/my2_icon@2x.png",
"selectedIconPath": "static/tabs/my2_icon@2x.png",
2024-05-31 10:36:46 +08:00
"text": "pages"
2024-05-31 10:51:44 +08:00
},
{
"pagePath": "pages/homeIndex/index",
"iconPath": "/static/tabs/首页@2x.png",
"selectedIconPath": "static/tabs/首页2@2x.png",
"text": "首页"
2024-06-05 16:41:15 +08:00
},
{
"pagePath": "pages/addressBook/addressBook",
"iconPath": "/static/tabs/首页@2x.png",
"selectedIconPath": "static/tabs/首页2@2x.png",
"text": "通讯录"
}
2024-05-31 10:36:46 +08:00
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "transparent",
"navigationStyle": "custom",
"app-plus": {
"background": "#efeff4"
}
2024-06-05 17:41:38 +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"
}
}
}