pages.json 983 B

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