pages.json 669 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/user/login",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "disableScroll": true
  14. }
  15. },
  16. {
  17. "path": "pages/catalog/index",
  18. "style": {
  19. "navigationStyle": "custom",
  20. "disableScroll": true
  21. }
  22. }
  23. ],
  24. "globalStyle": {
  25. "navigationBarTitleText": "cool-unix",
  26. "navigationBarTextStyle": "@navTextStyle",
  27. "backgroundColorContent": "@bgContentColor",
  28. "backgroundColor": "@bgColor",
  29. "navigationBarBackgroundColor": "@navBgColor",
  30. "pageOrientation": "landscape"
  31. },
  32. "uniIdRouter": {}
  33. }