{ "easycom": { "autoscan": true, "custom": { "^model-(.*)": "@/components/model-$1/model-$1.vue", // 匹配components目录内的vue文件 "^uni-list-i(.*)": "@/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue", // 匹配uni_modules目录的vue文件 "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue", // 匹配uni_modules目录内的vue文件 "^vue-file-(.*)": "packageName/path/to/vue-file-$1.vue", // 匹配node_modules内的vue文件 "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "大菠萝city", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/identify/identify", "style": { "navigationBarTitleText": "商户", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/identify/city", "style": { "navigationBarTitleText": "选择所在市", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "订单", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/my/withdraw", "style": { "navigationBarTitleText": "提现", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/my/add_blank", "style": { "navigationBarTitleText": "绑定银行卡", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/my/history", "style": { "navigationBarTitleText": "提现记录", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/my/bill", "style": { "navigationBarTitleText": "账单", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/login/wxLogin", "style": { "navigationBarTitleText": "", // "navigationBarBackgroundColor": "#2cb8d4", // "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/login/agreement", "style": { "navigationBarTitleText": "", // "navigationBarBackgroundColor": "#2cb8d4", // "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/login/privacy", "style": { "navigationBarTitleText": "", // "navigationBarBackgroundColor": "#2cb8d4", // "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "pages/index/details", "style": { "navigationBarTitleText": "项目详情", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //商户详情 { "path": "pages/identify/details", "style": { "navigationBarTitleText": "商户", "navigationBarBackgroundColor": "#2cb8d4", "enablePullDownRefresh":false, "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //商户认证信息 { "path": "pages/identify/approve_data", "style": { "navigationBarTitleText": "认证信息", "navigationBarBackgroundColor": "#2cb8d4", "enablePullDownRefresh":false, "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //支付订单 { "path": "pages/identify/pay_order", "style": { "navigationBarTitleText": "支付订单", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //订单详情 { "path": "pages/order/order_detail", "style": { "navigationBarTitleText": "订单详情", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //评价订单 { "path": "pages/order/comment", "style": { "navigationBarTitleText": "评论", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //添加地址 { "path": "pages/my/add_address", "style": { "navigationBarTitleText": "添加地址", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //选择地址 { "path": "pages/my/select_position", "style": { "navigationBarTitleText": "选择地址", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //评论 { "path": "pages/my/remember", "style": { "navigationBarTitleText": "评论商户", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //商户评论客户 { "path": "pages/my/js_user", "style": { "navigationBarTitleText": "评论客户", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //收藏 { "path": "pages/my/collect", "style": { "navigationBarTitleText": "我的收藏", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //我的优惠券 { "path": "pages/my/coupon", "style": { "navigationBarTitleText": "我的优惠券", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //商户中心 { "path": "pages/my/engineerCenter", "style": { "navigationBarTitleText": "商户中心", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //招商合作 { "path": "pages/join/teamwork", "style": { "navigationBarTitleText": "招商合作", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //商户入住 { "path": "pages/join/first_join", "style": { "navigationBarTitleText": "商户入驻", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //编辑资料 { "path": "pages/my/indent", "style": { "navigationBarTitleText": "编辑资料", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //免车费 { "path": "pages/my/free_fare", "style": { "navigationBarTitleText": "免车费设置", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //商户订单 { "path": "pages/my/js_order", "style": { "navigationBarTitleText": "订单", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //投诉举报 { "path": "pages/join/feedback", "style": { "navigationBarTitleText": "投诉举报", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, //充值 { "path": "pages/my/pay", "style": { "navigationBarTitleText": "充值", "navigationBarBackgroundColor": "#2cb8d4", "navigationBarTextStyle": "white", "app-plus": { "softinputNavBar": "none", "titleNView": false } //取消顶部导航栏 } }, { "path": "uni_modules/uni-pay/pages/success/success", "style": { "backgroundColor": "#F8F8F8", "navigationBarTitleText": "支付成功" } }, { "path": "uni_modules/uni-pay/pages/ad-interactive-webview/ad-interactive-webview", "style": { "backgroundColor": "#F8F8F8", "navigationBarTitleText": "ad" } }, { "path": "uni_modules/uni-pay/pages/pay-desk/pay-desk", "style": { "backgroundColor": "#F8F8F8", "navigationBarTitleText": "收银台" } }, { "path" : "components/select_time", "style" : { "navigationBarTitleText" : "" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#ADB4B8", "selectedColor": "#333333", "backgroundColor": "#FFFFFF", "list": [{ "text": "首页", "pagePath": "pages/index/index", "iconPath": "static/identify/index.png", "selectedIconPath": "static/identify/index-cur.png" }, { "text": "商户", "pagePath": "pages/identify/identify", "iconPath": "static/identify/people.png", "selectedIconPath": "static/identify/people-cur.png" }, { "text": "订单", "pagePath": "pages/order/order", "iconPath": "static/identify/order.png", "selectedIconPath": "static/identify/order-cur.png" }, { "text": "我的", "pagePath": "pages/my/my", "iconPath": "static/identify/mine.png", "selectedIconPath": "static/identify/mine-cur.png" } ] }, "uniIdRouter": {} }