{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "嘀咚点到" } }, { "path": "pages/project/index", "style": { "navigationBarTitleText": "服务项目" } }, { "path": "pages/index/fast", "style": { "navigationBarTitleText": "快速抢单" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "pages/order/detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/map", "style": { "navigationBarTitleText": "地图详情" } }, { "path": "pages/account/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/account/login", "style": { "navigationBarTitleText": "技师登录" } }, { "path": "pages/account/register", "style": { "navigationBarTitleText": "技师注册" } }, { "path": "pages/account/forgot", "style": { "navigationBarTitleText": "忘记密码" } }, { "path": "pages/account/inviteCode", "style": { "navigationBarTitleText": "我的二维码" } }, { "path": "pages/account/help", "style": { "navigationBarTitleText": "" } }, { "path": "pages/account/agent", "style": { "navigationBarTitleText": "代理中心" } }, { "path": "pages/account/promotion", "style": { "navigationBarTitleText": "代理中心" } }, { "path": "pages/account/about", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/account/complaint", "style": { "navigationBarTitleText": "意见反馈" } }, { "path": "pages/account/wallet", "style": { "navigationBarTitleText": "我的钱包" } }, { "path": "pages/account/cash", "style": { "navigationBarTitleText": "提现" } }, { "path": "pages/account/setting", "style": { "navigationBarTitleText": "设置管理" } }, { "path": "pages/account/certification", "style": { "navigationBarTitleText": "技师认证" } }, { "path": "pages/account/test", "style": { "navigationBarTitleText": "uni-app" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "嘀咚点到", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "tabBar": { "color": "#999", "selectedColor": "#07D69E", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home_active.png", "text": "首页" }, { "pagePath": "pages/project/index", "iconPath": "static/tabbar/member.png", "selectedIconPath": "static/tabbar/member_active.png", "text": "服务项目" }, { "pagePath": "pages/index/fast", "iconPath": "static/tabbar/service.png", "selectedIconPath": "static/tabbar/service_active.png", "text": "抢单" }, { "pagePath": "pages/order/index", "iconPath": "static/tabbar/order.png", "selectedIconPath": "static/tabbar/order_active.png", "text": "订单" }, { "pagePath": "pages/account/index", "iconPath": "static/tabbar/account.png", "selectedIconPath": "static/tabbar/account_active.png", "text": "我的" } ] }, "uniIdRouter": {} }