123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/wxofficial"
- },
- {
- "path": "pages/index/payExternal"
- },
- {
- "path": "pages/core/index",
- "style": {
- "titlePenetrate": "YES"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/login/index"
- },
- {
- "path": "pages/login/code"
- },
- {
- "path": "pages/lucky/index",
- "style": {
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/ticketBox/detail"
- },
- {
- "path": "pages/activity/index"
- }
- ],
- "subPackages": [{
- "root": "packageGoods",
- "pages": [{
- "path": "coupon/index"
- },
- {
- "path": "goods/company"
- },
- {
- "path": "goods/detail"
- },
- {
- "path": "goods/list"
- },
- {
- "path": "goods/category"
- },
- {
- "path": "order/index"
- },
- {
- "path": "order/detail"
- },
- {
- "path": "order/logistics"
- },
- {
- "path": "order/settlement"
- },
- {
- "path": "order/payOrder"
- },
- {
- "path": "ticket/index"
- },
- {
- "path": "recovery/index"
- },
- {
- "path": "recovery/detail"
- },
- {
- "path": "promoters/index"
- }
- ]
- },
- {
- "root": "packagePrize",
- "pages": [{
- "path": "bean/index"
- },
- {
- "path": "choice/index"
- },
- {
- "path": "coupon/use"
- },
- {
- "path": "coupon/detail"
- },
- {
- "path": "goods/detail"
- }, {
- "path": "goods/index"
- },
- {
- "path": "prize/index"
- },
- {
- "path": "ticket/index"
- },
- {
- "path": "rolling/index",
- "style": {
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "rolling/animation",
- "style": {
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "purchase/index"
- },
- {
- "path": "address/index"
- }
- ]
- },
- {
- "root": "packageOperate",
- "pages": [{
- "path": "address/index"
- },
- {
- "path": "address/create"
- },
- {
- "path": "process/index"
- },
- {
- "path": "share/index"
- },
- {
- "path": "webview/index"
- },
- {
- "path": "activity/index"
- },
- {
- "path": "activity/record"
- },
- {
- "path": "activity/wxofficial"
- },
- {
- "path": "creator/index"
- },
- {
- "path": "store/index"
- },
- {
- "path": "exchange/index"
- }
- ]
- },
- {
- "root": "packageOther",
- "pages": [{
- "path": "about/index"
- },
- {
- "path": "about/conceal"
- },
- {
- "path": "about/protect"
- },
- {
- "path": "rule/index"
- },
- {
- "path": "rule/purchase"
- },
- {
- "path": "avatar/index"
- }
- ]
- }
- ],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["packageGoods", "packagePrize", "packageOperate", "packageOther"]
- },
- "pages/lucky/index": {
- "network": "all",
- "packages": ["packageOperate", "packageGoods", "packagePrize", "packageOther"]
- },
- "pages/ticketBox/detail": {
- "network": "all",
- "packages": ["packageGoods", "packagePrize", "packageOperate", "packageOther"]
- }
- },
- "tabBar": {
- // "custom": true,
- "color": "black",
- "backgroundColor": "#FFFFFF",
- "selectedColor": "red",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页"
- }, {
- "pagePath": "pages/core/index",
- "text": "商城"
- }, {
- "pagePath": "pages/activity/index",
- "text": "免费抽奖"
- }, {
- "pagePath": "pages/user/index",
- "text": "我的"
- }]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "allowsBounceVertical": "NO",
- "transparentTitle": "always"
- }
- }
|