{ "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": "index/deliveryPersonList", "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/pendGroup", "style": { "navigationBarTitleText": "待成团页", "navigationStyle": "custom" } },{ "path": "order/orderDetail", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" } },{ "path": "order/orderList", "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": "商家注册", "enablePullDownRefresh": false } },{ "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": "商家注册", "enablePullDownRefresh": false } },{ "path": "myCenter/addGoods", "style": { "navigationBarTitleText": "新增商品", "enablePullDownRefresh": false } }] }, { "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函数里面得到 }] } }