91 lines
1.7 KiB
JSON
91 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/membership/membership",
|
|
"style": {
|
|
"navigationBarTitleText": "会员服务"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/stamps/stamps",
|
|
"style": {
|
|
"navigationBarTitleText": "节日印花"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/points/points",
|
|
"style": {
|
|
"navigationBarTitleText": "我的积分"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coupons/coupons",
|
|
"style": {
|
|
"navigationBarTitleText": "我的优惠券"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/agreement/agreement",
|
|
"style": {
|
|
"navigationBarTitleText": "用户协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/privacy/privacy",
|
|
"style": {
|
|
"navigationBarTitleText": "隐私政策"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/about/about",
|
|
"style": {
|
|
"navigationBarTitleText": "关于"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "贩卖机",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#007aff",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tab-home.png",
|
|
"selectedIconPath": "static/tab-home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "static/tab-mine.png",
|
|
"selectedIconPath": "static/tab-mine-active.png"
|
|
}
|
|
]
|
|
}
|
|
}
|