创作者微信小程序端
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.

213 lines
6.2 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/profit/profit",
"style": {
"navigationBarTitleText": "收益",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/index/upload/upload",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/material/material",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/register/register",
"style" :
{
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/banner",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/profit/profitPreDetails",
"style" :
{
"navigationBarTitleText": "即将入账详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/profit/profitInDetails",
"style" :
{
"navigationBarTitleText": "已入账详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/profit/profitInOrder",
"style" :
{
"navigationBarTitleText": "收益结算单",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/profit/profitEndDetails",
"style" :
{
"navigationBarTitleText": "转入钱包详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/profit/profitEndOrder",
"style" :
{
"navigationBarTitleText": "转入钱包结算单",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/userInfo/userInfo",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pages-userInfo",
"pages":[{
"path":"about/about",
"style":{
"navigationBarTitleText": "关于节点",
"enablePullDownRefresh": false
}
},
{
"path":"contact/contact",
"style":{
"navigationBarTitleText": "联系我们",
"enablePullDownRefresh": false
}
},
{
"path":"extends/extends",
"style":{
"navigationBarTitleText": "邀请更多人",
"enablePullDownRefresh": false
}
},
{
"path":"inviteLog/inviteLog",
"style":{
"navigationBarTitleText": "邀请记录",
"enablePullDownRefresh": false
}
},{
"path":"notice/notice",
"style":{
"navigationBarTitleText": "通知公告",
"enablePullDownRefresh": false
}
},
{
"path":"withdraw/withdraw",
"style":{
"navigationBarTitleText": "提现记录",
"enablePullDownRefresh": false
}
},{
"path" : "notice/noticeDetail",
"style" :
{
"navigationBarTitleText": "公告详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "withdraw/withdrawDetail",
"style" :
{
"navigationBarTitleText": "提现详情",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "bnyer",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
//tab
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1296DB",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/index-default.png",
"selectedIconPath": "static/index-select.png",
"text": "首页"
},
{
"pagePath": "pages/profit/profit",
"iconPath": "static/theme-default.png",
"selectedIconPath": "static/theme-select.png",
"text": "收益"
},
{
"pagePath": "pages/userInfo/userInfo",
"iconPath": "static/mine-default.png",
"selectedIconPath": "static/mine-select.png",
"text": "我的"
}
]
}
}