2025-09-25 22:38:47 +08:00

46 lines
990 B
JSON

{
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "优品尚",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"permission": {
"scope.userFuzzyLocation": {
"desc": "获取当前的模糊地理位置"
}
},
"requiredPrivateInfos": ["getFuzzyLocation"],
"pages": [
"pages/category/index",
"pages/home/index",
"pages/login/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/download/index",
"text": "购物车"
},
{
"pagePath": "pages/setup/index",
"text": "我的"
}
]
}
}