{ "pages": [ // 首页 { "path": "pages/index/index", "style": { "navigationBarTitleText": "Home", "navigationStyle": "custom" } }, // 质押 { "path": "pages/index/pledge", "style": { "navigationBarTitleText": "C2C交易", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white", "app-plus": { "titleNView": { "buttons": [{ "text": "我的订单 ", "float": "right", "color": "#1356FF", "fontSize": "14px" }] } } } }, { "path": "pages/public/register", "style": { "navigationBarTitleText": "注册", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/login", "style": { "navigationBarTitleText": "登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/wxLogin", "style": { "navigationBarTitleText": "微信登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/forget", "style": { "navigationBarTitleText": "忘记密码", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/index/user", "style": { "navigationBarTitleText": "资产", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "pages/redirect/redirect", "style": { "navigationBarTitleText": "微信登录跳转页面", "app-plus": { "titleNView": false } } }, { "path": "pages/index/recharge", "style": { "navigationBarTitleText": "充值", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "pages/index/personal", "style": { "navigationBarTitleText": "实名认证", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "pages/index/order", "style": { "navigationBarTitleText": "C2C订单", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "pages/index/orderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } } ], "subPackages": [{ // 模块分包 "root": "pages/user", "name": "shop", "pages": [ { "path": "set/team", "style": { "navigationBarTitleText": "我的推广", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "set/bindBank", "style": { "navigationBarTitleText": "我的银行卡", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "set/editBank", "style": { "navigationBarTitleText": "银行卡信息", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "transfer", "style": { "navigationBarTitleText": "转账", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "collection", "style": { "navigationBarTitleText": "收款", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "withdrawal", "style": { "navigationBarTitleText": "提币", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "money", "style": { "navigationBarTitleText": "记录", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "set/set", "style": { "navigationBarTitleText": "设置", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "set/transaction", "style": { "navigationBarTitleText": "交易密码", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "set/password", "style": { "navigationBarTitleText": "修改密码", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "set/userinfo", "style": { "navigationBarTitleText": "修改资料", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "set/shareQrCode", "style": { "navigationBarTitleText": "推广码", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } }, { "path": "favorites", "style": { "navigationBarTitleText": "推廣海報", "navigationBarBackgroundColor": "#051137", "navigationBarTextStyle": "white" } } ] }], "tabBar": { "color": "#093AAA", "selectedColor": "#1254F9", "borderStyle": "black", "backgroundColor": "#051137", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabBar/shouye.png", "selectedIconPath": "static/tabBar/shouye-home.png", "text": "首页" }, { "pagePath": "pages/index/pledge", "iconPath": "static/tabBar/baoya.png", "selectedIconPath": "static/tabBar/baoya-home.png", "text": "C2C交易" }, { "pagePath": "pages/index/user", "iconPath": "static/tabBar/my.png", "selectedIconPath": "static/tabBar/my-home.png", "text": "资产" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "加载中", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#fff" // "titleNView": false } }