pages.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "path": "pages/catalog/web-view",
  39. "style": {
  40. "navigationStyle": "custom",
  41. "disableScroll": true
  42. }
  43. }
  44. ],
  45. "globalStyle": {
  46. "navigationBarTitleText": "cool-unix",
  47. "navigationBarTextStyle": "@navTextStyle",
  48. "backgroundColorContent": "@bgContentColor",
  49. "backgroundColor": "@bgColor",
  50. "navigationBarBackgroundColor": "@navBgColor",
  51. "pageOrientation": "landscape",
  52. "navigationStyle": "custom"
  53. },
  54. "uniIdRouter": {}
  55. }