pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "首页",
  9. "navigationStyle": "custom",
  10. "component": true,
  11. "enablePullDownRefresh": true
  12. }
  13. }, {
  14. "path": "pages/index/openCheckStep",
  15. "style": {
  16. "navigationBarTitleText": "开放预约审核步骤"
  17. }
  18. },
  19. {
  20. "path": "pages/index/checkStep",
  21. "style": {
  22. "navigationBarTitleText": "审核步骤"
  23. }
  24. },
  25. {
  26. "path": "pages/index/openOrder",
  27. "style": {
  28. "navigationBarTitleText": "开放预约"
  29. // "navigationStyle": "custom",
  30. // "component": true,
  31. // "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path": "pages/laboratory/table",
  36. "style": {
  37. "navigationBarTitleText": "实验室课表",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/record/tutorialRecord",
  43. "style": {
  44. "navigationBarTitleText": "调停补课记录",
  45. "enablePullDownRefresh": true
  46. }
  47. },
  48. {
  49. "path": "pages/record/StoTtransfer",
  50. "style": {
  51. "navigationBarTitleText": "调停补课"
  52. }
  53. },
  54. {
  55. "path": "pages/record/userApproval",
  56. "style": {
  57. "navigationBarTitleText": "账号审批",
  58. "enablePullDownRefresh": true
  59. }
  60. },
  61. {
  62. "path": "pages/record/tutorialDetail",
  63. "style": {
  64. "navigationBarTitleText": "调停补课详情"
  65. }
  66. },
  67. {
  68. "path": "pages/table/subApply",
  69. "style": {
  70. "navigationBarTitleText": "开放预约申请",
  71. // "navigationStyle": "custom",
  72. // "enablePullDownRefresh": true,
  73. "component": true
  74. }
  75. },
  76. {
  77. "path": "pages/mine/mine",
  78. "style": {
  79. "navigationBarTitleText": "我的",
  80. "navigationStyle": "custom",
  81. "component": true
  82. }
  83. },
  84. {
  85. "path": "pages/laboratory/manage",
  86. "style": {
  87. "navigationBarTitleText": "实验室管理",
  88. "enablePullDownRefresh": true
  89. }
  90. },
  91. {
  92. "path": "pages/laboratory/whRecord",
  93. "style": {
  94. "navigationBarTitleText": "维护记录",
  95. "enablePullDownRefresh": true
  96. }
  97. },
  98. {
  99. "path": "pages/record/reserveDetail",
  100. "style": {
  101. "navigationBarTitleText": "开放预约详情"
  102. }
  103. },
  104. {
  105. "path": "pages/record/reserve",
  106. "style": {
  107. "navigationBarTitleText": "开放预约记录",
  108. "enablePullDownRefresh": true
  109. }
  110. },
  111. {
  112. "path": "pages/record/myClssList",
  113. "style": {
  114. "navigationBarTitleText": "停调课管理",
  115. "enablePullDownRefresh": true
  116. }
  117. },
  118. {
  119. "path": "pages/laboratory/history",
  120. "style": {
  121. "navigationBarTitleText": "历史记录"
  122. }
  123. },
  124. {
  125. "path": "pages/mine/noticeDetail",
  126. "style": {
  127. "navigationBarTitleText": "通知公告",
  128. "enablePullDownRefresh": true
  129. }
  130. },
  131. {
  132. "path": "pages/mine/notice",
  133. "style": {
  134. "navigationBarTitleText": "通知公告",
  135. "enablePullDownRefresh": true
  136. }
  137. },
  138. {
  139. "path": "pages/record/openSteps",
  140. "style": {
  141. "navigationBarTitleText": "开放预约流程",
  142. "enablePullDownRefresh": true
  143. }
  144. }, {
  145. "path": "pages/record/handlesteps",
  146. "style": {
  147. "navigationBarTitleText": "停调补课流程",
  148. "enablePullDownRefresh": true
  149. }
  150. },{
  151. "path": "pages/table/index",
  152. "style": {
  153. "navigationBarTitleText": "实时课表",
  154. "navigationStyle": "custom",
  155. "enablePullDownRefresh": true
  156. }
  157. },
  158. {
  159. "path": "pages/login/login",
  160. "style": {
  161. "navigationBarTitleText": "登录"
  162. }
  163. }, {
  164. "path": "pages/login/applyAccount",
  165. "style": {
  166. "navigationBarTitleText": "申请账号"
  167. }
  168. }, {
  169. "path": "pages/login/retrievePass",
  170. "style": {
  171. "navigationBarTitleText": "找回密码"
  172. }
  173. },
  174. {
  175. "path": "pages/mine/revisePass",
  176. "style": {
  177. "navigationBarTitleText": "修改密码"
  178. }
  179. },
  180. {
  181. "path": "pages/mine/changePwd",
  182. "style": {
  183. "navigationBarTitleText": "修改密码"
  184. // "navigationStyle": "custom",
  185. // "enablePullDownRefresh": true
  186. }
  187. }
  188. ],
  189. "globalStyle": {
  190. "navigationBarTextStyle": "black",
  191. "navigationBarTitleText": "uView",
  192. "navigationBarBackgroundColor": "#FFFFFF",
  193. "backgroundColor": "#F8F8F8"
  194. },
  195. "tabBar": {
  196. "color": "#333333",
  197. "selectedColor": "#3665FF",
  198. "backgroundColor": "#FFFFFF",
  199. "borderStyle": "black",
  200. "list": [{
  201. "pagePath": "pages/index/index",
  202. "iconPath": "static/image/home.png",
  203. "selectedIconPath": "static/image/home-fill.png",
  204. "text": "首页"
  205. }, {
  206. "pagePath": "pages/table/index",
  207. "iconPath": "static/image/table.png",
  208. "selectedIconPath": "static/image/table-fill.png",
  209. "text": "实时课表"
  210. }, {
  211. "pagePath": "pages/mine/mine",
  212. "iconPath": "static/image/mine.png",
  213. "selectedIconPath": "static/image/mine-fill.png",
  214. "text": "我的"
  215. }]
  216. }
  217. }