pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "globalStyle": {
  56. "navigationBarTextStyle": "black",
  57. "navigationBarTitleText": "uni-app",
  58. "navigationBarBackgroundColor": "#F8F8F8",
  59. "backgroundColor": "#F8F8F8",
  60. "navigationStyle": "custom"
  61. },
  62. "condition": {
  63. "current": 0,
  64. "list": [
  65. {
  66. "name": "列表调试",
  67. "path": "pages/login/index",
  68. "query": ""
  69. }
  70. ]
  71. }
  72. }