acdr-ui/dist/build/mp-weixin/app.json

151 lines
3.6 KiB
JSON
Raw Normal View History

2024-09-19 07:20:14 +08:00
{
"pages": [
"pages/index/index",
2024-10-01 09:15:35 +08:00
"pages/index/404"
2024-09-19 07:20:14 +08:00
],
"subPackages": [
{
2024-10-01 09:15:35 +08:00
"root": "modules/pet",
2024-09-19 07:20:14 +08:00
"pages": [
2024-10-01 09:15:35 +08:00
"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"
2024-09-19 07:20:14 +08:00
]
},
{
2024-10-01 09:15:35 +08:00
"root": "modules/mall",
2024-09-19 07:20:14 +08:00
"pages": [
2024-10-01 09:15:35 +08:00
"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"
2024-09-19 07:20:14 +08:00
]
}
],
"window": {
"navigationStyle": "default",
"navigationBarTitleText": "宠屋",
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#000000",
"backgroundColor": "#F8F8F8",
"borderStyle": "black",
"list": [
{
2024-10-01 09:15:35 +08:00
"pagePath": "pages/index/index"
2024-09-19 07:20:14 +08:00
},
{
2024-10-01 09:15:35 +08:00
"pagePath": "pages/index/404"
2024-09-19 07:20:14 +08:00
}
]
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于定位效果展示"
}
},
"lazyCodeLoading": "requiredComponents",
"usingComponents": {
"layout-default-uni": "/layouts/default",
"layout-demo-uni": "/layouts/demo"
}
}