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.
 
 
 
 
high-mini/unpackage/dist/build/mp-weixin/app.json

75 lines
2.2 KiB

{
"pages": [
"pages/tabBar/home/home",
"pages/goods/store-list/store-list",
"pages/tabBar/category/category",
"pages/tabBar/cart/cart",
"pages/tabBar/user/user",
"pages/goods/goods-list/goods-list",
"pages/goods/HM-search/HM-search",
"pages/goods/goods",
"pages/login/login",
"pages/login/register",
"pages/login/resetpasswd",
"pages/order/confirmation",
"pages/user/order_list/order_list",
"pages/user/setting/setting",
"pages/user/myQR/myQR",
"pages/msg/msg",
"pages/user/coupon/coupon",
"pages/user/keep/keep",
"pages/user/address/address",
"pages/user/address/edit/edit",
"pages/user/deposit/deposit",
"pages/pay/payment/payment",
"pages/pay/success/success",
"pages/goods/ratings/ratings",
"pages/goods/store-list/store-details",
"pages/goods/coupon-details/coupon-details",
"pages/user/business/business",
"pages/user/order_details/order_details",
"pages/goods/recording/recording",
"pages/user/mineCoupons/mineCoupons"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#f06c7a",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/img/tabBar/home.png",
"selectedIconPath": "static/img/tabBar/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/category/category",
"iconPath": "static/img/tabBar/category.png",
"selectedIconPath": "static/img/tabBar/category-on.png",
"text": "分类"
},
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/img/tabBar/user.png",
"selectedIconPath": "static/img/tabBar/user-on.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
}
},
"usingComponents": {}
}