You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
2.5 KiB

2 years ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
2 years ago
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/card/card_detail",
"style": {
2 years ago
"navigationBarTitleText": "详情"
2 years ago
}
},
2 years ago
{
2 years ago
"path": "pages/card/card",
2 years ago
"style": {
2 years ago
"navigationBarTitleText": "云菜窖"
2 years ago
}
2 years ago
},
{
2 years ago
"path": "pages/card/card_booking",
"style": {
"navigationBarTitleText": "预约提货",
"enablePullDownRefresh": false
}
},
2 years ago
{
"path": "pages/card/card_record",
"style": {
"navigationBarTitleText": "预约记录"
}
},
2 years ago
{
"path": "pages/card/card_bind",
"style": {
2 years ago
"navigationBarTitleText": "绑定云菜窖卡",
2 years ago
"enablePullDownRefresh": false
}
2 years ago
},
//
{
"path": "pages/card/card_bind2",
"style": {
2 years ago
"navigationBarTitleText": "绑定云菜窖卡",
2 years ago
"enablePullDownRefresh": false
}
2 years ago
}, {
2 years ago
"path": "pages/index/BindPhone",
"style": {
"navigationBarTitleText": "绑定账号",
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": false //,
}
}
2 years ago
},
{
2 years ago
"path": "pages/home/UserFragment",
2 years ago
"style": {
"navigationBarTitleText": "绑定账号",
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": false //,
}
}
2 years ago
},
{
"path" : "pages/card/card_record_detail",
"style" :
{
"navigationBarTitleText" : "预约详情",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/record/recordList",
"style" :
{
"navigationBarTitleText" : "预约记录"
}
2 years ago
},
{
"path" : "pages/good/goodsDetail",
"style" :
{
"navigationBarTitleText" : "商品详情",
"enablePullDownRefresh" : false
}
2 years ago
}
2 years ago
2 years ago
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
2 years ago
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#191919",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/card/card",
2 years ago
"text": "礼包",
"iconPath": "static/ze_bag_1.png",
"selectedIconPath": "static/ze_bag2.png"
2 years ago
}, {
2 years ago
"pagePath": "pages/record/recordList",
"text": "预约记录",
2 years ago
"iconPath": "static/ze_underway1.png",
"selectedIconPath": "static/ze_underway2.png"
2 years ago
}]
},
2 years ago
"uniIdRouter": {}
2 years ago
}