Initial Commit
This commit is contained in:
101
app.json
Normal file
101
app.json
Normal file
@ -0,0 +1,101 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/classify/classify",
|
||||
"pages/cart/cart",
|
||||
"pages/my/my",
|
||||
"pages/login/login",
|
||||
"pages/bindCompany/bindCompany",
|
||||
"pages/expresswx/expresswx",
|
||||
"pages/my/my_address/my_address",
|
||||
"pages/my/my_address/my_address_details/my_address_details",
|
||||
"pages/welfare/welfare",
|
||||
"pages/welfare/cartPay/cartPay",
|
||||
"pages/index/welfareImg/welfareImg",
|
||||
"pages/index/banner_details/welfareImg",
|
||||
"pages/chuxiao/integral",
|
||||
"pages/chuxiao/cx_details/goodsDetails",
|
||||
"pages/chuxiao/cartPay/cartPay",
|
||||
"pages/index_search/index_search",
|
||||
"pages/index/index_address/index_address",
|
||||
"pages/goodsDetails/goodsDetails",
|
||||
"pages/search_details/search_details",
|
||||
"pages/cartPay/cartPay",
|
||||
"pages/order_details/order_details",
|
||||
"pages/my/my_data/my_data",
|
||||
"pages/my/my_cash/my_cash",
|
||||
"pages/my/my_introduction/my_introduction",
|
||||
"pages/my/my_vipjs/my_introduction",
|
||||
"pages/my/my_feedback/my_feedback",
|
||||
"pages/integral/integral",
|
||||
"pages/my/my_bill/my_bill",
|
||||
"pages/my/ourteam/ourteam",
|
||||
"pages/my/my_order/my_order",
|
||||
"pages/my/coupon/coupon",
|
||||
"pages/welfareImg/welfareImg",
|
||||
"pages/my/shops/shops",
|
||||
"pages/order_detailsCode/order_details",
|
||||
"pages/my/after_sales/after_sales",
|
||||
"pages/my/applyAfter_sales/applyAfter_sales",
|
||||
"pages/welfareImg/welfare_tj/welfare_tj",
|
||||
"pages/my/my_wallet/my_wallet",
|
||||
"pages/my/my_feedback_list/my_feedback_list",
|
||||
"pages/chuxiao/cx_wxParse/cx_wxParse",
|
||||
"pages/my/my_feedback_list/list_details/list_details",
|
||||
"pages/my/after_sales_next/after_sales_next",
|
||||
"pages/my/after_jilu/after_jilu",
|
||||
"pages/logistics_details/logistics_details"
|
||||
],
|
||||
"entryPagePath": "pages/index/index",
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "三品慧采",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#333333",
|
||||
"selectedColor": "#ee7b1e",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/icon/tab1.png",
|
||||
"selectedIconPath": "/icon/tab1-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/classify/classify",
|
||||
"text": "分类",
|
||||
"iconPath": "/icon/tab2.png",
|
||||
"selectedIconPath": "/icon/tab2-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/welfareImg/welfareImg",
|
||||
"text": "福利定制",
|
||||
"iconPath": "/icon/tab5.png",
|
||||
"selectedIconPath": "/icon/tab5-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/cart/cart",
|
||||
"text": "购物车",
|
||||
"iconPath": "/icon/tab3.png",
|
||||
"selectedIconPath": "/icon/tab3-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"text": "我的",
|
||||
"iconPath": "/icon/tab4.png",
|
||||
"selectedIconPath": "/icon/tab4-active.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "你的位置信息将方便您查看附近自提点"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user