pages.json 779 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登陆"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页演示"
  13. }
  14. },
  15. {
  16. "path": "pages/login/register",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "enablePullDownRefresh": true
  20. }
  21. }
  22. ],
  23. "globalStyle": {
  24. "navigationBarTextStyle": "black",
  25. "navigationBarTitleText": "uni-app",
  26. "navigationBarBackgroundColor": "#F8F8F8",
  27. "backgroundColor": "#F8F8F8",
  28. "navigationStyle": "custom"
  29. },
  30. "condition": {
  31. "current": 0,
  32. "list": [
  33. {
  34. "name": "注册",
  35. "path": "pages/login/register",
  36. "query": ""
  37. }]
  38. }
  39. }