{ "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" } }, { "path": "messageList/messageList", "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": {} }