pages.json 541 B

1234567891011121314151617181920212223242526
  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. "globalStyle": {
  18. "navigationBarTitleText": "cool-unix",
  19. "navigationBarTextStyle": "@navTextStyle",
  20. "backgroundColorContent": "@bgContentColor",
  21. "backgroundColor": "@bgColor",
  22. "navigationBarBackgroundColor": "@navBgColor",
  23. "pageOrientation": "landscape"
  24. },
  25. "uniIdRouter": {}
  26. }