pages.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "globalStyle": {
  49. "navigationBarTextStyle": "black",
  50. "navigationBarTitleText": "uni-app",
  51. "navigationBarBackgroundColor": "#F8F8F8",
  52. "backgroundColor": "#F8F8F8",
  53. "navigationStyle": "custom"
  54. },
  55. "condition": {
  56. "current": 0,
  57. "list": [
  58. {
  59. "name": "列表调试",
  60. "path": "pages/login/index",
  61. "query": ""
  62. }
  63. ]
  64. }
  65. }