2024-05-13 11:22:23 +08:00
|
|
|
|
{
|
2024-05-22 09:39:54 +08:00
|
|
|
|
"subPackages": [{
|
|
|
|
|
"root": "pagesHome",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "Collection/Collection",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "收款",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "searchVip/searchVip",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "会员查询",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "PaymentResults/PaymentResults",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "支付结果",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "CardPayment/CardPayment",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "刷卡支付",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "MemberRecharge/MemberRecharge",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "会员充值",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "MemberRecharge/list",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "充值记录",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "orderList/orderList",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "订单列表",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "BusinessData/BusinessData",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "经营数据",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "AddVip/AddVip",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "新增会员",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "changeShifts/changeShifts",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "交接班",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-05-25 13:43:04 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "messageList/messageList",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "消息列表",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-05-27 16:56:51 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "scanQrcode/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "扫码支付",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-05-22 09:39:54 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
}],
|
|
|
|
|
|
2024-05-13 11:22:23 +08:00
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
2024-05-22 09:39:54 +08:00
|
|
|
|
"navigationBarTitleText": "pos",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/my/my",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "个人中心",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "登录",
|
2024-05-13 11:22:23 +08:00
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|