| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/billing/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "开单"
- }
- },
- {
- "path": "pages/reserve/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "预约"
- }
- },
- {
- "path": "pages/buycard/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "售卡"
- }
- },
- {
- "path": "pages/recharge/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "充值"
- }
- },
- {
- "path": "pages/verify/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "核销"
- }
- },
- {
- "path": "pages/verify/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "核销记录"
- }
- },
- {
- "path": "pages/index/loading",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "加载页",
- "leftWindow": false,
- "topWindow": false
- }
- },
- {
- "path": "pages/index/no_permission",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "对不起,您没有权限"
- }
- },
- {
- "path": "pages/index/change_shifts",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "交班",
- "leftWindow": false,
- "topWindow": false
- }
- },
- {
- "path": "pages/index/change_shiftsrecord",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "交班记录"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登录",
- "leftWindow": false,
- "topWindow": false
- }
- },
- {
- "path": "pages/member/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "会员"
- }
- },
- {
- "path": "pages/order/orderrefund",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "退款维权"
- }
- },
- {
- "path": "pages/order/rechargeorder",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "充值订单"
- }
- },
- {
- "path": "pages/stat/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "营业数据"
- }
- },
- {
- "path": "pages/order/orderlist",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "pages/goods/goodslist",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "商品管理"
- }
- },
- {
- "path": "pages/refund/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "退款记录"
- }
- },
- {
- "path": "pages/user/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "员工管理"
- }
- },
- {
- "path": "pages/stock/wastage",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "出库单"
- }
- },
- {
- "path": "pages/stock/stockout",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "添加出库单"
- }
- },
- {
- "path": "pages/stock/storage",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "入库单"
- }
- },
- {
- "path": "pages/stock/stockin",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "添加入库单"
- }
- },
- {
- "path": "pages/stock/allocate",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "调拨单"
- }
- }, {
- "path": "pages/stock/add_allocate",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "添加调拨单"
- }
- },
- {
- "path": "pages/stock/check",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "库存盘点"
- }
- },
- {
- "path": "pages/stock/add_check",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "添加库存盘点单"
- }
- },
- {
- "path": "pages/stock/manage",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "库存管理"
- }
- },
- {
- "path": "pages/stock/records",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "库存流水"
- }
- },
- //******************设置模块(5)******************
- {
- "path": "pages/reserve/config",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "预约设置"
- }
- },
- {
- "path": "pages/store/config",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "门店设置"
- }
- },
- {
- "path": "pages/store/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "门店信息"
- }
- },
- {
- "path": "pages/store/operate",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "运营设置"
- }
- },
- {
- "path": "pages/store/close",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "门店停业"
- }
- },
- {
- "path": "pages/store/settlement",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "门店结算"
- }
- },
- {
- "path": "pages/store/settlement_record",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "结算记录"
- }
- },
- {
- "path": "pages/printer/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "小票打印"
- }
- },
- {
- "path": "pages/printer/add",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "打印机添加"
- }
- },
- {
- "path": "pages/store/deliver",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "配送员"
- }
- },
- {
- "path": "pages/collectmoney/config",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "收款设置"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#EFF0F4",
- "backgroundColor": "#EFF0F4",
- "background": "#22243a",
- "pageOrientation": "landscape",
- "animationType": "none",
- "style": {
- "app-plus": {
- "background": "#EFF0F4",
- "bounceBackground": "#EFF0F4"
- }
- }
- },
- "tabBar": {
- "custom": true,
- "color": "#303133",
- "selectedColor": "#fa5d14",
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "list": [{
- "pagePath": "pages/billing/index",
- "text": "开单"
- },
- {
- "pagePath": "pages/reserve/index",
- "text": "预约"
- },
- {
- "pagePath": "pages/buycard/index",
- "text": "售卡"
- },
- {
- "pagePath": "pages/verify/index",
- "text": "核销"
- },
- {
- "pagePath": "pages/recharge/index",
- "text": "充值"
- }
- ]
- },
- "easycom": {
- "layout-(.*)": "@/layout/components/layout-$1.vue",
- "uni-(.*)": "@/components/uni-$1/uni-$1.vue",
- "nc-(.*)": "@/components/nc-$1/nc-$1.vue"
- },
- "leftWindow": {
- "path": "layout/components/layout-aside.vue"
- }
- }
|