123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/game/Lottery",
- "style": {
- "navigationBarTitleText": "转盘抽奖"
- }
- },
- {
- "path": "pages/game/winning-list",
- "style": {
- "navigationBarTitleText": "中奖记录"
- }
- },
- {
- "path": "pages/game/award-information",
- "style": {
- "navigationBarTitleText": "领奖信息"
- }
- },
- {
- "path": "pages/code/index",
- "style": {
- "navigationBarTitleText": "市民码"
- }
- },
- {
- "path": "pages/code/entitlementCard/cardDetails",
- "style": {
- "navigationBarTitleText": "权益卡详情"
- }
- },
- {
- "path": "pages/couponCenter/index",
- "style": {
- "navigationBarTitleText": "优惠券中心/我的优惠券",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/couponCenter/ticket",
- "style": {
- "navigationBarTitleText": "优惠券详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/task/task-list",
- "style": {
- "navigationBarTitleText": "任务中心"
- }
- },
- {
- "path": "pages/task/ranking",
- "style": {
- "navigationBarTitleText": "排行榜"
- }
- },
- {
- "path": "pages/task/my-task",
- "style": {
- "navigationBarTitleText": "我得任务"
- }
- },
- {
- "path": "pages/task/task-audit",
- "style": {
- "navigationBarTitleText": "审核详情"
- }
- },
- {
- "path": "pages/task/submit-task",
- "style": {
- "navigationBarTitleText": "任务提交"
- }
- },
- {
- "path": "pages/task/task-details",
- "style": {
- "navigationBarTitleText": "任务详情"
- }
- },
- {
- "path": "pages/task/submit-success",
- "style": {
- "navigationBarTitleText": "提交完成"
- }
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "宜格服务",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|