Files
2026-04-14 17:38:46 +08:00

167 lines
5.7 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/goods_cate/goods_cate",
"pages/shop_street/shop_street",
"pages/community/community",
"pages/shop_cart/shop_cart",
"pages/user/user",
"pages/login/login",
"pages/register/register",
"pages/goods_details/goods_details",
"pages/forget_pwd/forget_pwd",
"pages/confirm_order/confirm_order",
"pages/payment/payment",
"pages/pay_result/pay_result",
"pages/goods_search/goods_search",
"pages/store_index/store_index",
"pages/news_list/news_list",
"pages/news_details/news_details",
"pages/active_list/active_list",
"pages/message_center/message_center",
"pages/store_detail/store_detail",
"pages/notice/notice",
"pages/brand_list/brand_list",
"pages/webview/webview",
"components/uview-ui/components/u-avatar-cropper/u-avatar-cropper"
],
"subPackages": [
{
"root": "bundle",
"pages": [
"pages/toAlipay/toAlipay",
"pages/all_comments/all_comments",
"pages/shop_search/shop_search",
"pages/get_coupon/get_coupon",
"pages/activity_detail/activity_detail",
"pages/goods_seckill/goods_seckill",
"pages/user_vip/user_vip",
"pages/user_order/user_order",
"pages/order_details/order_details",
"pages/user_address/user_address",
"pages/address_edit/address_edit",
"pages/user_coupon/user_coupon",
"pages/user_collection/user_collection",
"pages/after_sales/after_sales",
"pages/apply_refund/apply_refund",
"pages/after_sales_detail/after_sales_detail",
"pages/input_express_info/input_express_info",
"pages/user_profile/user_profile",
"pages/user_set/user_set",
"pages/user_wallet/user_wallet",
"pages/user_payment/user_payment",
"pages/contact_offical/contact_offical",
"pages/server_explan/server_explan",
"pages/store_settled/store_settled",
"pages/settled_result/settled_result",
"pages/settled_recode/settled_recode",
"pages/goods_reviews/goods_reviews",
"pages/user_comment/user_comment",
"pages/goods_logistics/goods_logistics",
"pages/user_spread/user_spread",
"pages/monthly_bill/monthly_bill",
"pages/monthly_bill_detail/monthly_bill_detail",
"pages/user_spread_order/user_spread_order",
"pages/user_withdraw/user_withdraw",
"pages/user_withdraw_code/user_withdraw_code",
"pages/widthdraw_result/widthdraw_result",
"pages/invite_fans/invite_fans",
"pages/user_bill/user_bill",
"pages/user_growth/user_growth",
"pages/recharge_record/recharge_record",
"pages/user_fans/user_fans",
"pages/commission_details/commission_details",
"pages/bargain/bargain",
"pages/bargain_process/bargain_process",
"pages/bargain_code/bargain_code",
"pages/goods_combination/goods_combination",
"pages/user_group/user_group",
"pages/chat/chat",
"pages/integral_sign/integral_sign",
"pages/sign_rule/sign_rule",
"pages/integral_details/integral_details",
"pages/license/license",
"pages/integral_mall/integral_mall",
"pages/integral_goods_details/integral_goods_details",
"pages/integral_settlement/integral_settlement",
"pages/exchange_order/exchange_order",
"pages/exchange_order_details/exchange_order_details",
"pages/invoice/invoice",
"pages/invoice_detail/invoice_detail",
"pages/cancel/cancel",
"pages/cancel_result/cancel_result"
]
},
{
"root": "bundle_b",
"pages": [
"pages/published_works/published_works",
"pages/community_detail/community_detail",
"pages/community_user/community_user",
"pages/community_user_profile/community_user_profile",
"pages/community_topic/community_topic",
"pages/community_search/community_search",
"pages/nearby_shops/nearby_shops",
"pages/city/city",
"pages/live_room/live_room"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#666",
"selectedColor": "#FF2C3C",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/static/images/tab_home.png",
"selectedIconPath": "/static/images/tab_home_s.png",
"text": "首页"
},
{
"pagePath": "pages/goods_cate/goods_cate",
"iconPath": "/static/images/tab_sort.png",
"selectedIconPath": "/static/images/tab_sort_s.png",
"text": "分类"
},
{
"pagePath": "pages/community/community",
"iconPath": "/static/images/tab-community.png",
"selectedIconPath": "/static/images/tab-community_s.png",
"text": "种草"
},
{
"pagePath": "pages/shop_cart/shop_cart",
"iconPath": "/static/images/tab_shoppingcar.png",
"selectedIconPath": "/static/images/tab_shoppingcar_s.png",
"text": "购物车"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/images/tab_user.png",
"selectedIconPath": "/static/images/tab_user_s.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseAddress",
"onLocationChange"
],
"usingComponents": {
"mescroll-body": "/components/mescroll-uni/mescroll-body",
"router-link": "/js_sdk/uni-simple-router/link"
}
}