You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.7 KiB

{
"pages": [
"pages/subpackages/mapnvue",
"pages/subpackages/login",
"pages/subpackages/my"
],
"subPackages": [
{
"root": "pages/public",
"pages": [
"richtext"
]
},
{
"root": "pages/pay",
"pages": [
"recharge",
"index",
"result"
]
},
{
"root": "pages/index",
"pages": [
"authentication",
"immediately",
"phone"
]
},
{
"root": "pages/home",
"pages": [
"guide/index",
"account/payvip",
"account/package",
"wallet/exchange",
"wallet/index",
"mytrip/order",
"mytrip/tripmain",
"personinfo",
"emergent/roast",
"detail/index",
"updatepassword",
"signature"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "芋道商城",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom"
},
"tabBar": {
"borderStyle": "white",
"backgroundColor": "#e6eafa",
"color": "#000",
"selectedColor": "#1296db",
"list": [
{
"pagePath": "pages/subpackages/mapnvue",
"text": "首页",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home_active.png"
},
{
"pagePath": "pages/subpackages/my",
"text": "我的",
"iconPath": "static/images/my.png",
"selectedIconPath": "static/images/my_active.png"
}
]
},
"plugins": {},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"usingComponents": {}
}