123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/home/detail",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": {
- "type": "transparent",
- "backgroundColor": "rgba(255,255,255,0)"
- }
- }
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/my/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": {
- "type": "transparent",
- "backgroundColor": "rgba(255,255,255,0)",
- "backButton": {
- "background": "none"
- }
- }
- }
- }
- }, {
- "path": "pages/login/phone",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": {
- "type": "transparent",
- "backgroundColor": "rgba(255,255,255,0)"
- }
- }
- }
- }, {
- "path": "pages/login/register",
- "style": {
- "app-plus": {
- "titleNView": {
- "type": "transparent",
- "backgroundColor": "rgba(255,255,255,0)"
- }
- }
- }
- }, {
- "path": "pages/login/forget-pwd",
- "style": {
- "app-plus": {
- "titleNView": {
- "type": "transparent",
- "backgroundColor": "rgba(255,255,255,0)"
- }
- }
- }
- }, {
- "path": "pages/my/my-order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/home/city",
- "style": {
- "navigationBarTitleText": "选择城市"
- }
- }, {
- "path": "pages/my/set/index",
- "style": {
- "navigationBarTitleText": "设置"
- }
- }, {
- "path": "pages/my/set/phone-number",
- "style": {
- "navigationBarTitleText": "当前手机号"
- }
- }, {
- "path": "pages/my/set/phone-change",
- "style": {
- "navigationBarTitleText": "更改手机号"
- }
- }, {
- "path": "pages/my/IDcard",
- "style": {
- "navigationBarTitleText": "实名认证"
- }
- }, {
- "path": "pages/my/Driver",
- "style": {
- "navigationBarTitleText": "驾照认证"
- }
- },
- {
- "path": "pages/home/test",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/my/owner/index",
- "style": {
- "navigationBarTitleText": "车主认证"
- }
- }, {
- "path": "pages/my/owner/owner",
- "style": {
- "navigationBarTitleText": "车辆选择"
- }
- }, {
- "path": "pages/my/wallet",
- "style": {
- "navigationBarTitleText": "钱包",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb"
- }
- }, {
- "path": "pages/my/cash",
- "style": {
- "navigationBarTitleText": "提现"
- }
- }, {
- "path": "pages/my/contact",
- "style": {
- "navigationBarTitleText": "联系我们"
- }
- }, {
- "path": "pages/my/help/index",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- }, {
- "path": "pages/my/help/help",
- "style": {
- "navigationBarTitleText": "三步教你搞定注册流程"
- }
- }, {
- "path": "pages/my/help/details",
- "style": {
- "navigationBarTitleText": "详情"
- }
- }, {
- "path": "pages/my/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- }, {
- "path": "pages/home/offline",
- "style": {
- "navigationBarTitleText": "线下结算",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/shunfeng/publish",
- "style": {
- "navigationBarTitleText": "发布",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb"
- }
- }, {
- "path": "pages/shunfeng/pub-list",
- "style": {
- "navigationBarTitleText": "顺风车发布",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/shunfeng/order-detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb"
- }
- }, {
- "path": "pages/shunfeng/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationBarBackgroundColor": "#286ceb",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#286ceb"
- }
- }, {
- "path": "pages/map/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/huoyun/order-detail",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/huoyun/pay",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#cccccc",
- "selectedColor": "#286ceb",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/home/index",
- "iconPath": "static/tabbar/1.png",
- "selectedIconPath": "static/tabbar/1-1.png",
- "text": "首页"
- }, {
- "pagePath": "pages/order/index",
- "iconPath": "static/tabbar/2.png",
- "selectedIconPath": "static/tabbar/2-2.png",
- "text": "订单"
- },{
- "pagePath": "pages/my/index",
- "iconPath": "static/tabbar/3.png",
- "selectedIconPath": "static/tabbar/3-3.png",
- "text": "我的"
- }]
- },
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- }
- }
|