123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "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": {}
- }
|