63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
"pages/tabbar/index/index",
|
|
"pages/tabbar/cate/cate",
|
|
"pages/tabbar/kit/kit",
|
|
"pages/tabbar/kit/detail",
|
|
"pages/tabbar/news/news",
|
|
"pages/tabbar/news/collection",
|
|
"pages/tabbar/news/detail",
|
|
"pages/tabbar/my/my",
|
|
"pages/login/login",
|
|
"pages/login/agreement"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pagesA",
|
|
"pages": [
|
|
"cart/cart",
|
|
"cart/settlement",
|
|
"cart/finish",
|
|
"shop/shop",
|
|
"shop/detail",
|
|
"order/order",
|
|
"order/detail"
|
|
]
|
|
},
|
|
{
|
|
"root": "pagesB",
|
|
"pages": [
|
|
"ucenter/ucenter",
|
|
"ucenter/edit",
|
|
"disclaimers/disclaimers",
|
|
"about/about",
|
|
"search/search"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#FFFFFF",
|
|
"backgroundTextStyle": "light"
|
|
},
|
|
"preloadRule": {
|
|
"pages/tabbar/my/my": {
|
|
"network": "all",
|
|
"packages": [
|
|
"pagesA"
|
|
]
|
|
}
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "您的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"usingComponents": {
|
|
"status-container": "/components/containers/status-container",
|
|
"nothing-page": "/components/nothing/nothing-page"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |