{ "easycom": { // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175 "custom": { "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "门店运营", "navigationBarBackgroundColor": "#36394D", "navigationStyle": "custom", "backgroundColor": "#F8F8F8" } }, { "path": "pages/index/task", "style": { "navigationBarTitleText": "任务", "navigationBarBackgroundColor": "#36394D", "navigationStyle": "custom", "backgroundColor": "#F8F8F8" } }, { "path": "pages/index/income", "style": { "navigationBarTitleText": "我的收入", "navigationBarBackgroundColor": "#36394D", "navigationStyle": "custom", "backgroundColor": "#F8F8F8" } }, { "path": "pages/index/user", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#36394D", "navigationStyle": "custom", "backgroundColor": "#F8F8F8" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "v派商家", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#000" }, "subPackages": [{ "root": "pages/order", "pages": [{ "path": "orderDetail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "navigation", "style": { "navigationBarTitleText": "导航", "navigationStyle": "custom" } }, { "path": "abnormal", "style": { "navigationBarTitleText": "上报异常" } }, { "path": "grabOrder", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "incomeDetail", "style": { "navigationBarTitleText": "收入详情", "navigationStyle": "custom" } }, { "path": "withdraw", "style": { "navigationBarTitleText": "提现申请" } }, { "path": "finish", "style": { "navigationBarTitleText": "订单完成" } }, { "path": "upAbnormal", "style": { "navigationBarTitleText": "异常上报" } }, { "path": "orderMap", "style": { "navigationBarTitleText": "订单地图" } }, { "path": "orderChat", "style": { "navigationBarTitleText": "联系客户" } } ] }, { "root": "pages/my", "pages": [{ "path": "edit", "style": { "navigationBarTitleText": "编辑资料" } }, { "path": "statusContro", "style": { "navigationBarTitleText": "上线管理" } }, { "path": "myKF", "style": { "navigationBarTitleText": "联系客服" } }, { "path": "AbnormalList", "style": { "navigationBarTitleText": "异常订单" } }, { "path": "check", "style": { "navigationBarTitleText": "签到奖励" } }, { "path": "abnormalDetail", "style": { "navigationBarTitleText": "异常详情" } }, { "path": "security", "style": { "navigationBarTitleText": "账号与安全" } }, { "path": "authentication", "style": { "navigationBarTitleText": "实名认证" } }, { "path": "login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "noticeList", "style": { "navigationBarTitleText": "消息通知", "navigationStyle": "custom" } }, { "path": "setConnect", "style": { "navigationBarTitleText": "紧急联系人" } }, { "path": "evaluate", "style": { "navigationBarTitleText": "评价中心" } }, { "path": "completeData", "style": { "navigationBarTitleText": "完善信息" } }, { "path": "withDrowList", "style": { "navigationBarTitleText": "提现列表" } } ] } ], "tabBar": { "color": "#000", "selectedColor": "#000", "backgroundColor": "#FFFFFF", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tab/home.png", "selectedIconPath": "/static/tab/homed.png", "text": "主页" }, { "pagePath": "pages/index/income", "iconPath": "static/tab/income.png", "selectedIconPath": "static/tab/incomed.png", "text": "收入" }, { "pagePath": "pages/index/user", "iconPath": "static/tab/user.png", "selectedIconPath": "static/tab/usered.png", "text": "我的" } ] } }