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

242 lines
5.1 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/index/material/imgDetail",
"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": "banner",
"enablePullDownRefresh": false
}
}, {
"path": "pages/profit/profitPreDetails",
"style": {
"navigationBarTitleText": "即将入账详情",
"enablePullDownRefresh": true
}
}, {
"path": "pages/profit/profitInDetails",
"style": {
"navigationBarTitleText": "已入账详情",
"enablePullDownRefresh": true
}
}, {
"path": "pages/profit/profitInOrder",
"style": {
"navigationBarTitleText": "收益结算单",
"enablePullDownRefresh": false
}
}, {
"path": "pages/profit/profitEndDetails",
"style": {
"navigationBarTitleText": "转入钱包详情",
"enablePullDownRefresh": true
}
}, {
"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": "setting/setting",
"style": {
"navigationBarTitleText": "系统设置",
"enablePullDownRefresh": true
}
}, {
"path": "notice/notice",
"style": {
"navigationBarTitleText": "通知公告",
"enablePullDownRefresh": true
}
},
{
"path": "creatorAccount/creatorAccount",
"style": {
"navigationBarTitleText": "收款账户",
"enablePullDownRefresh": true
}
},
{
"path": "creatorAccount/createAccount",
"style": {
"navigationBarTitleText": "添加收款账户",
"enablePullDownRefresh": false
}
},
{
"path": "withdraw/withdrawLog",
"style": {
"navigationBarTitleText": "提现记录",
"enablePullDownRefresh": true
}
},
{
"path": "withdraw/withdrawIndex",
"style": {
"navigationBarTitleText": "提现",
"enablePullDownRefresh": true
}
},
{
"path": "withdraw/withdraw",
"style": {
"navigationBarTitleText": "发起提现",
"enablePullDownRefresh": false
}
},
{
"path": "notice/noticeDetail",
"style": {
"navigationBarTitleText": "公告详情",
"enablePullDownRefresh": false
}
}
, {
"path": "withdraw/withdrawDetail",
"style": {
"navigationBarTitleText": "提现详情",
"enablePullDownRefresh": false
}
},
{
"path": "setting/compoSign",
"style": {
"navigationBarTitleText": "艺术家合作协议",
"enablePullDownRefresh": false
}
},
{
"path": "setting/secretSign",
"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": "我的"
}
]
}
}