pages.json 1.2 KB

123456789101112131415161718192021222324252627
  1. {
  2. "pages": [
  3. {"path": "pages/home/cash","style": {"navigationBarTitleText": "收银"}},
  4. {"path": "pages/home/order","style": {"navigationBarTitleText": "订单"}},
  5. {"path": "pages/home/mt","style": {"navigationBarTitleText": "美团单"}},
  6. {"path": "pages/home/sh","style": {"navigationBarTitleText": "散花"}},
  7. {"path": "pages/home/work","style": {"navigationBarTitleText": "门店单"}},
  8. {"path": "pages/home/modify","style": {"navigationBarTitleText": "修改"}},
  9. {"path": "pages/home/make","style": {"navigationBarTitleText": "制作"}},
  10. {"path": "pages/home/selectCustom","style": {"navigationBarTitleText": "选客户"}},
  11. {"path": "pages/home/selectMake","style": {"navigationBarTitleText": "选款"}},
  12. {"path": "pages/home/blue","style": {"navigationBarTitleText": "连接标签机"}}
  13. ],
  14. "subPackages": [],
  15. "globalStyle": {
  16. "navigationBarBackgroundColor": "#fff",
  17. "navigationBarTitleText": "销花宝",
  18. "navigationBarTextStyle": "black",
  19. "backgroundColor": "#f9fbfc",
  20. "onReachBottomDistance": 300,
  21. "app-plus":{"titleNView":false,"bounce":"none"},
  22. "navigationStyle":"custom",
  23. "rpxCalcMaxDeviceWidth": 2000,
  24. "rpxCalcBaseDeviceWidth": 1440,
  25. "pageOrientation":"landscape"
  26. }
  27. }