generated from weChat/xcx_temp
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/home/search/index",
|
|
"pages/table-data/index",
|
|
"pages/login/login",
|
|
"pages/login/authorize-avatar-name/index",
|
|
"pages/login/phone-register/index",
|
|
"pages/login/agree-link/index",
|
|
"pages/usercenter/index",
|
|
"pages/usercenter/goods-collect/index",
|
|
"pages/usercenter/goods-history/index",
|
|
"pages/usercenter/person-info/index",
|
|
"pages/usercenter/set/index",
|
|
"pages/usercenter/subscribe/index",
|
|
"pages/usercenter/name-edit/index"
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#666666",
|
|
"selectedColor": "#FF5F15",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/usercenter/index",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"requiredPrivateInfos": ["chooseAddress"],
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"resolveAlias": {
|
|
"~/*": "/*"
|
|
}
|
|
}
|