pages.json 1.3 KB

1234567891011121314151617181920212223242526272829
  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/xj","style": {"navigationBarTitleText": "现金"}},
  11. {"path": "pages/home/selectCustom","style": {"navigationBarTitleText": "选客户"}},
  12. {"path": "pages/home/selectMake","style": {"navigationBarTitleText": "选款"}},
  13. {"path": "pages/home/blue","style": {"navigationBarTitleText": "连接标签机"}},
  14. {"path": "pages/home/pf","style": {"navigationBarTitleText": "去批发端"}}
  15. ],
  16. "subPackages": [],
  17. "globalStyle": {
  18. "navigationBarBackgroundColor": "#fff",
  19. "navigationBarTitleText": "销花宝",
  20. "navigationBarTextStyle": "black",
  21. "backgroundColor": "#f9fbfc",
  22. "onReachBottomDistance": 300,
  23. "app-plus":{"titleNView":false,"bounce":"none"},
  24. "navigationStyle":"custom",
  25. "rpxCalcMaxDeviceWidth": 2000,
  26. "rpxCalcBaseDeviceWidth": 1440,
  27. "pageOrientation":"landscape"
  28. }
  29. }