pages.json 1.4 KB

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