| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- {
- "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": "我的"
- }
- ]
- }
- }
|