123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960 |
- {
- "insetLoader": {
- //配置
- "config": {
- //将需要引入的组件名起了个confirm的名字在下面label中使用
- //右侧"<floatButton ref='confirm' />"为需要插入的组件标签
- "confirm": "<floatButton ref='confirm' />"
- },
- // 全局配置
- //需要挂在的组件名
- "label": ["confirm"],
- //根元素的标签类型 也就是插入到页面哪个根元素下默认为div 但是uniapp中需要写为view
- "rootEle": "view"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- // "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/bind",
- "style": {
- "navigationBarTitleText": "授权绑定"
- }
- },
- {
- "path": "pages/index/webview",
- "style": {
- "navigationBarTitleText": "打开企业微信小程序"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/login/indexs",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/goods/index",
- "style": {
- "navigationBarTitleText": "商城"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/workorder/index",
- "style": {
- "navigationBarTitleText": "工单"
- }
- },
- {
- "path": "pages/workorder/indexView",
- "style": {
- "navigationBarTitleText": "工单"
- }
- }
- ],
- "subpackages": [
- {
- "root": "packageHome",
- "name": "packageHome",
- "pages": [
- {
- "path": "pages/service/chargeStandard",
- "style": {
- "navigationBarTitleText": "收费标准"
- }
- },
- {
- "path": "pages/service/troubleshoot",
- "style": {
- "navigationBarTitleText": "故障自查"
- }
- },
- {
- "path": "pages/service/classify",
- "style": {
- "navigationBarTitleText": "选择服务产品"
- }
- },
- {
- "path": "pages/service/tenancy",
- "style": {
- "navigationBarTitleText": "选择产品"
- }
- },
- {
- "path": "pages/service/tenancyDetail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/service/confirmTenancyOrder",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/addvalue/serviceBuy",
- "style": {
- "navigationBarTitleText": "购买延保"
- }
- },
- {
- "path": "pages/addvalue/serviceUse",
- "style": {
- "navigationBarTitleText": "创建延保单"
- }
- },
- {
- "path": "pages/addvalue/explainList",
- "style": {
- "navigationBarTitleText": "延保服务"
- }
- },
- {
- "path": "pages/addvalue/explainDetail",
- "style": {
- "navigationBarTitleText": "服务说明"
- }
- },
- {
- "path": "pages/addvalue/orderList",
- "style": {
- "navigationBarTitleText": "我的延保"
- }
- },
- {
- "path": "pages/addvalue/orderDetail",
- "style": {
- "navigationBarTitleText": "延保详情"
- }
- },
- {
- "path": "pages/addvalue/websiteList",
- "style": {
- "navigationBarTitleText": "服务网点"
- }
- },
- {
- "path": "pages/addvalue/check",
- "style": {
- "navigationBarTitleText": "延保查询"
- }
- },
- {
- "path": "pages/maintenance/applyList",
- "style": {
- "navigationBarTitleText": "费用申请单"
- }
- },
- {
- "path": "pages/maintenance/applyDetail",
- "style": {
- "navigationBarTitleText": "费用申请详情"
- }
- },
- {
- "path": "pages/maintenance/create",
- "style": {
- "navigationBarTitleText": "创建维保单"
- }
- },
- {
- "path": "pages/maintenance/project",
- "style": {
- "navigationBarTitleText": "选择项目信息"
- }
- },
- {
- "path": "pages/maintenance/product",
- "style": {
- "navigationBarTitleText": "选择产品"
- }
- },
- {
- "path": "pages/codeActivity/activityList",
- "style": {
- "navigationBarTitleText": "活动列表"
- }
- },
- {
- "path": "pages/codeActivity/activityForm",
- "style": {
- "navigationBarTitleText": "填写信息"
- }
- },
- {
- "path": "pages/codeActivity/activityExplain",
- "style": {
- "navigationBarTitleText": "活动说明"
- }
- },
- {
- "path": "pages/codeActivity/applyList",
- "style": {
- "navigationBarTitleText": "报名记录"
- }
- },
- {
- "path": "pages/codeActivity/applyDetail",
- "style": {
- "navigationBarTitleText": "报名详情"
- }
- },
- {
- "path": "pages/recycle/index",
- "style": {
- "navigationBarTitleText": "二手商城"
- }
- },
- {
- "path": "pages/recycle/search",
- "style": {
- "navigationBarTitleText": "搜索商品"
- }
- },
- {
- "path": "pages/recycle/issue",
- "style": {
- "navigationBarTitleText": "发布"
- }
- },
- {
- "path": "pages/recycle/goodsDetail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/recycle/order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/recycle/issue/list",
- "style": {
- "navigationBarTitleText": "已发布的"
- }
- },
- {
- "path": "pages/recycle/issue/detail",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/recycle/order/list",
- "style": {
- "navigationBarTitleText": "我买到的"
- }
- },
- {
- "path": "pages/recycle/order/detail",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/recycle/order/logistics",
- "style": {
- "navigationBarTitleText": "查看物流"
- }
- },
- {
- "path": "pages/recycle/order/refundForm",
- "style": {
- "navigationBarTitleText": "申请售后"
- }
- },
- {
- "path": "pages/recycle/order/refundDetail",
- "style": {
- "navigationBarTitleText": "售后详情"
- }
- }
- ]
- }, {
- "root": "packageGoods",
- "name": "packageGoods",
- "pages": [
- {
- "path": "pages/classify",
- "style": {
- "navigationBarTitleText": "分类"
- }
- },
- {
- "path": "pages/list",
- "style": {
- "navigationBarTitleText": "列表"
- }
- },
- {
- "path": "pages/cart",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/search",
- "style": {
- "navigationBarTitleText": "搜索商品"
- }
- },
- {
- "path": "pages/detail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/evaluate",
- "style": {
- "navigationBarTitleText": "全部评价"
- }
- },
- {
- "path": "pages/order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/coupon",
- "style": {
- "navigationBarTitleText": "我的优惠券"
- }
- },
- {
- "path": "pages/seckill",
- "style": {
- "navigationBarTitleText": "限时秒杀"
- }
- },
- {
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "pages/activity",
- "style": {
- "navigationBarTitleText": "活动专区"
- }
- },
- {
- "path": "pages/tradein/category",
- "style": {
- "navigationBarTitleText": "选择分类"
- }
- },
- {
- "path": "pages/tradein/form",
- "style": {
- "navigationBarTitleText": "旧机信息"
- }
- }
- ]
- }, {
- "root": "packageMine",
- "name": "packageMine",
- "pages": [
- {
- "path": "pages/mySecurityFee",
- "style": {
- "navigationBarTitleText": "我的安维费"
- }
- },
- {
- "path": "pages/securityFeeDetails",
- "style": {
- "navigationBarTitleText": "费用明细"
- }
- },
- {
- "path": "pages/phone",
- "style": {
- "navigationBarTitleText": "绑定手机号"
- }
- },
- {
- "path": "pages/agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "pages/userinfo",
- "style": {
- "navigationBarTitleText": "个人资料"
- }
- },
- {
- "path": "pages/address/list",
- "style": {
- "navigationBarTitleText": "我的收货地址"
- }
- },
- {
- "path": "pages/address/form",
- "style": {
- "navigationBarTitleText": "新增收货地址"
- }
- },
- {
- "path": "pages/coupon/list",
- "style": {
- "navigationBarTitleText": "优惠券"
- }
- },
- {
- "path": "pages/collection",
- "style": {
- "navigationBarTitleText": "我的收藏"
- }
- },
- {
- "path": "pages/ranking/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "收益排行榜"
- }
- },
- {
- "path": "pages/ranking/report",
- "style": {
- "navigationBarTitleText": "我的月报"
- }
- },
- {
- "path": "pages/mallCode",
- "style": {
- "navigationBarTitleText": "商城二维码"
- }
- },
- {
- "path": "pages/profit/list",
- "style": {
- "navigationBarTitleText": "我的收益"
- }
- },
- {
- "path": "pages/profit/return",
- "style": {
- "navigationBarTitleText": "退款明细"
- }
- },
- {
- "path": "pages/profit/detail",
- "style": {
- "navigationBarTitleText": "收益详情"
- }
- },
- {
- "path": "pages/profit/ybdetail",
- "style": {
- "navigationBarTitleText": "收益详情"
- }
- },
- {
- "path": "pages/salesProfit/index",
- "style": {
- "navigationBarTitleText": "销售收益",
- "navigationBarBackgroundColor": "#3D8FFD",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/salesProfit/orderList",
- "style": {
- "navigationBarTitleText": "销售订单"
- }
- },
- {
- "path": "pages/salesProfit/withdraw/list",
- "style": {
- "navigationBarTitleText": "提现明细"
- }
- },
- {
- "path": "pages/salesProfit/withdraw/orderList",
- "style": {
- "navigationBarTitleText": "提现订单明细"
- }
- },
- {
- "path": "pages/salesProfit/withdraw/detail",
- "style": {
- "navigationBarTitleText": "提现详情"
- }
- },
- {
- "path": "pages/salesProfit/withdraw/index",
- "style": {
- "navigationBarTitleText": "我要提现"
- }
- },
- {
- "path": "pages/salesProfit/account/index",
- "style": {
- "navigationBarTitleText": "账户管理"
- }
- },
- {
- "path": "pages/salesProfit/account/form",
- "style": {
- "navigationBarTitleText": "新增账户"
- }
- },
- {
- "path": "pages/order/list",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/invoice",
- "style": {
- "navigationBarTitleText": "查看发票"
- }
- },
- {
- "path": "pages/order/logistics",
- "style": {
- "navigationBarTitleText": "物流详情"
- }
- },
- {
- "path": "pages/order/changeAddress",
- "style": {
- "navigationBarTitleText": "修改地址"
- }
- },
- {
- "path": "pages/order/evaluate",
- "style": {
- "navigationBarTitleText": "评价"
- }
- },
- {
- "path": "pages/order/return/apply",
- "style": {
- "navigationBarTitleText": "退货申请"
- }
- },
- {
- "path": "pages/order/return/detail",
- "style": {
- "navigationBarTitleText": "售后详情"
- }
- },
- {
- "path": "pages/workerEnter",
- "style": {
- "navigationBarTitleText": "成为师傅"
- }
- },
- {
- "path": "pages/distributorEnter",
- "style": {
- "navigationBarTitleText": "成为分销员"
- }
- },
- {
- "path": "pages/myWebsit",
- "style": {
- "navigationBarTitleText": "入驻网点"
- }
- },
- {
- "path": "pages/notice/list",
- "style": {
- "navigationBarTitleText": "消息中心"
- }
- },
- {
- "path": "pages/notice/detail",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/invoice/form",
- "style": {
- "navigationBarTitleText": "请填写发票信息"
- }
- },
- {
- "path": "pages/invoice/result",
- "style": {
- "navigationBarTitleText": "请填写发票信息"
- }
- },
- {
- "path": "pages/invoice/detail",
- "style": {
- "navigationBarTitleText": "发票详情"
- }
- },
- {
- "path": "pages/invoice/list",
- "style": {
- "navigationBarTitleText": "发票申请记录"
- }
- }
- // {
- // "path": "pages/mine/groupbuy/list",
- // "style": {
- // "navigationBarTitleText": "我的团购",
- // "enablePullDownRefresh": true
- // }
- // }
- ]
- }, {
- "root": "packageMaterial",
- "name": "packageMaterial",
- "pages": [
- {
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "辅配件"
- }
- },
- {
- "path": "pages/stock/index",
- "style": {
- "navigationBarTitleText": "我的库存"
- }
- },
- {
- "path": "pages/stock/stockDetail",
- "style": {
- "navigationBarTitleText": "库存明细"
- }
- },
- {
- "path": "pages/stock/useRecord",
- "style": {
- "navigationBarTitleText": "使用记录"
- }
- },
- {
- "path": "pages/stock/buyRecord",
- "style": {
- "navigationBarTitleText": "购买记录"
- }
- },
- {
- "path": "pages/stock/buyDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#C8E0FB"
- }
- },
- {
- "path": "pages/stock/returnList",
- "style": {
- "navigationBarTitleText": "新旧件返还"
- }
- },
- {
- "path": "pages/stock/returnDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#C8E0FB"
- }
- },
- {
- "path": "pages/stock/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#C8E0FB"
- }
- },
- {
- "path": "pages/apply/index",
- "style": {
- "navigationBarTitleText": "新增申领"
- }
- },
- {
- "path": "pages/apply/website",
- "style": {
- "navigationBarTitleText": "选择购买网点"
- }
- },
- {
- "path": "pages/apply/product",
- "style": {
- "navigationBarTitleText": "选择产品"
- }
- },
- {
- "path": "pages/apply/order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/apply/pay",
- "style": {
- "navigationBarTitleText": "确认支付"
- }
- },
- {
- "path": "pages/sale/index",
- "style": {
- "navigationBarTitleText": "辅材收款"
- }
- },
- {
- "path": "pages/sale/product",
- "style": {
- "navigationBarTitleText": "选择产品"
- }
- },
- {
- "path": "pages/sale/orderList",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "pages/sale/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#C8E0FB"
- }
- },
- {
- "path": "pages/sale/order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/sale/pay",
- "style": {
- "navigationBarTitleText": "确认支付"
- }
- },
- {
- "path": "pages/sale/result",
- "style": {
- "navigationBarTitleText": "支付结果"
- }
- },
- {
- "path": "pages/partsApply/form",
- "style": {
- "navigationBarTitleText": "配件申请"
- }
- },
- {
- "path": "pages/partsApply/list",
- "style": {
- "navigationBarTitleText": "配件申请记录"
- }
- },
- {
- "path": "pages/partsApply/detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#C8E0FB"
- }
- }
- ]
- },
- {
- "root": "packageWorkorder",
- "name": "packageWorkorder",
- "pages": [
- {
- "path": "pages/create/index",
- "style": {
- "navigationBarTitleText": "创建服务单"
- }
- },
- {
- "path": "pages/create/classify",
- "style": {
- "navigationBarTitleText": "选择产品"
- }
- },
- {
- "path": "pages/orderList",
- "style": {
- "navigationBarTitleText": "工单",
- "navigationBarBackgroundColor": "#3D8FFD",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tenancyOrderList",
- "style": {
- "navigationBarTitleText": "我的租赁单"
- }
- },
- {
- "path": "pages/tenancyOrderDetail",
- "style": {
- "navigationBarTitleText": "租赁详情"
- }
- },
- {
- "path": "pages/tenancyRepairOrder",
- "style": {
- "navigationBarTitleText": "租赁报修单"
- }
- },
- {
- "path": "pages/tenancyReletOrder",
- "style": {
- "navigationBarTitleText": "确认续租"
- }
- },
- {
- "path": "pages/search",
- "style": {
- "navigationBarTitleText": "工单搜索"
- }
- },
- {
- "path": "pages/orderDetail",
- "style": {
- "navigationBarTitleText": "服务详情",
- "navigationBarBackgroundColor": "#C8E0FB"
- }
- },
- {
- "path": "pages/userWorkorderList",
- "style": {
- "navigationBarTitleText": "我的服务单"
- }
- },
- {
- "path": "pages/userWorkorderDetail",
- "style": {
- "navigationBarTitleText": "服务详情"
- }
- },
- {
- "path": "pages/processFeedback",
- "style": {
- "navigationBarTitleText": "过程反馈"
- }
- },
- {
- "path": "pages/bookTime",
- "style": {
- "navigationBarTitleText": "预约"
- }
- },
- {
- "path": "pages/signName",
- "style": {
- "navigationBarTitleText": "签名"
- }
- },
- {
- "path": "pages/feedbackList",
- "style": {
- "navigationBarTitleText": "过程反馈"
- }
- },
- {
- "path": "pages/overDetail",
- "style": {
- "navigationBarTitleText": "完工明细"
- }
- },
- {
- "path": "pages/infoCollect/list",
- "style": {
- "navigationBarTitleText": "信息采集"
- }
- },
- {
- "path": "pages/infoCollect/form",
- "style": {
- "navigationBarTitleText": "信息采集"
- }
- },
- {
- "path": "pages/appraise",
- "style": {
- "navigationBarTitleText": "服务评价"
- }
- }
- ]
- }
- ],
- "easycom": {
- // "zj-(.*)": "@/components/zj-container/zj-$1.vue",
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "商城",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F7F8FF",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3D8FFD",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/icon_1.png",
- "selectedIconPath": "static/tabBar/icon_1_cur.png",
- "text": "首页"
- }, {
- "pagePath": "pages/workorder/index",
- "iconPath": "static/tabBar/icon_2.png",
- "selectedIconPath": "static/tabBar/icon_2_cur.png",
- "text": "工单"
- }, {
- "pagePath": "pages/goods/index",
- "iconPath": "static/tabBar/icon_3.png",
- "selectedIconPath": "static/tabBar/icon_3_cur.png",
- "text": "商城"
- }, {
- "pagePath": "pages/mine/index",
- "iconPath": "static/tabBar/icon_4.png",
- "selectedIconPath": "static/tabBar/icon_4_cur.png",
- "text": "我的"
- }]
- }
- }
|