2 Star 17 Fork 27

停车-充电/停车场管理收费系统小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 13.12 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES"
}
}
},
{
"path": "pages/index/my",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES"
}
}
},
{
"path": "pages/mapView/index",
"style": {
"navigationBarTitleText": "车场地图",
"navigationBarBackgroundColor": "#7EC0FB",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES"
}
}
},
{
"path": "pages/monthlyCard/index",
"style": {
"navigationBarTitleText": "月卡开通",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path": "pages/monthlyCard/choosePackage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#1C2029",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/addLicensePlate/addLicensePlate",
"style": {
"navigationBarTitleText": "添加车牌",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path": "pages/monthlyCard/pay",
"style": {
"navigationBarTitleText": "订单确认",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path": "pages/parkingLotDetail/parkingLotDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES"
}
}
},
{
"path": "pages/pay/pay",
"style": {
"navigationBarTitleText": "停车费支付",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path": "pages/parkPay_input/parkPay_input",
"style": {
"navigationBarTitleText": "临停缴费",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path": "pages/chargeDetail/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES"
}
}
},
{
"path": "pages/authorize/authorize",
"style": {
"navigationBarTitleText": "授权",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "pages/parkingRecords/parkingRecords",
"style": {
"navigationBarTitleText": "停车记录",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "pages/myCar/myCar",
"style": {
"navigationBarTitleText": "我的车牌",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "pages/pay/billList",
"style": {
"navigationBarTitleText": "账单列表",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "pages/pay/paymentComplete",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/chargeDetail/pay",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "pages/mapView/chargeMap",
"style": {
"navigationBarTitleText": "充电站地图",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path": "pages/chargeDetail/scanCodeElectricVehicleStart",
"style": {
"navigationBarTitleText": "开始充电",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/chargeDetail/scanCodeBicycleStart",
"style": {
"navigationBarTitleText": "开始充电",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/chargeDetail/electricVehicleStart",
"style": {
"navigationBarTitleText": "开始充电",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/chargeDetail/bicycleStart",
"style": {
"navigationBarTitleText": "开始充电",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/chargeDetail/order",
"style": {
"navigationBarTitleText": "充电账单",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "pages/chargeDetail/charging",
"style": {
"navigationBarTitleText": "正在充电",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "pages/pay/scanCode",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "pages/bluetoothTest/bluetoothTest",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/pay/scanCodeGetCoupon",
"style": {
"navigationBarTitleText": "领取优惠券",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/coupon/index",
"style": {
"navigationBarTitleText": "购买&分发停车券",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#488cf5"
}
}, {
"path": "pages/coupon/buyParkingTicket",
"style": {
"navigationBarTitleText": "购买停车券",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/coupon/giveAway",
"style": {
"navigationBarTitleText": "赠送停车券",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/coupon/addStaff",
"style": {
"navigationBarTitleText": "添加员工",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/coupon/editStaff",
"style": {
"navigationBarTitleText": "编辑员工",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/coupon/sendCouponsList",
"style": {
"navigationBarTitleText": "发券记录",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/coupon/qrCode",
"style": {
"navigationBarTitleText": "二维码",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/coupon/setSendCoupons",
"style": {
"navigationBarTitleText": "设置发券量",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF"
}
}
],
"subpackages": [
{
"root": "packageAdmin",
"pages": [
{
"path": "park/packageAdmin",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#1C2029",
"navigationBarTextStyle": "white"
}
},
{
"path": "park/parkingRecordAdmin",
"style": {
"navigationBarTitleText": "停车管理记录",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path" : "park/parkList",
"style" :
{
"navigationBarTitleText": "我的停车场",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": false
}
},
{
"path" : "park/deviceList",
"style" :
{
"navigationBarTitleText": "停车场设备",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": false
}
},
{
"path": "park/drivingLicense",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#1C2029",
"navigationBarTextStyle": "white"
}
},
{
"path": "park/goodsAdditionalRecording",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#1C2029",
"navigationBarTextStyle": "white"
}
}
]
},
{
"root": "packageMy",
"pages": [
{
"path": "my/setMyInfo",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path": "my/changePhone/index",
"style": {
"navigationBarTitleText": "修改手机号",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},
{
"path": "my/myWallet",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "my/recharge",
"style": {
"navigationBarTitleText": "充值",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "my/monthlyCardPackage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "my/noLicencePlateCar",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "my/emergency",
"style": {
"navigationBarTitleText": "应急出入闸",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "my/orderList",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}, {
"path": "my/orderDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
},{
"path" : "my/myCoupon",
"style" :
{
"navigationBarTitleText": "我的优惠券",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": false
}
}
,{
"path" : "my/storedValueCard",
"style" :
{
"navigationBarTitleText": "停车储值卡",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": false
}
}
,{
"path" : "my/chargingStoredValueCard",
"style" :
{
"navigationBarTitleText": "充电储值卡",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": false
}
}
,{
"path" : "my/applyStoredValueCard",
"style" :
{
"navigationBarTitleText": "申请停车储值卡",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7393ee"
}
}
,{
"path" : "my/applyChargingStoredValueCard",
"style" :
{
"navigationBarTitleText": "申请充电储值卡",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7393ee"
}
}, {
"path": "my/issuingInvoices",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#7EC0FB"
}
}
]
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["packageAdmin", "packageMy"]
}
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
},
"usingComponents": {
"ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
}
},
"tabBar": {
"color": "#909399",
"selectedColor": "#488cf5",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_ac.png",
"text": "首页"
},
{
"pagePath": "pages/index/my",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my_ac.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cfzhv3/cfzhvmin3.0.git
[email protected]:cfzhv3/cfzhvmin3.0.git
cfzhv3
cfzhvmin3.0
停车场管理收费系统小程序
master

搜索帮助