173 lines
6.0 KiB
JSON
173 lines
6.0 KiB
JSON
{
|
||
"pages": [
|
||
{
|
||
"path": "pages/tabbar/pagehome/pagehome",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
|
||
"navigationBarTextStyle": "black",
|
||
"app-plus": {
|
||
"titleNView": false, //禁用原生导航栏,APP和H5可用
|
||
"bounce": "none",
|
||
"scrollIndicator": "none"
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/tabbar/my/my",
|
||
"style": {
|
||
"navigationBarTitleText": "个人中心",
|
||
"navigationStyle": "custom" //禁用原生导航栏,微信小程序可用
|
||
}
|
||
},{
|
||
"path": "pages/tabbar/cart/cart",
|
||
"style": {
|
||
"navigationBarTitleText": "购物车",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/tabbar/cate/cate",
|
||
"style": {
|
||
"navigationBarTitleText": "分类",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
],
|
||
"subPackages": [{ //A包
|
||
"root": "pagesA",
|
||
"pages": [
|
||
{
|
||
"path" : "order-list/order-list",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
]
|
||
},
|
||
{ //B包
|
||
"root": "pagesB",
|
||
"pages": [
|
||
{
|
||
"path" : "login/login",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path" : "login/xiey",
|
||
"style" : {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
,{
|
||
"path" : "shop-detail/shop-detail",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "buy-read/buy-read",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "disclaimers/disclaimers",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "business-profile/business-profile",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "search/search",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "settlement/settlement",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "finish/finish",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "order-detail/order-detail",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"preloadRule": {
|
||
"pages/tabbar/my/my": {
|
||
"network": "all",
|
||
"packages": ["pagesA"]
|
||
}
|
||
},
|
||
"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函数里面得到
|
||
}
|
||
]
|
||
}
|
||
}
|