pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "智慧校园公寓",
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/myself/myself",
  12. "style": {
  13. "navigationBarTitleText": "我的",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/order_room/order_room",
  19. "style": {
  20. "navigationBarTitleText": "填写订单",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/my_orderlist/my_orderlist",
  26. "style": {
  27. "navigationBarTitleText": "我的订单",
  28. "navigationStyle": "custom",
  29. "enablePullDownRefresh":true,//下拉刷新
  30. "onReachBottomDistance": 150//上拉触底的距离
  31. }
  32. },
  33. {
  34. "path": "pages/liuchengTeacher/liu_teach",
  35. "style": {
  36. "navigationBarTitleText": "流程管理",
  37. "navigationStyle": "custom",
  38. "enablePullDownRefresh":true,//下拉刷新
  39. "onReachBottomDistance": 150//上拉触底的距离
  40. }
  41. },
  42. {
  43. "path": "pages/liuchengTeacher/detail/teach_detail",
  44. "style": {
  45. "navigationBarTitleText": "详情",
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path": "pages/liuchengO/liu_other",
  51. "style": {
  52. "navigationBarTitleText": "流程管理",
  53. "navigationStyle": "custom",
  54. "enablePullDownRefresh":true,//下拉刷新
  55. "onReachBottomDistance": 150//上拉触底的距离
  56. }
  57. },
  58. {
  59. "path": "pages/liuchengO/detail/teach_detail",
  60. "style": {
  61. "navigationBarTitleText": "详情",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/liuchengManger/liu_manage",
  67. "style": {
  68. "navigationBarTitleText": "流程管理",
  69. "navigationStyle": "custom",
  70. "enablePullDownRefresh":true,//下拉刷新
  71. "onReachBottomDistance": 150//上拉触底的距离
  72. }
  73. },
  74. {
  75. "path": "pages/liuchengManger/detail/teach_detail",
  76. "style": {
  77. "navigationBarTitleText": "详情",
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "pages/order_mark/order_mark",
  83. "style": {
  84. "navigationBarTitleText": "订单详情",
  85. "navigationStyle": "custom"
  86. }
  87. },
  88. {
  89. "path": "pages/ruzhuxuzhi/ruzhuxuzhi",
  90. "style":{
  91. "navigationBarTitleText": "入住须知",
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/submit_order/submit_order",
  97. "style":{
  98. "navigationBarTitleText": ""
  99. }
  100. },
  101. {
  102. "path": "pages/zhifuchenggong/zhifuchenggong",
  103. "style":{
  104. "navigationBarTitleText": "支付成功",
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "pages/huoquanshibai/huoquanshibai",
  110. "style":{
  111. "navigationBarTitleText": "获权失败",
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "pages/huoquCode/huoquCode",
  117. "style":{
  118. "navigationBarTitleText": "获取code",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "pages/gongyuxiangqing/gongyuxiangqing",
  124. "style":{
  125. "navigationBarTitleText": "公寓详情",
  126. "navigationStyle": "custom"
  127. }
  128. }
  129. ],
  130. "globalStyle": {
  131. "navigationBarTextStyle": "black",
  132. "navigationBarTitleText": "uni-app",
  133. "navigationBarBackgroundColor": "#FFFFFF",
  134. "backgroundColor": "#FFFFFF",
  135. "app-plus": {
  136. "background": "#efeff4"
  137. }
  138. },
  139. "tabBar": {//底部导航
  140. "color": "#7A7E83",
  141. "selectedColor": "#296DE3",
  142. "borderStyle": "black",
  143. "backgroundColor": "#ffffff",
  144. "list": [{
  145. "pagePath": "pages/index/index",
  146. "iconPath": "static/tabbar/apartment.svg",
  147. "selectedIconPath": "static/tabbar/apart_dian.svg",//选中时的图片路径
  148. "text": "公寓"
  149. }, {
  150. "pagePath": "pages/myself/myself",
  151. "iconPath": "static/tabbar/myself.svg",
  152. "selectedIconPath": "static/tabbar/myself_dian.svg",
  153. "text": "我的"
  154. }]
  155. }
  156. }