{ "pages": [ { "path":"pages/home/home", "style":{ "navigationBarTitleText":"启动页", "app-plus":{ "titleNView":false } } }, { "path": "pages/public/login", "style": { "navigationBarTitleText": "登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/register", "style": { "navigationBarTitleText": "" } }, { "path": "pages/public/forget", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/index/index", "style": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "enablePullDownRefresh": true, "onReachBottomDistance": 50, "app-plus": { "titleNView": false } } }, { "path": "pages/index/information", "style": { "navigationBarTitleText": "资讯" } }, { "path": "pages/index/informationDetails", "style": { "navigationBarTitleText": "资讯详情" } }, { "path": "pages/index/introduce", "style": { "navigationBarTitleText": "平台介绍" } }, { "path": "pages/index/notice", "style": { "navigationBarTitleText": "通知公告" } }, { "path": "pages/index/share", "style": { "navigationBarTitleText": "分享好友" } }, { "path": "pages/calculation/index", "style": { "navigationBarTitleText": "算力", "enablePullDownRefresh": true } }, { "path": "pages/index/pingtai", "style": { "navigationBarTitleText": "平台介绍", "enablePullDownRefresh": true } }, { "path": "pages/calculation/myCalculation", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/finance/allMiner", "style": { "navigationBarTitleText": "总会员列表" } }, { "path": "pages/calculation/details", "style": { // "navigationStyle": "custom", "navigationBarTitleText": "商品详情", "navigationBarBackgroundColor": "#FFFFFF", // "navigationBarTextStyle":"", "navigationBarTextStyle": "black" } }, { "path": "pages/calculation/buyCalculation", "style": { "navigationBarTitleText": "市场" } }, { "path": "pages/calculation/computer", "style": { "navigationBarTitleText": "收益计算器" } }, { "path": "pages/calculation/pay", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "pages/product/index", "style": { "navigationBarTitleText": "商城" } }, { "path": "pages/finance/index", "style": { "navigationBarTitleText": "资产", "enablePullDownRefresh": true } }, { "path": "pages/finance/xieyi", "style": { "navigationBarTitleText": "租赁协议" } }, { "path": "pages/finance/computat", "style": { "navigationBarTitleText": "我的算力" } }, { "path": "pages/finance/recharge", "style": { "navigationBarTitleText": "充币" } }, { "path": "pages/user/recharge", "style": { "navigationBarTitleText": "充值电费" } }, { "path": "pages/finance/details", "style": { "navigationBarTitleText": "资金流水" } }, { "path": "pages/finance/transfer", "style": { "navigationBarTitleText": "转账", "navigationBarBackgroundColor": "#141E47", "navigationBarTextStyle": "white" } }, { "path": "pages/finance/withdraw", "style": { "navigationBarTitleText": "提币" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/user/loginPass", "style": { "navigationBarTitleText": "登录密码" } }, { "path": "pages/user/payment", "style": { "navigationBarTitleText": "支付密码" } }, { "path": "pages/user/myTeam", "style": { "navigationBarTitleText": "我的社区", "navigationBarBackgroundColor": "#141E47", "navigationBarTextStyle": "white" } }, { "path": "pages/user/meaasge", "style": { "navigationBarTitleText": "消息中心" } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/user/revenue", "style": { "navigationBarTitleText": "矿机收益" } }, { "path": "pages/user/sharerevenue", "style": { "navigationBarTitleText": "邀请算力收益" } }, { "path": "pages/public/wxLogin", "style": { "navigationBarTitleText": "微信登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/redirect/redirect", "style": { "navigationBarTitleText": "微信登录跳转页面", "app-plus": { "titleNView": false } } }, { "path": "pages/user/rake", "style": { "navigationBarTitleText": "矿机列表" } }, { "path": "pages/index/shoppingDetails", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false } }, { "path": "pages/user/charge", "style": { "navigationBarTitleText": "电费", "enablePullDownRefresh": false, "app-plus": { "titleNView": false } } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f8f8" }, "tabBar": { "color": "#C2C6D5", "selectedColor": "#141E47", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabBar/tab06.png", "selectedIconPath": "static/tabBar/tab05.png", "text": "首页" }, // { // "pagePath": "pages/product/index", // "iconPath": "static/tabBar/tab-product.png", // "selectedIconPath": "static/tabBar/tab-product-current.png", // "text": "产品" // }, { "pagePath": "pages/calculation/buyCalculation", "iconPath": "static/tabBar/tab04.png", "selectedIconPath": "static/tabBar/tab03.png", "text": "商城" }, { "pagePath": "pages/finance/index", "iconPath": "static/tabBar/tab08.png", "selectedIconPath": "static/tabBar/tab07.png", "text": "资产" }, { "pagePath": "pages/user/user", "iconPath": "static/tabBar/tab02.png", "selectedIconPath": "static/tabBar/tab01.png", "text": "我的" } ] } }