2025-11-08 20:34:15 +08:00

48 lines
1.0 KiB
JSON

{
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "购de着",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"permission": {
"scope.userFuzzyLocation": {
"desc": "获取当前的模糊地理位置"
}
},
"pages": [
"pages/home/index",
"pages/login/index",
"pages/pay/index",
"pages/category/index",
"pages/shopping-cart/index",
"pages/mine/index",
"pages/H5/index",
"pages/setup/index",
"pages/download/index"
],
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/category/index",
"text": "分类"
},
{
"pagePath": "pages/shopping-cart/index",
"text": "购物车"
},
{
"pagePath": "pages/mine/index",
"text": "我的"
}
]
}
}