pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "path": "pages/perfect/sexAndAge",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "enablePullDownRefresh": false
  73. }
  74. }
  75. ],
  76. "globalStyle": {
  77. "navigationBarTextStyle": "black",
  78. "navigationBarTitleText": "uni-app",
  79. "navigationBarBackgroundColor": "#F8F8F8",
  80. "backgroundColor": "#F8F8F8",
  81. "navigationStyle": "custom"
  82. },
  83. "condition": {
  84. "current": 0,
  85. "list": [
  86. {
  87. "name": "列表调试",
  88. "path": "pages/login/index",
  89. "query": ""
  90. }
  91. ]
  92. }
  93. }