pay-customer/src/pages.json

76 lines
1.7 KiB
JSON
Raw Normal View History

2025-07-15 16:18:34 +08:00
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录/注册",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/index",
"style": {
"navigationBarTitleText": "个人中心"
}
}
],
"subPackages": [
{
"root": "INDEX",
"pages": [
{
"path": "binding/index",
"style": {
"navigationBarTitleText": "绑定房屋"
}
},
{
"path": "bill/index",
"style": {
"navigationBarTitleText": "我的账单"
}
}
]
}
],
"easycom": {
"custom": {
"^u-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
"^cc-(.*)": "@/common/components/cc-$1/cc-$1.vue",
"^nchl-(.*)": "@/components/my-$1/nchl-$1.vue"
}
},
"globalStyle": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#0082FA",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/tabbar/home.png",
"selectedIconPath": "/static/tabbar/home_act.png"
},
{
"pagePath": "pages/me/index",
"text": "我的",
"iconPath": "/static/tabbar/me.png",
"selectedIconPath": "/static/tabbar/me_act.png"
}
]
}
}