{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "订单管理", "enablePullDownRefresh": true } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "商家登录" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "订单查询" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/inspect/list", "style": { "navigationBarTitleText": "巡检记录", "enablePullDownRefresh": true } }, { "path": "pages/inspect/detail", "style": { "navigationBarTitleText": "巡检报告" } }, { "path": "pages/rectification/list", "style": { "navigationBarTitleText": "整改记录", "enablePullDownRefresh": true } }, { "path": "pages/rectification/detail", "style": { "navigationBarTitleText": "整改详情" } } ], "subPackages": [ { "root": "pages/store", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "店铺信息" } }, { "path": "extensionCode", "style": { "navigationBarTitleText": "店铺推广码" } }, { "path": "codeinfo", "style": { "navigationBarTitleText": "推广码详情" } }, { "path": "clerk", "style": { "navigationBarTitleText": "店员管理", "enablePullDownRefresh": true } }, { "path": "distribution", "style": { "navigationBarTitleText": "配送管理" } }, { "path": "deliveryman", "style": { "navigationBarTitleText": "专属配送员" } } ] }, { "root": "pages/activity", "pages": [ { "path": "marketing", "style": { "navigationBarTitleText": "营销中心" } }, { "path": "special-item", "style": { "navigationBarTitleText": "特价菜" } }, { "path": "special-item-info", "style": { "navigationBarTitleText": "特价菜活动" } }, { "path": "special-item-edit", "style": { "navigationBarTitleText": "编辑特价菜活动" } }, { "path": "coupon-item", "style": { "navigationBarTitleText": "优惠券" } }, { "path": "coupon-item-info", "style": { "navigationBarTitleText": "优惠券详情" } }, { "path": "coupon-item-edit", "style": { "navigationBarTitleText": "编辑优惠券" } }, { "path": "add-goods", "style": { "navigationBarTitleText": "菜品信息" } }, { "path": "add-coupon-goods", "style": { "navigationBarTitleText": "优惠券指定商品" } }, { "path": "full-discounts", "style": { "navigationBarTitleText": "店铺满减" } }, { "path": "update-full-discounts", "style": { "navigationBarTitleText": "满减活动" } }, { "path": "overlord-meal", "style": { "navigationBarTitleText": "霸王餐" } }, { "path": "overlord-meal-detail", "style": { "navigationBarTitleText": "霸王餐详情" } }, { "path": "advertising", "style": { "navigationBarTitleText": "广告位", "enablePullDownRefresh": true } }, { "path": "new-customer", "style": { "navigationBarTitleText": "新客满减设置" } }, { "path": "free-delivery", "style": { "navigationBarTitleText": "免配送费设置" } } ] }, { "root": "pages/search", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "订单搜索" } }, { "path": "collect", "style": { "navigationBarTitleText": "当日汇总" } } ] }, { "root": "pages/goods", "pages": [ { "path": "goods", "style": { "navigationBarTitleText": "商品管理" } }, { "path": "goods-edit", "style": { "navigationBarTitleText": "添加/编辑商品" } }, { "path": "goods-type", "style": { "navigationBarTitleText": "管理分类" } } ] }, { "root": "pages/evaluate", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "评价管理" } } ] }, { "root": "pages/webView", "pages": [ { "path": "web_view", "style": { "navigationBarTitleText": "" } } ] }, { "root": "pages/tools", "pages": [ { "path": "settle", "style": { "navigationBarTitleText": "结算管理" } }, { "path": "settle-order", "style": { "navigationBarTitleText": "结算管理" } }, { "path": "settle-info", "style": { "navigationBarTitleText": "收入明细" } }, { "path": "evaluation", "style": { "navigationBarTitleText": "评价管理" } }, { "path": "print", "style": { "navigationBarTitleText": "小票打印机", "enablePullDownRefresh": true } }, { "path": "bind", "style": { "navigationBarTitleText": "绑定公众号" } }, { "path": "sn", "style": { "navigationBarTitleText": "兑换券" } }, { "path": "setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "safety-archives", "style": { "navigationBarTitleText": "商品安全档案" } }, { "path": "hexiao_coupon", "style": { "navigationBarTitleText": "霸王餐核销", "enablePullDownRefresh": true } }, { "path": "userAngument", "style": { "navigationBarTitleText": "用户协议" } }, { "path": "privacyAngument", "style": { "navigationBarTitleText": "隐私政策" } } ] } ], "tabBar": { "color": "#C0C4CC", "selectedColor": "#1A78F6", "backgroundColor":"rgba(5,4,9,0.3)", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-current1.png", "text": "订单管理" }, { "pagePath": "pages/order/index", "iconPath": "static/tab-brand.png", "selectedIconPath": "static/tab-brand-current1.png", "text": "订单查询" }, { "pagePath": "pages/mine/index", "iconPath": "static/tab-my.png", "selectedIconPath": "static/tab-my-current1.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFF", "backgroundColor": "#F5F5F5" }, "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" } }