You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

257 lines
4.4 KiB
JSON

1 year ago
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" :
{
"navigationBarTitleText" : "首页",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/handle/handle",
"style" :
{
"navigationBarTitleText" : "次卡办理"
}
},
{
"path" : "pages/sweep/sweep",
"style" :
{
"navigationBarTitleText" : "扫码洗车"
}
},
{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText" : "我的"
}
},
{
"path" : "pages/charge/charge",
"style" :
{
"navigationBarTitleText" : "次卡办理"
}
},
{
"path" : "pages/secondBright/secondBright",
"style" :
{
"navigationBarTitleText" : "次卡变更明细"
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "登录"
}
},
{
"path" : "pages/orderForm/orderForm",
"style" :
{
"navigationBarTitleText" : "我的订单"
}
},
{
"path" : "pages/integral/integral",
"style" :
{
"navigationBarTitleText" : "积分换礼"
}
},
{
"path" : "pages/demo/demo",
"style" :
{
"navigationBarTitleText" : "测试"
}
},
{
"path" : "pages/networkDetail/networkDetail",
"style" :
{
"navigationBarTitleText" : "店铺详情"
}
},
{
"path" : "pages/preferentialDetail/preferentialDetail",
"style" :
{
"navigationBarTitleText" : "优惠详情"
}
},
{
"path" : "pages/secondaryCard/secondaryCard",
"style" :
{
"navigationBarTitleText" : "洗车次卡"
}
},
{
"path" : "pages/Coupons/Coupons",
"style" :
{
"navigationBarTitleText" : "券"
}
},
{
"path" : "pages/implement/implement",
"style" :
{
"navigationBarTitleText" : "购买套餐"
}
},
{
"path" : "pages/balance/balance",
"style" :
{
"navigationBarTitleText" : "我的余额"
}
},
{
"path" : "pages/recharge/recharge",
"style" :
{
"navigationBarTitleText" : "充值优惠"
}
},
{
"path" : "pages/vehicle/vehicle",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/addValidate/addValidate",
"style" :
{
"navigationBarTitleText" : "添加车牌"
}
1 year ago
},
{
"path" : "pages/complete/complete",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/huiyuan/huiyuan",
"style" :
{
"navigationBarTitleText" : ""
}
1 year ago
},
{
"path" : "pages/myBalance/myBalance",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/myIntegral/myIntegral",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/rechargeNetwork/rechargeNetwork",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/guanyuMy/guanyuMy",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/yijian/yijian",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/tuan/tuan",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/demo copy/index",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/payCoupons/payCoupons",
"style" :
{
"navigationBarTitleText" : ""
}
}
1 year ago
],
"tabBar": {
// "color": "#000000",
// "selectedColor": "#004ea2",
// "borderStyle": "black",
// "backgroundColor": "#ffffff",
// "iconWidth": "1",
"list": [
1 year ago
{
"pagePath": "pages/index/index",
1 year ago
"iconPath": "/static/image/demo1.png",
"selectedIconPath": "/static/image/demo11.png",
"text": "首页"
1 year ago
},
{
"pagePath": "pages/handle/handle",
1 year ago
"iconPath": "/static/image/demo2.png",
"selectedIconPath": "/static/image/demo22.png",
"text": "次卡办理"
},
{
"pagePath": "pages/sweep/sweep",
1 year ago
"iconPath": "/static/image/demo3.png",
"selectedIconPath": "/static/image/demo33.png",
"text": "扫码洗车"
},
{
"pagePath": "pages/my/my",
1 year ago
"iconPath": "/static/image/demo4.png",
"selectedIconPath": "/static/image/demo44.png",
"text": "我的"
}
]
},
1 year ago
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom",
"app-plus":"titlenview"
1 year ago
},
"uniIdRouter": {}
}