pages.json 1.0 KB

12345678910111213141516171819202122232425
  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/work","style": {"navigationBarTitleText": "门店单"}},
  7. {"path": "pages/home/modify","style": {"navigationBarTitleText": "修改"}},
  8. {"path": "pages/home/make","style": {"navigationBarTitleText": "制作"}},
  9. {"path": "pages/home/selectMake","style": {"navigationBarTitleText": "选款"}},
  10. {"path": "pages/home/blue","style": {"navigationBarTitleText": "连接标签机"}}
  11. ],
  12. "subPackages": [],
  13. "globalStyle": {
  14. "navigationBarBackgroundColor": "#fff",
  15. "navigationBarTitleText": "销花宝",
  16. "navigationBarTextStyle": "black",
  17. "backgroundColor": "#f9fbfc",
  18. "onReachBottomDistance": 300,
  19. "app-plus":{"titleNView":false,"bounce":"none"},
  20. "navigationStyle":"custom",
  21. "rpxCalcMaxDeviceWidth": 2000,
  22. "rpxCalcBaseDeviceWidth": 1440,
  23. "pageOrientation":"landscape"
  24. }
  25. }