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.

184 lines
3.2 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
],
"tabBar": {
"color": "#000000",
"selectedColor": "#004ea2",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
1 year ago
{
"pagePath": "pages/index/index",
// "iconPath": "",
// "selectedIconPath": "",
"text": "首页"
1 year ago
},
{
"pagePath": "pages/handle/handle",
// "iconPath": "",
// "selectedIconPath": "",
"text": "次卡办理"
},
{
"pagePath": "pages/sweep/sweep",
// "iconPath": "",
// "selectedIconPath": "",
"text": "扫码洗车"
},
{
"pagePath": "pages/my/my",
// "iconPath": "",
// "selectedIconPath": "",
"text": "我的"
}
]
},
1 year ago
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}