[本时生活小程序-线上备份]
This commit is contained in:
62
app.json
Normal file
62
app.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/user/user",
|
||||
"pages/coupon/coupon",
|
||||
"pages/couponDetails/couponDetails",
|
||||
"pages/store/store",
|
||||
"pages/storeDetails/storeDetails",
|
||||
"pages/chooseTel/chooseTel",
|
||||
"pages/login/login",
|
||||
"pages/couponArr/couponArr",
|
||||
"pages/rights/rights",
|
||||
"pages/activity/activity",
|
||||
"pages/activityInfo/activityInfo",
|
||||
"pages/address/address",
|
||||
"pages/address_form/address_form",
|
||||
"pages/activityOrder/activityOrder",
|
||||
"pages/activityData/activityData",
|
||||
"pages/order/order",
|
||||
"pages/orderData/orderData",
|
||||
"pages/activate/activate",
|
||||
"pages/account/account",
|
||||
"pages/switchcity/switchcity",
|
||||
"pages/webView/webView",
|
||||
"pages/packet/packet",
|
||||
"pages/frozen/frozen",
|
||||
"pages/welfare/welfare",
|
||||
"pages/classify/classify"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "亿时代",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"tabBar": {
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/static/tabBarIcon/00.png",
|
||||
"selectedIconPath": "/static/tabBarIcon/00_active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/user",
|
||||
"text": "我的",
|
||||
"iconPath": "/static/tabBarIcon/01.png",
|
||||
"selectedIconPath": "/static/tabBarIcon/01_active.png"
|
||||
}
|
||||
],
|
||||
"color": "#b6b9bb",
|
||||
"selectedColor": "#000",
|
||||
"borderStyle": "white"
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user