|
|
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- // 不采用默认的导航
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/shop",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/activity",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/community",
- "style": {
- "navigationBarTitleText": "社区"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/my",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages":[
- {
- "root": "subPages",
- "pages":[
- {
- "path": "index/announcement",
- "style": {
- "navigationBarTitleText": "公告",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "login/login",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "login/userInfo",
- "style": {
-
- "navigationBarTitleText": "用户信息",
- // 拒绝返回
- "navigationBarBackButtonHidden": true
- }
- },
- {
- "path": "index/announcementDetail",
- "style": {
- "navigationBarTitleText": "公告详情"
- }
- },
- {
- "path": "index/ranking",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "index/volunteerApply",
- "style": {
- "navigationBarTitleText": "申请志愿者"
- }
- },
- {
- "path": "index/organizationIntroduction",
- "style": {
- "navigationBarTitleText": "组织介绍"
- }
- },
- {
- "path": "index/activityCalendar",
- "style": {
- "navigationBarTitleText": "活动日历"
- }
- },
- {
- "path": "index/activityDetail",
- "style": {
- "navigationBarTitleText": "活动详情",
- "enablePullDownRefresh": true
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "shop/goodsDetail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "shop/pointsDetail",
- "style": {
- "navigationBarTitleText": "积分详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "community/publishPost",
- "style": {
- "navigationBarTitleText": "发布动态"
- }
- },
- {
- "path": "my/activityFavorites",
- "style": {
- // "navigationStyle": "custom",
- "navigationBarTitleText": "活动收藏",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "my/myProfile",
- "style": {
- "navigationBarTitleText": "我的资料"
- }
- },
- {
- "path": "my/myRegistrations",
- "style": {
- "navigationBarTitleText": "我的报名"
- }
- },
- {
- "path": "my/myActivityDetail",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
- {
- "path": "my/exchangeRecord",
- "style": {
- "navigationBarTitleText": "兑换记录"
- }
- },
- {
- "path": "my/exchangeDetail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "my/productFavorites",
- "style": {
- // "navigationStyle": "custom",
- "navigationBarTitleText": "商品收藏"
- }
- },
- {
- "path": "my/activityCheckin",
- "style": {
- // "navigationStyle": "custom"
- "navigationBarTitleText": "活动签到"
- }
- },
- {
- "path": "my/checkinCode",
- "style": {
- "navigationBarTitleText": "签到码"
- }
- }
- ]
- }
- ],
- "mp-weixin": {
- "optimization": {
- "subPackages": true // 启动分包机制
- },
- // 分包预加载
- "preloadRule": {
- "pages/index/index": {
- "packages": [
- "subPages"
- ],
- "network": "all"
- }
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#1488DB",
- "backgroundColor": "#218CDD"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#2E66F4",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "主页",
- "iconPath": "static/组件 7 – 4@2x.png",
- "selectedIconPath": "static/组件 4 – 4@2x.png"
- },
- {
- "pagePath": "pages/index/shop",
- "text": "商城",
- "iconPath": "static/组件 309 – 2@2x.png",
- "selectedIconPath": "static/组件 7 – 4@2x.png"
- },
- {
- "pagePath": "pages/index/activity",
- "text": "活动",
- "iconPath": "static/组件 302 – 4@2x.png",
- "selectedIconPath": "static/组件 7 – 4@2x.png"
- },
- {
- "pagePath": "pages/index/community",
- "text": "社区",
- "iconPath": "static/组件 68 – 1@2x.png",
- "selectedIconPath": "static/组件 7 – 4@2x.png"
- },
- {
- "pagePath": "pages/index/my",
- "text": "我的",
- "iconPath": "static/组件 4 – 4@2x.png",
- "selectedIconPath": "static/组件 7 – 4@2x.png"
- }
- ]
- }
- }
|