{ "easycom": { "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue", "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/index", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/classification", "style": { "navigationBarTitleText": "分类", "enablePullDownRefresh": true } }, { "path": "pages/order", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true } }, { "path": "pages/my", "style": { "navigationBarTitleText": "个人中心" } } ], "subPackages": [ { "root": "pagesSub/activity", "pages": [ { "path": "activityDetail", "style": { "navigationBarTitleText": "免费吃活动详情", "enablePullDownRefresh": true } }, { "path": "signUpOutcome", "style": { "navigationBarTitleText": "报名结果" } } ] }, { "root": "pagesSub/commission", "pages": [ { "path": "invite", "style": { "navigationBarTitleText": "邀请好友,赚现金" } }, { "path": "commission", "style": { "navigationBarTitleText": "我的返利金", "enablePullDownRefresh": true } }, { "path": "commissionRecord", "style": { "navigationBarTitleText": "分佣查看", "enablePullDownRefresh": true } }, { "path": "commissionApply", "style": { "navigationBarTitleText": "提现" } }, { "path": "commissionConfirm", "style": { "navigationBarTitleText": "提现" } } ] }, { "root": "pagesSub/my", "pages": [ { "path": "kefu", "style": { "navigationBarTitleText": "联系客服" } }, { "path": "about", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "commonProblem", "style": { "navigationBarTitleText": "常见问题" } }, { "path": "userDetail", "style": { "navigationBarTitleText": "个人信息" } } ] }, { "root": "pagesSub/order", "pages": [ { "path": "submitOrder", "style": { "navigationBarTitleText": "提交订单" } }, { "path": "submitOutcome", "style": { "navigationBarTitleText": "提交订单" } }, { "path": "rule", "style": { "navigationBarTitleText": "评价规则" } } ] }, { "root": "pagesSub/other", "pages": [ { "path": "login", "style": { "navigationBarTitleText": "" } }, { "path": "webView" }, { "path": "noviceStrategy", "style": { "navigationBarTitleText": "新手攻略" } } ] } ], "preloadRule": { "pages/index": { "network": "all", "packages": ["pagesSub/activity"] }, "pages/classification": { "network": "all", "packages": ["pagesSub/activity"] }, "pages/order": { "network": "all", "packages": ["pagesSub/order"] }, "pages/my": { "network": "wifi", "packages": ["pagesSub/my"] } }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "趣吃", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F4F5F9" }, "tabBar": { "color": "#999999", "selectedColor": "#FF6632", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index", "iconPath": "static/tabber/icon_db_home.png", "selectedIconPath": "static/tabber/icon_db_home2.png", "text": "首页" }, { "pagePath": "pages/classification", "iconPath": "static/tabber/icon_db_fenl.png", "selectedIconPath": "static/tabber/icon_db_fenl2.png", "text": "分类" }, { "pagePath": "pages/order", "iconPath": "static/tabber/icon_db_dingdan.png", "selectedIconPath": "static/tabber/icon_db_dingdan2.png", "text": "订单" }, { "pagePath": "pages/my", "iconPath": "static/tabber/icon_db_my.png", "selectedIconPath": "static/tabber/icon_db_my2.png", "text": "我的" } ] } }