xiaofangweibao-applet/pages.json

86 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2024-04-07 11:10:47 +08:00
{
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
2024-04-09 13:54:58 +08:00
"navigationBarTitleText": "维保记录",
2024-04-07 11:10:47 +08:00
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/me/me",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/me/mynotice/mynotice",
"style" :
{
"navigationBarTitleText": "我的通知公告",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/itemlist/itemlist",
"style" :
{
"navigationBarTitleText": "推荐开源项目",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/projectlist/projectlist",
"style" :
{
"navigationBarTitleText": "小程序推荐",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/me/userinfo",
"style" :
{
"navigationBarTitleText": "用户信息",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#0a2576",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [ {
"pagePath": "pages/index/index",
"iconPath": "/static/tabbar/home.png",
"selectedIconPath": "/static/tabbar/home_ac.png",
2024-04-09 13:54:58 +08:00
"text": "维保记录"
2024-04-07 11:10:47 +08:00
},
{
"pagePath": "pages/me/me",
"iconPath": "/static/tabbar/me.png",
"selectedIconPath": "/static/tabbar/me_ac.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "AbuCoder",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}