| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/discover/discover",
- "style": {
- "navigationBarTitleText": "发现",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- //动态详情
- {
- "path": "pages/discover/details",
- "style": {
- "navigationBarTitleText": "发现",
- "navigationBarBackgroundColor": "#2cb8d4",
- "enablePullDownRefresh":false,
- "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/my/dynamic/index",
- "style": {
- "navigationBarTitleText": "动态",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/dynamic/dynamicDetail",
- "style": {
- "navigationBarTitleText": "动态详情",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/my/dynamic/add_dynamic",
- "style": {
- "navigationBarTitleText": "发布动态",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/login/wxLogin",
- "style": {
- "navigationBarTitleText": "",
- "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/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/moments/index",
- "style": {
- "navigationBarTitleText": "社区动态",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/moments/add",
- "style": {
- "navigationBarTitleText": "发布动态",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/staff/income",
- "style": {
- "navigationBarTitleText": "收入明细",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/staff/withdraw",
- "style": {
- "navigationBarTitleText": "提现明细",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/join/staff",
- "style": {
- "navigationBarTitleText": "商户入驻",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/join/applyJoin",
- "style": {
- "navigationBarTitleText": "申请入驻",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/join/cropImage",
- "style": {
- "navigationBarTitleText": "裁剪照片",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/join/introduceYourselfEdit",
- "style": {
- "navigationBarTitleText": "简介",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },{
- "path": "pages/join/lifePhotosEdit",
- "style": {
- "navigationBarTitleText": "生活照",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },{
- "path": "pages/join/idCardEdit",
- "style": {
- "navigationBarTitleText": "身份证",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },{
- "path": "pages/join/commitDocumentEdit",
- "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/settings/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/my/feedback",
- "style": {
- "navigationBarTitleText": "投诉举报"
- }
- },
- //充值
- {
- "path": "pages/my/pay",
- "style": {
- "navigationBarTitleText": "充值",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- }
- ],
- "subPackages": [
- {
- "root": "setting",
- "pages": [
-
- {
- "path": "myNew/phone",
- "style": {
- "navigationBarTitleText": "手机号登录",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "myNew/useCodeLogin",
- "style": {
- "navigationBarTitleText": "验证码",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- },
- {
- "path": "myNew/forgetPassword",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- }
- }
- }
- ]
- },
-
- {
- "root": "workbench",
- "pages": [
- {
- "path": "password/index",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "rating/index",
- "style": {
- "navigationBarTitleText": "我的评分",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "bank/index",
- "style": {
- "navigationBarTitleText": "银行卡",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "bank/add",
- "style": {
- "navigationBarTitleText": "添加银行卡",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "bank/detail",
- "style": {
- "navigationBarTitleText": "银行卡详情",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "withdraw/apply",
- "style": {
- "navigationBarTitleText": "申请提现",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "withdraw/record",
- "style": {
- "navigationBarTitleText": "提现记录",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "withdraw/detail",
- "style": {
- "navigationBarTitleText": "提现详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "income/index",
- "style": {
- "navigationBarTitleText": "我的收入",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "skill/index",
- "style": {
- "navigationBarTitleText": "技能管理",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "skill/add",
- "style": {
- "navigationBarTitleText": "开通新服务",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "skill/edit",
- "style": {
- "navigationBarTitleText": "编辑项目",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "fare/index",
- "style": {
- "navigationBarTitleText": "免车费",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "contract/index",
- "style": {
- "navigationBarTitleText": "我的合同",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "contract/detail",
- "style": {
- "navigationBarTitleText": "合同查看",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "city/index",
- "style": {
- "navigationBarTitleText": "城市管理",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "city/apply",
- "style": {
- "navigationBarTitleText": "城市管理",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- }
- ]
- }
- ],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["points", "workbench"]
- }
- },
- "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/my/dynamic/index",
- //"pagePath": "pages/discover/discover",
- "iconPath": "static/discover/discover.png",
- "selectedIconPath": "static/discover/discover-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": {}
- }
|