oil-station/pos-uni/pages.json
2024-08-16 18:26:19 +08:00

174 lines
3.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "AddVip/AddCode",
"style": {
"navigationBarTitleText": "新增会员",
"navigationStyle": "custom"
}
},
{
"path": "changeShifts/changeShifts",
"style": {
"navigationBarTitleText": "交接班",
"navigationStyle": "custom"
}
},
{
"path": "changeShifts/list",
"style": {
"navigationBarTitleText": "交班记录",
"navigationStyle": "custom"
}
},
{
"path": "messageList/messageList",
"style": {
"navigationBarTitleText": "消息列表",
"navigationStyle": "custom"
}
},
{
"path": "outher/serviceList",
"style": {
"navigationBarTitleText": "服务条款",
"navigationStyle": "custom"
}
},
{
"path": "outher/my",
"style": {
"navigationBarTitleText": "关于我们",
"navigationStyle": "custom"
}
},
{
"path": "outher/yinsi",
"style": {
"navigationBarTitleText": "隐私协议",
"navigationStyle": "custom"
}
},
{
"path": "PaymentCode/PaymentCode",
"style": {
"navigationBarTitleText": "收款码",
"navigationStyle": "custom"
}
},
{
"path": "PaymentCode/SetUpCode",
"style": {
"navigationBarTitleText": "设置金额",
"navigationStyle": "custom"
}
},
{
"path": "scanQrcode/index",
"style": {
"navigationBarTitleText": "扫码支付",
"navigationStyle": "custom"
}
}
]
}],
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "pos",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/my",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}