国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

234 lines
4.6 KiB

{
"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": "公告"
}
},
{
"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": "活动详情"
// "navigationStyle": "custom"
}
},
{
"path": "shop/goodsDetail",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "shop/pointsDetail",
"style": {
"navigationBarTitleText": "积分详情"
}
},
{
"path": "community/publishPost",
"style": {
"navigationBarTitleText": "发布动态"
}
},
{
"path": "my/activityFavorites",
"style": {
// "navigationStyle": "custom",
"navigationBarTitleText": "活动收藏"
}
},
{
"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"
}
]
}
}