{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "次元Hub", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#141b29", "navigationStyle": "custom" } }, { "path": "pages/profit/profit", "style": { "navigationBarTitleText": "收益", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "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, "navigationBarBackgroundColor": "#141b29" } }, { "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, "navigationStyle": "custom" } } ], "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": false } }, { "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": "white", "navigationBarTitleText": "次元Hub", "navigationBarBackgroundColor": "#141b29", "backgroundColor": "#141b29", "backgroundColorTop": "#141b29", "backgroundColorBottom": "#141b29", "rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960 "rpxCalcBaseDeviceWidth": 375, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375 "rpxCalcIncludeWidth": 750 // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750 }, //底部跳转tab "tabBar": { "color": "#FFFFFF", "selectedColor": "#0b6375", "borderStyle": "black", "backgroundColor": "#141b29", "fontSize": "12px", "spacing": "5px", "height": "100px", "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": "我的" } ] } }