推拿小程序前端代码仓库
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.
 
 
 

213 lines
3.9 KiB

{
"pages": [ {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/order",
"style": {
"navigationBarTitleText": "订单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/category",
"style": {
"navigationBarTitleText": "商品",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/center",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/index/cart",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true
}
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["pages_order"]
}
},
"subPackages": [{
"root": "pages_order",
"pages": [
{
"path": "product/productDetail",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "order/createOrder",
"style": {
"navigationBarTitleText": "创建订单"
}
},
{
"path": "order/verifyOrder",
"style": {
"navigationBarTitleText": "核销订单",
"enablePullDownRefresh": true
}
},
{
"path": "order/orderDetail",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": true
}
},
{
"path": "mine/memberCenter",
"style": {
"navigationBarTitleText": "会员中心"
}
},
{
"path": "mine/partner",
"style": {
"navigationBarTitleText": "合作伙伴"
}
},
{
"path": "mine/withdraw",
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "mine/runningWater",
"style": {
"navigationBarTitleText": "流水记录"
}
},
{
"path": "mine/promotion",
"style": {
"navigationBarTitleText": "推广中心"
}
},
{
"path": "mine/promotionH5",
"style": {
"navigationBarTitleText": "推广中心"
}
},
{
"path": "mine/coupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "mine/voucher",
"style": {
"navigationBarTitleText": "代金券"
}
},
{
"path": "mine/verifyVoucher",
"style": {
"navigationBarTitleText": "核销代金券"
}
},
{
"path": "mine/signIn",
"style": {
"navigationBarTitleText": "签到"
}
},
{
"path": "mine/pointsRecord",
"style": {
"navigationBarTitleText": "积分记录"
}
},
{
"path": "mine/cooperation",
"style": {
"navigationBarTitleText": "合作",
"enablePullDownRefresh": true
}
},
{
"path": "mine/verifyRecord",
"style": {
"navigationBarTitleText": "核销记录"
}
},
{
"path": "auth/wxLogin",
"style": {
"navigationBarTitleText": "微信登录"
}
},
{
"path": "auth/wxUserInfo",
"style": {
"navigationBarTitleText": "用户信息"
}
},
{
"path": "auth/loginAndRegisterAndForgetPassword",
"style": {
"navigationBarTitleText": "登录注册"
}
},
{
"path": "mine/help",
"style": {
"navigationBarTitleText": "帮助中心"
}
},
{
"path": "home/contact",
"style": {
"navigationBarTitleText": "联系我们"
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "愈然工坊",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"tabBar": {
"custom": true,
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
}, {
"pagePath": "pages/index/category",
"text": "商品"
}, {
"pagePath": "pages/index/order",
"text": "订单"
}, {
"pagePath": "pages/index/center",
"text": "我的"
}]
},
"uniIdRouter": {}
}