This commit is contained in:
cun-nan 2024-09-24 09:08:07 +08:00
parent 39e7310455
commit 713e06c1e5

View File

@ -106,8 +106,13 @@
{ {
"path": "RechargeRecords/RechargeRecords", "path": "RechargeRecords/RechargeRecords",
"style": { "style": {
"navigationBarTitleText": "礼品卡兑换", "navigationBarTitleText": "礼品卡兑换记录"
"navigationStyle": "custom" }
},
{
"path": "giftExchange/index",
"style": {
"navigationBarTitleText": "礼品卡兑换"
} }
}, },
@ -121,7 +126,7 @@
{ {
"path": "QRcode/QRcode", "path": "QRcode/QRcode",
"style": { "style": {
"navigationBarTitleText": "储值卡付款码" "navigationBarTitleText": "二维码"
} }
}, },
@ -318,15 +323,14 @@
{ {
"path": "feedback/feedback", "path": "feedback/feedback",
"style": { "style": {
"navigationBarTitleText": "意见反馈", "navigationBarTitleText": "意见反馈"
"navigationStyle": "custom"
} }
}, },
{ {
"path": "myorder/myorder", "path": "myorder/myorder",
"style": { "style": {
"navigationBarTitleText": "消费记录" "navigationBarTitleText": "我的订单",
"navigationStyle": "custom"
} }
}, },
{ {
@ -362,6 +366,48 @@
"style": { "style": {
"navigationBarTitleText": "评价" "navigationBarTitleText": "评价"
}
},
{
"path": "fleetInfo/index",
"style": {
"navigationBarTitleText": "车队信息"
}
},
{
"path": "fleetInfo/fund",
"style": {
"navigationBarTitleText": "资金明细"
}
},
{
"path": "fleetMember/index",
"style": {
"navigationBarTitleText": "成员管理"
}
},
{
"path": "fleetMember/member",
"style": {
"navigationBarTitleText": "成员信息"
}
},
{
"path": "fleetMember/addMember",
"style": {
"navigationBarTitleText": "新增成员"
}
},
{
"path": "fleetLimit/index",
"style": {
"navigationBarTitleText": "额度管理"
} }
} }