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.
 
 
 
 
 

241 lines
5.3 KiB

{
"pages": [{
"path": "pages/index/home",
"style": {
"navigationBarTitleText": "加载中..",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "package1",
"pages": [{
"path": "tabbar/release",
"style": {
"navigationBarTitleText": "发布",
"navigationStyle": "custom"
}
},{
"path": "buyFood/buyFood",
"style": {
"navigationBarTitleText": "代买饭",
"navigationStyle": "custom"
}
},{
"path": "farm/farm",
"style": {
"navigationBarTitleText": "农场",
"navigationStyle": "custom"
}
},{
"path": "group/groupBuyDetail",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},{
"path": "group/groupBuySingle",
"style": {
"navigationBarTitleText": "拼团单一商家",
"navigationStyle": "custom"
}
},{
"path": "group/groupBuyList",
"style": {
"navigationBarTitleText": "拼团页",
"navigationStyle": "custom"
}
},{
"path": "group/searchGroup",
"style": {
"navigationBarTitleText": "商家搜索页",
"navigationStyle": "custom"
}
},{
"path": "group/shopEvaluate",
"style": {
"navigationBarTitleText": "商家评价",
"navigationStyle": "custom"
}
},{
"path": "goods/goodsDetail",
"style": {
"navigationBarTitleText": "商品详情页",
"navigationStyle": "custom"
}
},{
"path": "order/orderDetail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
}
},{
"path": "order/orderConfirm",
"style": {
"navigationBarTitleText": "订单支付页",
"navigationStyle": "custom"
}
},{
"path": "payment/payment",
"style": {
"navigationBarTitleText": "支付页",
"navigationStyle": "custom"
}
},{
"path": "post/postDetail",
"style": {
"navigationBarTitleText": "帖子详情页",
"navigationStyle": "custom"
}
},{
"path": "runErrand/runErrand",
"style": {
"navigationBarTitleText": "代取快递/跑腿",
"navigationStyle": "custom"
}
},{
"path": "myCenter/addressList",
"style": {
"navigationBarTitleText": "地址列表",
"navigationStyle": "custom"
}
},{
"path": "myCenter/wallet",
"style": {
"navigationBarTitleText": "我的钱包",
"navigationStyle": "custom"
}
},{
"path": "myCenter/partTimeJobRegister",
"style": {
"navigationBarTitleText": "兼职注册",
"navigationStyle": "custom"
}
},{
"path": "myCenter/partTimeJob",
"style": {
"navigationBarTitleText": "兼职主页",
"navigationStyle": "custom"
}
},{
"path": "myCenter/myPost",
"style": {
"navigationBarTitleText": "我的发布",
"navigationStyle": "custom"
}
},{
"path": "myCenter/myMerchant",
"style": {
"navigationBarTitleText": "商家主页",
"navigationStyle": "custom"
}
},{
"path": "myCenter/myFriend",
"style": {
"navigationBarTitleText": "我的朋友",
"navigationStyle": "custom"
}
},{
"path": "myCenter/myCollect",
"style": {
"navigationBarTitleText": "我的收藏",
"navigationStyle": "custom"
}
},{
"path": "myCenter/myCenter",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
},{
"path": "myCenter/merchantRegister",
"style": {
"navigationBarTitleText": "商家注册",
"navigationStyle": "custom"
}
},{
"path": "myCenter/addGoods",
"style": {
"navigationBarTitleText": "新增商品",
"navigationStyle": "custom"
}
}]
}, {
"root": "package2",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},{
"path": "login/protocol",
"style": {
"navigationBarTitleText": "用户协议"
}
},{
"path": "login/privacy",
"style": {
"navigationBarTitleText": "隐私政策"
}
}]
}, {
"root": "package3",
"pages": [{
"path": "index/TotalProfit",
"style": {
"navigationBarTitleText": "总利润",
"enablePullDownRefresh": false
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView-Base",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
// "pageOrientation": "auto" //
},
"tabBar": {
"custom": true,
"color": "#909399",
"selectedColor": "#303133",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/fabu222.png",
"selectedIconPath": "static/images/tabbar/fabu222.png",
"text": "首页"
},
{
"pagePath": "pages/index/home",
"iconPath": "static/images/tabbar/fabu222.png",
"selectedIconPath": "static/images/tabbar/fabu222.png",
"text": "库存"
}
]
},
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["package1"]
}
},
"usingComponents": {},
"condition": { //
"current": 0, //(list )
"list": [{
"name": "", //
"path": "", //
"query": "" //onLoad
}]
}
}