oil-station/pos-uni/pages.json

174 lines
3.6 KiB
JSON
Raw Permalink Normal View History

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"
}
},
2024-05-28 09:34:09 +08:00
{
"path": "AddVip/AddCode",
"style": {
"navigationBarTitleText": "新增会员",
"navigationStyle": "custom"
}
},
2024-05-22 09:39:54 +08:00
{
"path": "changeShifts/changeShifts",
"style": {
"navigationBarTitleText": "交接班",
"navigationStyle": "custom"
}
2024-05-25 13:43:04 +08:00
},
2024-05-27 15:16:13 +08:00
{
"path": "changeShifts/list",
"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
},
2024-05-29 15:15:33 +08:00
{
"path": "outher/serviceList",
"style": {
"navigationBarTitleText": "服务条款",
"navigationStyle": "custom"
}
},
{
"path": "outher/my",
"style": {
"navigationBarTitleText": "关于我们",
"navigationStyle": "custom"
}
},
{
"path": "outher/yinsi",
"style": {
"navigationBarTitleText": "隐私协议",
"navigationStyle": "custom"
}
},
2024-05-27 16:43:09 +08:00
{
"path": "PaymentCode/PaymentCode",
"style": {
"navigationBarTitleText": "收款码",
"navigationStyle": "custom"
}
},
{
"path": "PaymentCode/SetUpCode",
"style": {
2024-05-28 09:34:09 +08:00
"navigationBarTitleText": "设置金额",
2024-05-27 16:43:09 +08:00
"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": {}
}