115 lines
2.5 KiB
JSON
115 lines
2.5 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/home/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/points/index",
|
|
"style": {
|
|
"navigationBarTitleText": "积分"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/role-select",
|
|
"style": {
|
|
"navigationBarTitleText": "身份选择"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/points/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "积分明细"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coupon/my-coupons",
|
|
"style": {
|
|
"navigationBarTitleText": "我的优惠券"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coupon/store-coupons",
|
|
"style": {
|
|
"navigationBarTitleText": "门店优惠券"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "个人资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/verify-records",
|
|
"style": {
|
|
"navigationBarTitleText": "核销记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/agreement",
|
|
"style": {
|
|
"navigationBarTitleText": "协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/merchant/index",
|
|
"style": {
|
|
"navigationBarTitleText": "门店管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/merchant/records",
|
|
"style": {
|
|
"navigationBarTitleText": "核销记录"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "黄岩停车积分",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F5F5F5"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#007aff",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tab/home.png",
|
|
"selectedIconPath": "static/tab/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/points/index",
|
|
"text": "积分",
|
|
"iconPath": "static/tab/points.png",
|
|
"selectedIconPath": "static/tab/points-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "我的",
|
|
"iconPath": "static/tab/mine.png",
|
|
"selectedIconPath": "static/tab/mine-active.png"
|
|
}
|
|
]
|
|
}
|
|
}
|