78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/order/order",
|
|
"pages/shop_cart/shop_cart",
|
|
"pages/my/my",
|
|
"pages/login/login",
|
|
"pages/login/fastLogin",
|
|
"pages/login/mobileLogin",
|
|
"pages/signin/signin",
|
|
"pages/server_explan/server_explan",
|
|
"pages/store/choose_store",
|
|
"pages/store/store",
|
|
"pages/shop/shop",
|
|
"pages/order_now/order_now",
|
|
"pages/order_details/order_details",
|
|
"pages/refund/refund",
|
|
"pages/my/profile",
|
|
"pages/my/wallet",
|
|
"pages/recharge/balance",
|
|
"pages/recharge/recharge",
|
|
"components/uview-ui/components/u-avatar-cropper/u-avatar-cropper"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "bundle",
|
|
"pages": [
|
|
"pages/points/points",
|
|
"pages/points/points_store",
|
|
"pages/points/points_shop",
|
|
"pages/coupon/coupon",
|
|
"pages/setting/setting",
|
|
"pages/address/address",
|
|
"pages/address/address_edit"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"defaultTitle": "煎饼",
|
|
"titleBarColor": "#FFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"textColor": "#ABB0C2",
|
|
"selectedColor": "#254062",
|
|
"items": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"name": "首页",
|
|
"icon": "/static/tabbar/tab_home.png",
|
|
"activeIcon": "/static/tabbar/tab_home_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/order",
|
|
"name": "订单",
|
|
"icon": "/static/tabbar/tab_order.png",
|
|
"activeIcon": "/static/tabbar/tab_order_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/shop_cart/shop_cart",
|
|
"name": "购物车",
|
|
"icon": "/static/tabbar/tab_cart.png",
|
|
"activeIcon": "/static/tabbar/tab_cart_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"name": "我的",
|
|
"icon": "/static/tabbar/tab_my.png",
|
|
"activeIcon": "/static/tabbar/tab_my_s.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {
|
|
"mescroll-body": "/components/mescroll-uni/mescroll-body",
|
|
"mescroll-uni": "/components/mescroll-uni/mescroll-uni",
|
|
"plugin-wrapper": "/plugin-wrapper"
|
|
}
|
|
} |