pages.json 923 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "path": "pages/card/index",
  25. "style": {
  26. "navigationStyle": "custom",
  27. "disableScroll": true
  28. }
  29. },
  30. {
  31. "path": "pages/catalog/detail",
  32. "style": {
  33. "navigationStyle": "custom",
  34. "disableScroll": true
  35. }
  36. }
  37. ],
  38. "globalStyle": {
  39. "navigationBarTitleText": "cool-unix",
  40. "navigationBarTextStyle": "@navTextStyle",
  41. "backgroundColorContent": "@bgContentColor",
  42. "backgroundColor": "@bgColor",
  43. "navigationBarBackgroundColor": "@navBgColor",
  44. "pageOrientation": "landscape"
  45. },
  46. "uniIdRouter": {}
  47. }