pages.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "登陆首页",
  8. "enablePullDownRefresh": false,
  9. "app-plus": {
  10. "subNVues": [{
  11. "id": "loginContent",
  12. "path": "pages/login/model/loginContent",
  13. "style": {
  14. "position": "absolute",
  15. "top": "0",
  16. "bottom": "0",
  17. "left": "0",
  18. "right": "0",
  19. "background": "transparent"
  20. }
  21. }]
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/text/index",
  27. "style": {
  28. "navigationBarTitleText": "列表演示"
  29. }
  30. },
  31. {
  32. "path": "pages/login/model/loginContent",
  33. "style": {
  34. "navigationBarTitleText": "",
  35. "enablePullDownRefresh": false
  36. }
  37. }
  38. ],
  39. "globalStyle": {
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "uni-app",
  42. "navigationBarBackgroundColor": "#F8F8F8",
  43. "backgroundColor": "#F8F8F8",
  44. "navigationStyle": "custom"
  45. },
  46. "condition": {
  47. "current": 0,
  48. "list": [
  49. {
  50. "name": "列表调试",
  51. "path": "pages/login/index",
  52. "query": ""
  53. }
  54. ]
  55. }
  56. }