pages.json 763 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. {
  17. "path": "pages/login/register",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": true
  21. }
  22. }
  23. ],
  24. "globalStyle": {
  25. "navigationBarTextStyle": "black",
  26. "navigationBarTitleText": "uni-app",
  27. "navigationBarBackgroundColor": "#F8F8F8",
  28. "backgroundColor": "#F8F8F8",
  29. "navigationStyle": "custom"
  30. },
  31. "condition": {
  32. "current": 0,
  33. "list": [
  34. {
  35. "name": "列表调试",
  36. "path": "pages/text/index",
  37. "query": ""
  38. }]
  39. }
  40. }