pages.json 3.0 KB

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