123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^model-(.*)": "@/components/model-$1/model-$1.vue", // 匹配components目录内的vue文件
- "^uni-list-i(.*)": "@/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue", // 匹配uni_modules目录的vue文件
- "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue", // 匹配uni_modules目录内的vue文件
- "^vue-file-(.*)": "packageName/path/to/vue-file-$1.vue", // 匹配node_modules内的vue文件
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- }
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "大菠萝city",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- {
- "path": "pages/identify/identify",
- "style": {
- "navigationBarTitleText": "商户",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- {
- "path": "pages/identify/city",
- "style": {
- "navigationBarTitleText": "选择所在市",
- "navigationBarBackgroundColor": "#2cb8d4",
- "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/login/wxLogin",
- "style": {
- "navigationBarTitleText": "",
- // "navigationBarBackgroundColor": "#2cb8d4",
- // "navigationBarTextStyle": "white",
- "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/index/details",
- "style": {
- "navigationBarTitleText": "项目详情",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //商户详情
- {
- "path": "pages/identify/details",
- "style": {
- "navigationBarTitleText": "商户",
- "navigationBarBackgroundColor": "#2cb8d4",
- "enablePullDownRefresh":false,
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //商户认证信息
- {
- "path": "pages/identify/approve_data",
- "style": {
- "navigationBarTitleText": "认证信息",
- "navigationBarBackgroundColor": "#2cb8d4",
- "enablePullDownRefresh":false,
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //支付订单
- {
- "path": "pages/identify/pay_order",
- "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/my/add_address",
- "style": {
- "navigationBarTitleText": "添加地址",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //选择地址
- {
- "path": "pages/my/select_position",
- "style": {
- "navigationBarTitleText": "选择地址",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //评论
- {
- "path": "pages/my/remember",
- "style": {
- "navigationBarTitleText": "评论商户",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //商户评论客户
- {
- "path": "pages/my/js_user",
- "style": {
- "navigationBarTitleText": "评论客户",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //收藏
- {
- "path": "pages/my/collect",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //我的优惠券
- {
- "path": "pages/my/coupon",
- "style": {
- "navigationBarTitleText": "我的优惠券",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //商户中心
- {
- "path": "pages/my/engineerCenter",
- "style": {
- "navigationBarTitleText": "商户中心",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //招商合作
- {
- "path": "pages/join/teamwork",
- "style": {
- "navigationBarTitleText": "招商合作",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //商户入住
- {
- "path": "pages/join/first_join",
- "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/my/js_order",
- "style": {
- "navigationBarTitleText": "订单",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //投诉举报
- {
- "path": "pages/join/feedback",
- "style": {
- "navigationBarTitleText": "投诉举报",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- },
- //充值
- {
- "path": "pages/my/pay",
- "style": {
- "navigationBarTitleText": "充值",
- "navigationBarBackgroundColor": "#2cb8d4",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputNavBar": "none",
- "titleNView": false
- } //取消顶部导航栏
- }
- }, {
- "path": "uni_modules/uni-pay/pages/success/success",
- "style": {
- "backgroundColor": "#F8F8F8",
- "navigationBarTitleText": "支付成功"
- }
- }, {
- "path": "uni_modules/uni-pay/pages/ad-interactive-webview/ad-interactive-webview",
- "style": {
- "backgroundColor": "#F8F8F8",
- "navigationBarTitleText": "ad"
- }
- }, {
- "path": "uni_modules/uni-pay/pages/pay-desk/pay-desk",
- "style": {
- "backgroundColor": "#F8F8F8",
- "navigationBarTitleText": "收银台"
- }
- },
- {
- "path" : "components/select_time",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- }
- ],
- "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/identify/identify",
- "iconPath": "static/identify/people.png",
- "selectedIconPath": "static/identify/people-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": {}
- }
|