pages.json 3.2 KB

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