123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // #ifdef H5
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#05C25C",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // #endif
- // #ifndef H5
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#05C25C",
- "navigationBarTextStyle": "white"
- }
- },
- // #endif
- {
- "path": "pages/index/search/index",
- "style": {
- "navigationBarTitleText": "搜索",
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "app-plus": {
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/index/game/detailphoto",
- "style": {
- "navigationBarTitleText": "资质证书"
- }
- },
- {
- "path": "pages/index/jinji",
- "style": {
- "navigationBarTitleText": "紧急求助"
- }
- },
- {
- "path": "pages/index/game/workphoto",
- "style": {
- "navigationBarTitleText": "工作照片"
- }
- },
- {
- "path": "pages/index/game/myOrder",
- "style": {
- "navigationBarTitleText": "发布详情"
- }
- },
- {
- "path": "pages/index/citys/citys",
- "style": {
- "navigationBarTitleText": "城市"
- }
- },
- {
- "path": "pages/index/webView",
- "style": {
- "navigationBarTitleText": "网页"
- }
- },
- // #ifdef H5
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // #endif
- // #ifndef H5
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- // #endif
- {
- "path": "pages/msg/index",
- "style": {
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path": "pages/msg/im",
- "style": {
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path": "pages/msg/message",
- "style": {
- "navigationBarTitleText": "系统消息",
- "enablePullDownRefresh": true
- }
- },
- // #ifdef H5
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#05C25C",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // #endif
- // #ifndef H5
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#05C25C",
- "navigationBarTextStyle": "white"
- }
- },
- // #endif
- {
- "path": "pages/my/invitationUser",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/my/jingjiren",
- "style": {
- "navigationBarTitleText": "邀请师傅",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/my/userinfo",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/my/mangshi",
- "style": {
- "navigationBarTitleText": "忙时设置"
- }
- },
- {
- "path": "pages/my/user",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/public/bind",
- "style": {
- "navigationBarTitleText": "绑定手机号"
- }
- },
- {
- "path": "pages/public/forgetPwd",
- "style": {
- "navigationBarTitleText": "重置密码"
- }
- },
- {
- "path": "pages/public/loginphone",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/public/pwd",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "注册"
- }
- }
- ],
- "subPackages": [{
- "root": "my",
- "pages": [{
- "path": "help/feedbackIndex",
- "style": {
- "navigationBarTitleText": "帮助中心",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "help/helpDetail",
- "style": {
- "navigationBarTitleText": "帮助详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "qiandao/index",
- "style": {
- "navigationBarTitleText": "签到"
- }
- }, {
- "path": "shuju/index",
- "style": {
- "navigationBarTitleText": "数据统计"
- }
- }, {
- "path": "shuju/data",
- "style": {
- "navigationBarTitleText": "忙时设置"
- }
- }, {
- "path": "gird/guanzhu",
- "style": {
- "navigationBarTitleText": "我的粉丝",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "gird/visitor",
- "style": {
- "navigationBarTitleText": "最近访客",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "地址管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "address/Endaddress",
- "style": {
- "navigationBarTitleText": "添加地址",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "gird/browse",
- "style": {
- "navigationBarTitleText": "浏览足迹",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "renzheng/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "renzheng/rzType",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "vip/index",
- "style": {
- "navigationBarTitleText": "开通会员"
- }
- },
- {
- "path": "wallet/index",
- "style": {
- "navigationBarTitleText": "我的钱包"
- }
- },
- {
- "path": "wallet/test",
- "style": {
- "navigationBarTitleText": "授权"
- }
- },
- {
- "path": "wallet/zhifubao",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "wallet/cashList",
- "style": {
- "navigationBarTitleText": "提现记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "wallet/therapist",
- "style": {
- "navigationBarTitleText": "我的老板",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "wallet/xinyongfendetail",
- "style": {
- "navigationBarTitleText": "信用分明细",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "wallet/mymoneydetail",
- "style": {
- "navigationBarTitleText": "钱包明细",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "wallet/yinhangka",
- "style": {
- "navigationBarTitleText": "银行卡账号",
- "app-plus": {
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "order/pay",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/complain",
- "style": {
- "navigationBarTitleText": "投诉"
- }
- },
- {
- "path": "team/team",
- "style": {
- "navigationBarTitleText": "我的团队"
- }
- },
- {
- "path": "publish/index",
- "style": {
- "navigationBarTitleText": "我的项目"
- }
- },
- {
- "path": "publish/yaoqing",
- "style": {
- "navigationBarTitleText": "邀请好友"
- }
- },
- {
- "path": "publish/download",
- "style": {
- "navigationBarTitleText": "APP下载"
- }
- },
- {
- "path": "publish/editor",
- "style": {
- "navigationBarTitleText": "项目发布"
- }
- }, {
- "path": "publish/money",
- "style": {
- "navigationBarTitleText": "保证金"
- }
- },
- {
- "path": "setting/customer",
- "style": {
- "navigationBarTitleText": "在线客服"
- }
- },
- {
- "path": "feedback/index",
- "style": {
- "navigationBarTitleText": "意见反馈"
- }
- },
- {
- "path": "setting/help",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- },
- {
- "path": "setting/index",
- "style": {
- "navigationBarTitleText": "设置中心"
- }
- },
- {
- "path": "setting/mimi",
- "style": {
- "navigationBarTitleText": "隐私政策"
- }
- },
- {
- "path": "setting/xieyi",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "setting/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "setting/userphone",
- "style": {
- "navigationBarTitleText": "修改手机号"
- }
- },
- {
- "path": "order/feedback",
- "style": {
- "navigationBarTitleText": "评价"
- }
- },
- {
- "path": "takeOrder/index",
- "style": {
- "navigationBarTitleText": "我的接单"
- }
- },
- {
- "path": "takeOrder/takeDetail",
- "style": {
- "navigationBarTitleText": "接单详情"
- }
- },
- {
- "path": "setting/chat",
- "style": {
- "navigationBarTitleText": "联系客服"
- }
- }, {
- "path": "publish/moneylist",
- "style": {
- "navigationBarTitleText": "保证金明细"
- }
- }
- ]
- }, {
- "root": "package/pages",
- "pages": [{
- "path": "zysc/index/index",
- "style": {
- "navigationBarTitleText": "采购商城",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- }
- }
- }, {
- "path": "zysc/index/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": true,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "zysc/index/pinglunList",
- "style": {
- "navigationBarTitleText": "商品评论",
- "enablePullDownRefresh": true,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/index/commoditydetail",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": {
- "type": "transparent",
- "buttons": [{
- "type": "menu"
- }]
- }
- }
- }
- },
- {
- "path": "zysc/index/commodityList",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/my/yaoqing",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的团队",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/my/pinglun",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "发表评论",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/my/myList",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/my/teamorder",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "团队返利",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/my/rebateorder",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的返利",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/my/payment",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "支付订单",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/member/webview",
- "style": {
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/member/order",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "确认订单",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- },
- {
- "path": "zysc/member/orderdetail",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none",
- "titleNView": true
- }
- }
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "上门服务",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#222222",
- "selectedColor": "#1EDA94",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/index_.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "static/tabbar/order.png",
- "selectedIconPath": "static/tabbar/order_.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/tabbar/my.png",
- "selectedIconPath": "static/tabbar/my_.png",
- "text": "我的"
- }
- ]
- }
- }
|