{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/guide-page/guide-page", "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "pages/mine/mine", "style": { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "pages/order/order", "style": { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "pages/order-detail/order-detail", "style": { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "pages/message/message", "style": { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path": "pages/login/login", "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/settings/settings", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/change-password/change-password", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/driver-certification/driver-certification", "style": { "navigationBarTitleText": "司机认证" } }, { "path": "pages/certification-details/certification-details", "style": { "navigationBarTitleText": "司机认证" } }, { "path": "pages/wallet/wallet", "style": { "navigationBarTitleText": "司机钱包" } }, { "path": "pages/withdraw/withdraw", "style": { "navigationBarTitleText": "提现" } }, { "path": "pages/withdraw-success/withdraw-success", "style": { "navigationBarTitleText": "提现" } }, { "path": "pages/agreement/agreement", "style": { "navigationBarTitleText": "协议" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#222222", "borderStyle": "black", "backgroundColor": "#fff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/nav_home_sel@2x.png", "selectedIconPath": "static/tabbar/nav_home_sel@2x1.png", "text": "大厅" }, { "pagePath": "pages/order/order", "iconPath": "static/tabbar/nav_order@2x.png", "selectedIconPath": "static/tabbar/nav_order@2x1.png", "text": "订单" }, { "pagePath": "pages/message/message", "iconPath": "static/tabbar/nav_xiaoxi@2x.png", "selectedIconPath": "static/tabbar/nav_xiaoxi@2x1.png", "text": "消息" }, { "pagePath": "pages/mine/mine", "iconPath": "static/tabbar/nav_mine@2x.png", "selectedIconPath": "static/tabbar/nav_mine@2x1.png", "text": "我的" } ] }, "uniIdRouter": {} }