{ "pages": [ "pages/index/index", "pages/index/404" ], "subPackages": [ { "root": "modules/pet", "pages": [ "address/index", "ai/ai-interactive-space", "certification/index", "certification/pet-sitter", "extended/index", "h5mall/index", "login/index", "login/phone", "map/index", "message/chat", "message/index", "message/message-list", "message/privatechat", "my/index", "order/index", "order/order-detail", "order/take", "others/agreement", "others/null", "others/official-account", "permission/bind-phone", "permission/real-name-auth", "pet/index", "pet/pet-add-page", "pet/pet-detail-page", "push/door", "push/goods", "push/index", "push/share", "service/accompany", "service/detail", "service/door", "service/index", "service/knowledge", "service/my-service", "service/search", "service/shop", "service/slippery", "service/store", "settings/index", "space/index", "webview/webview" ] }, { "root": "modules/mall", "pages": [ "index/index", "index/user", "index/category", "index/cart", "index/login", "index/search", "index/page", "goods/index", "goods/groupon", "goods/seckill", "goods/list", "goods/comment/add", "goods/comment/list", "order/detail", "order/confirm", "order/list", "order/aftersale/apply", "order/aftersale/return-delivery", "order/aftersale/list", "order/aftersale/detail", "order/aftersale/log", "order/express/log", "user/info", "user/goods-collect", "user/goods-log", "user/address/list", "user/address/edit", "user/goods_details_store/index", "user/wallet/money", "user/wallet/score", "commission/index", "commission/wallet", "commission/goods", "commission/order", "commission/team", "commission/promoter", "commission/commission-ranking", "commission/withdraw", "app/sign", "public/setting", "public/richtext", "public/faq", "public/error", "public/webview", "coupon/list", "coupon/detail", "chat/index", "pay/index", "pay/result", "pay/recharge", "pay/recharge-log", "activity/groupon/detail", "activity/groupon/order", "activity/index", "activity/groupon/list", "activity/seckill/list" ] } ], "window": { "navigationStyle": "default", "navigationBarTitleText": "宠屋", "navigationBarBackgroundColor": "#f8f8f8", "navigationBarTextStyle": "black", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#999999", "selectedColor": "#000000", "backgroundColor": "#F8F8F8", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index" }, { "pagePath": "pages/index/404" } ] }, "requiredPrivateInfos": [ "getLocation", "chooseLocation" ], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于定位效果展示" } }, "lazyCodeLoading": "requiredComponents", "usingComponents": { "layout-default-uni": "/layouts/default", "layout-demo-uni": "/layouts/demo" } }