pages.json 794 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "globalStyle": {
  32. "navigationBarTitleText": "cool-unix",
  33. "navigationBarTextStyle": "@navTextStyle",
  34. "backgroundColorContent": "@bgContentColor",
  35. "backgroundColor": "@bgColor",
  36. "navigationBarBackgroundColor": "@navBgColor",
  37. "pageOrientation": "landscape"
  38. },
  39. "uniIdRouter": {}
  40. }