{ "pages": [ { "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": { "navigationBarTitleText": "云算力详情", "navigationBarBackgroundColor":"#5771DF", "navigationBarTextStyle": "white" } }, { "path": "pages/calculation/buyCalculation", "style": { "navigationBarTitleText": "服务器租赁" } }, { "path": "pages/calculation/computer", "style": { "navigationBarTitleText": "收益计算器" } }, { "path": "pages/product/index", "style": { "navigationBarTitleText": "商城" } }, { "path": "pages/finance/index", "style": { "navigationBarTitleText": "资产", "enablePullDownRefresh": true } }, { "path": "pages/finance/mation", "style": { "navigationBarTitleText": "交易记录", "enablePullDownRefresh": true } }, { "path": "pages/finance/xieyi", "style": { "navigationBarTitleText": "租赁协议" } }, { "path": "pages/finance/computat", "style": { "navigationBarTitleText": "我的算力" } }, { "path": "pages/finance/recharge", "style": { "navigationBarTitleText": "充币" } }, { "path": "pages/finance/details", "style": { "navigationBarTitleText": "资金流水" } }, { "path": "pages/finance/transfer", "style": { "navigationBarTitleText": "转账", "navigationBarBackgroundColor":"#5771DF", "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":"#5771DF", "navigationBarTextStyle": "white" } }, { "path": "pages/user/meaasge", "style": { "navigationBarTitleText": "消息中心" } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/public/wxLogin", "style": { "navigationBarTitleText": "微信登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/redirect/redirect", "style": { "navigationBarTitleText": "微信登录跳转页面", "app-plus": { "titleNView": false } } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f8f8" }, "tabBar": { "color": "#C2C6D5", "selectedColor": "#5771DF", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabBar/tab-home.png", "selectedIconPath": "static/tabBar/tab-home-current.png", "text": "首页" }, // { // "pagePath": "pages/product/index", // "iconPath": "static/tabBar/tab-product.png", // "selectedIconPath": "static/tabBar/tab-product-current.png", // "text": "产品" // }, { "pagePath": "pages/calculation/index", "iconPath": "static/tabBar/tab-calculation.png", "selectedIconPath": "static/tabBar/tab-calculation-current.png", "text": "算力" }, { "pagePath": "pages/finance/index", "iconPath": "static/tabBar/tab-finance.png", "selectedIconPath": "static/tabBar/tab-finance-current.png", "text": "资产" }, { "pagePath": "pages/user/user", "iconPath": "static/tabBar/tab-my.png", "selectedIconPath": "static/tabBar/tab-my-current.png", "text": "我的" } ] } }