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.
77 lines
2.2 KiB
77 lines
2.2 KiB
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/usercenter/index",
|
|
"pages/usercenter/person-info/index",
|
|
"pages/usercenter/address/list/index",
|
|
"pages/usercenter/address/edit/index",
|
|
"pages/goods/list/index",
|
|
"pages/goods/details/index",
|
|
"pages/goods/category/index",
|
|
"pages/goods/search/index",
|
|
"pages/goods/result/index",
|
|
"pages/cart/index",
|
|
"pages/order/order-confirm/index",
|
|
"pages/order/receipt/index",
|
|
"pages/order/pay-result/index",
|
|
"pages/order/order-list/index",
|
|
"pages/order/order-detail/index",
|
|
"pages/goods/comments/index",
|
|
"pages/order/apply-service/index",
|
|
"pages/order/after-service-list/index",
|
|
"pages/order/after-service-detail/index",
|
|
"pages/goods/comments/create/index",
|
|
"pages/coupon/coupon-list/index",
|
|
"pages/coupon/coupon-detail/index",
|
|
"pages/coupon/coupon-activity-goods/index",
|
|
"pages/promotion-detail/index",
|
|
"pages/order/fill-tracking-no/index",
|
|
"pages/order/delivery-detail/index",
|
|
"pages/order/invoice/index",
|
|
"pages/usercenter/name-edit/index",
|
|
"pages/preferchoice/preferchoice",
|
|
"pages/forum/forum",
|
|
"pages/turntable/turntable"
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#666666",
|
|
"selectedColor": "#FF5F15",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/forum/forum",
|
|
"text": "论坛",
|
|
"iconPath": "/images/forum.png",
|
|
"selectedIconPath": "/images/forum.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/cart/index",
|
|
"text": "购物车"
|
|
},
|
|
{
|
|
"pagePath": "pages/usercenter/index",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#2B4B6B",
|
|
"navigationBarTitleText": "节时不节食",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
}
|
|
} |