pages.json 869 B

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