165 lines
4.3 KiB
JSON
165 lines
4.3 KiB
JSON
{
|
||
"pages": [
|
||
{ //首页
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "首页",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //我的
|
||
"path": "pages/my/my",
|
||
"style": {
|
||
"navigationBarTitleText": "我的",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //购物车
|
||
"path" : "pages/cart/cart",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //确认订单
|
||
"path" : "pages/cart/settlement",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //完成订单
|
||
"path" : "pages/cart/finish",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //登录
|
||
"path" : "pages/login/login",
|
||
"style" : {
|
||
"navigationBarTitleText": "登录",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
],
|
||
"subPackages": [{ //A包
|
||
"root": "pagesA",
|
||
"pages": [
|
||
{ //地址管理
|
||
"path" : "address/address",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //我的余额
|
||
"path" : "recharge/recharge",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //我的积分
|
||
"path" : "integral/integral",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //分销管理
|
||
"path" : "distribution/distribution",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //优惠券
|
||
"path" : "coupon/coupon",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //订单管理
|
||
"path" : "order/order",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //订单详情
|
||
"path" : "order/detail",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{ //B包
|
||
"root": "pagesB",
|
||
"pages": [
|
||
{ //商品简介
|
||
"path" : "shop-detail/shop-detail",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //个人资料
|
||
"path" : "ucenter/ucenter",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //免责申明
|
||
"path" : "disclaimers/disclaimers",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //积分规则
|
||
"path" : "integral-rule/integral-rule",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{ //经销商申请
|
||
"path" : "distributor/distributor",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarBackgroundColor": "#FFFFFF", //导航栏背景色
|
||
"navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
|
||
"backgroundColor":"#FFFFFF",//下拉显示出来的窗口的背景色
|
||
"backgroundTextStyle":"light",//下拉 loading 的样式,仅支持 dark / light
|
||
// "transparentTitle":"none",//导航栏整体(前景、背景)透明设置。支持 always 一直透明 / auto 滑动自适应 / none 不透明
|
||
"app-plus": {
|
||
"titleNView": false, //禁用原生导航栏,APP和H5可用
|
||
"bounce": "none",
|
||
"scrollIndicator": "none"
|
||
}
|
||
},
|
||
"condition" : { //模式配置,仅开发期间生效
|
||
"current": 0, //当前激活的模式(list 的索引项)
|
||
"list": [
|
||
{
|
||
"name": "", //模式名称
|
||
"path": "", //启动页面,必选
|
||
"query": "" //启动参数,在页面的onLoad函数里面得到
|
||
}
|
||
]
|
||
}
|
||
}
|