pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/login/login",
  11. "style": {
  12. "navigationBarTitleText": "登录",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/read/read",
  18. "style": {
  19. "navigationBarTitleText": "阅读须知",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/info/info",
  25. "style": {
  26. "navigationBarTitleText": "基本信息",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/family/family",
  32. "style": {
  33. "navigationBarTitleText": "家庭信息",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/arrive/arrive",
  39. "style": {
  40. "navigationBarTitleText": "到校信息",
  41. "navigationStyle": "custom"
  42. }
  43. },
  44. {
  45. "path": "pages/select/select",
  46. "style": {
  47. "navigationBarTitleText": "宿舍选择",
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/myDorm/myDorm",
  53. "style": {
  54. "navigationBarTitleText": "我的宿舍",
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/proof/proof",
  60. "style": {
  61. "navigationBarTitleText": "预报到凭证",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/subscribe/subscribe",
  67. "style": {
  68. "navigationBarTitleText": "车牌预约",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/mySubscribe/mySubscribe",
  74. "style": {
  75. "navigationBarTitleText": "我的预约",
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/404/404",
  81. "style": {
  82. "navigationBarTitleText": "",
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/status/status",
  88. "style": {
  89. "navigationBarTitleText": "",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/payInfo/payInfo",
  95. "style": {
  96. "navigationBarTitleText": "缴费详情",
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path": "pages/myMsg/myMsg",
  102. "style": {
  103. "navigationBarTitleText": "我的信息",
  104. "navigationStyle": "custom"
  105. }
  106. }
  107. ],
  108. "globalStyle": {
  109. "navigationBarTextStyle": "black",
  110. "navigationBarTitleText": "uni-app",
  111. "navigationBarBackgroundColor": "#F8F8F8",
  112. "backgroundColor": "#F8F8F8",
  113. "app-plus": {
  114. "background": "#efeff4"
  115. }
  116. }
  117. }