2022-07-31 02:14:22 +00:00
|
|
|
{
|
2022-08-09 07:41:11 +00:00
|
|
|
"pages": [
|
|
|
|
"pages/index/index",
|
|
|
|
"pages/my/my",
|
|
|
|
"pages/cart/cart",
|
|
|
|
"pages/cart/settlement",
|
|
|
|
"pages/cart/finish",
|
|
|
|
"pages/login/login"
|
|
|
|
],
|
|
|
|
"subPackages": [
|
|
|
|
{
|
|
|
|
"root": "pagesA",
|
|
|
|
"pages": [
|
|
|
|
"address/address",
|
|
|
|
"recharge/recharge",
|
|
|
|
"integral/integral",
|
|
|
|
"distribution/distribution",
|
|
|
|
"coupon/coupon",
|
|
|
|
"order/order",
|
|
|
|
"order/detail"
|
|
|
|
]
|
2022-07-31 02:14:22 +00:00
|
|
|
},
|
2022-08-09 07:41:11 +00:00
|
|
|
{
|
|
|
|
"root": "pagesB",
|
|
|
|
"pages": [
|
|
|
|
"shop-detail/shop-detail",
|
|
|
|
"ucenter/ucenter",
|
|
|
|
"disclaimers/disclaimers",
|
2022-08-23 06:52:27 +00:00
|
|
|
"about/about",
|
2022-08-09 07:41:11 +00:00
|
|
|
"integral-rule/integral-rule",
|
2022-09-27 08:57:57 +00:00
|
|
|
"distributor/distributor",
|
|
|
|
"video/playVideo"
|
2022-08-09 07:41:11 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"window": {
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"backgroundColor": "#FFFFFF",
|
|
|
|
"backgroundTextStyle": "light"
|
|
|
|
},
|
2022-08-23 06:52:27 +00:00
|
|
|
"preloadRule": {
|
|
|
|
"pages/index/index": {
|
|
|
|
"network": "all",
|
|
|
|
"packages": [
|
|
|
|
"pagesA"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2022-08-09 07:41:11 +00:00
|
|
|
"permission": {
|
|
|
|
"scope.userLocation": {
|
|
|
|
"desc": "您的位置信息将用于小程序位置接口的效果展示"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"usingComponents": {
|
|
|
|
"nothing-page": "/components/nothing/nothing-page",
|
|
|
|
"status-nav": "/components/status-nav/status-nav"
|
2022-09-27 08:57:57 +00:00
|
|
|
}
|
2022-07-31 02:14:22 +00:00
|
|
|
}
|