Files
ai_dianshang/miniprogram/app.json
2025-11-17 14:11:46 +08:00

112 lines
3.0 KiB
JSON

{
"pages": ["pages/home/home", "pages/category/index", "pages/cart/index", "pages/usercenter/index", "pages/login/index", "pages/points/index", "pages/network-test/index", "pages/help-center/index", "pages/error-log/index", "pages/user-agreement/index", "pages/privacy-policy/index", "pages/debug/payment-test", "pages/debug/comment-test", "pages/debug/comment-display-test",
"pages/debug/simple-comment-test",
"pages/debug/api-test",
"pages/debug/hardcoded-comment-test",
"pages/test-my-comments/index",
"pages/test-comment-stats/index"],
"subpackages": [
{
"root": "pages/user",
"name": "user",
"pages": ["person-info/index", "address/list/index", "address/edit/index", "name-edit/index", "phone-verify/index"]
},
{
"root": "pages/goods",
"name": "goods",
"pages": [
"list/index",
"details/index",
"search/index",
"result/index",
"comments/index",
"comments/create/index"
]
},
{
"root": "pages/order",
"name": "order",
"pages": [
"order-confirm/index",
"receipt/index",
"pay-result/index",
"order-list/index",
"order-detail/index",
"apply-service/index",
"after-service-list/index",
"after-service-detail/index",
"fill-tracking-no/index",
"delivery-detail/index",
"invoice/index",
"comment/index",
"comment-list/index"
]
},
{
"root": "pages/refund",
"name": "refund",
"pages": [
"refund-list/index",
"refund-detail/index",
"refund-apply/index"
]
},
{
"root": "pages/coupon",
"name": "coupon",
"pages": ["coupon-list/index", "coupon-detail/index", "coupon-activity-goods/index", "coupon-center/index"]
},
{
"root": "pages/promotion",
"name": "promotion",
"pages": ["promotion-detail/index"]
}
],
"tabBar": {
"custom": true,
"color": "#666666",
"selectedColor": "#FF5F15",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页"
},
{
"pagePath": "pages/category/index",
"text": "分类"
},
{
"pagePath": "pages/cart/index",
"text": "购物车"
},
{
"pagePath": "pages/usercenter/index",
"text": "我的"
}
]
},
"requiredPrivateInfos": ["chooseAddress","chooseLocation"],
"lazyCodeLoading": "requiredComponents",
"usingComponents": {},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"networkTimeout": {
"request": 60000,
"downloadFile": 60000
},
"debug": false,
"functionalPages": true
}