cczg-lottery-activity/pages.json

134 lines
4.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
// {
// "path": "pages/index/index",
// "style": {
// "navigationBarTitleText": "蓝色兄弟营销客户端",
// "navigationBarHidden":true,
// "navigationStyle": "custom"
// }
// },
{
"path" : "pages/coupons/coupon/index",
"style" :
{
"navigationBarTitleText" : "填问券赢大奖",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/coupons/index/index",
"style" :
{
"navigationBarTitleText": "填问券赢大奖",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/coupons/finish/index",
"style" :
{
"navigationBarTitleText" : "填写完成",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/simpleshop/index/index",
"style" :
{
"navigationBarTitleText": "积分商城",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/simpleshop/usercenter/usercenter",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/simpleshop/order/order",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/simpleshop/notinwl/notinwl",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/coupons/hinge/index",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/packet/index/index",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/packet/record/record",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "default"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#00A8EA",
"borderStyle": "#d0d0d4",
"backgroundColor": "#FFFFFF",
"height": "156rpx",
"list": [{
"pagePath": "pages/simpleshop/index/index",
"iconPath": "https://lsxdmgoss.oss-cn-chengdu.aliyuncs.com/activities/hongbaocczg/static/icons/home.png",
"selectedIconPath": "https://lsxdmgoss.oss-cn-chengdu.aliyuncs.com/activities/hongbaocczg/static/icons/homeactive.png",
"text": "首页"
}
,
{
"pagePath": "pages/simpleshop/usercenter/usercenter",
"iconPath": "https://lsxdmgoss.oss-cn-chengdu.aliyuncs.com/activities/hongbaocczg/static/icons/usercenter.png",
"selectedIconPath": "https://lsxdmgoss.oss-cn-chengdu.aliyuncs.com/activities/hongbaocczg/static/icons/usercenteractive.png",
"text": "个人中心"
}
]
}
}