pages.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. {
  12. "id": "loginContent",
  13. "path": "pages/login/model/loginContent",
  14. "style": {
  15. "position": "absolute",
  16. "top": "0",
  17. "bottom": "0",
  18. "left": "0",
  19. "right": "0",
  20. "background": "transparent"
  21. }
  22. }
  23. ]
  24. }
  25. }
  26. },
  27. {
  28. "path": "pages/text/index",
  29. "style": {
  30. "navigationBarTitleText": "列表演示"
  31. }
  32. },
  33. {
  34. "path": "pages/login/model/loginContent",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false
  38. }
  39. },
  40. {
  41. "path": "pages/login/localPhoneLogin",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "enablePullDownRefresh": false
  45. }
  46. },
  47. {
  48. "path": "pages/login/otherPhoneLogin",
  49. "style": {
  50. "navigationBarTitleText": "",
  51. "enablePullDownRefresh": false
  52. }
  53. },
  54. {
  55. "path": "pages/login/passLogin",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "pages/login/forgetPass",
  63. "style": {
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. }
  68. ],
  69. "globalStyle": {
  70. "navigationBarTextStyle": "black",
  71. "navigationBarTitleText": "uni-app",
  72. "navigationBarBackgroundColor": "#F8F8F8",
  73. "backgroundColor": "#F8F8F8",
  74. "navigationStyle": "custom"
  75. },
  76. "condition": {
  77. "current": 0,
  78. "list": [
  79. {
  80. "name": "列表调试",
  81. "path": "pages/login/index",
  82. "query": ""
  83. }
  84. ]
  85. }
  86. }