pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. {
  2. "pages": [{
  3. "path": "pages/home/home",
  4. "style": {
  5. "enablePullDownRefresh": false,
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/my/my",
  10. "style": {
  11. "navigationBarTitleText": "个人中心",
  12. "enablePullDownRefresh": false
  13. }
  14. }, {
  15. "path": "pages/teacher/teacher",
  16. "style": {
  17. "navigationBarTitleText": "找教员",
  18. "enablePullDownRefresh": true,
  19. "onReachBottomDistance": 150
  20. }
  21. }, {
  22. "path": "pages/student/student",
  23. "style": {
  24. "navigationBarTitleText": "找学员",
  25. "enablePullDownRefresh": true,
  26. "onReachBottomDistance": 150
  27. }
  28. }, {
  29. "path": "pages/message/message",
  30. "style": {
  31. "navigationBarTitleText": "消息",
  32. "enablePullDownRefresh": true,
  33. "onReachBottomDistance": 150
  34. }
  35. }],
  36. "subPackages": [{
  37. "root": "subpkg",
  38. "pages": [
  39. {
  40. "path" : "manager/manager",
  41. "style" : {
  42. "navigationBarTitleText": "管理员专用",
  43. "enablePullDownRefresh": false
  44. }
  45. }, {
  46. "path": "manager/suggestion/manager_suggestion",
  47. "style": {
  48. "navigationBarTitleText": "管理建议",
  49. "enablePullDownRefresh": true,
  50. "onReachBottomDistance": 150
  51. }
  52. }, {
  53. "path" : "manager/suggestion/manager_suggestion_detail",
  54. "style" : {
  55. "navigationBarTitleText": "管理建议详情",
  56. "enablePullDownRefresh": false
  57. }
  58. }, {
  59. "path": "manager/suggestion/manager_suggestion_handle",
  60. "style": {
  61. "navigationBarTitleText": "管理建议处理",
  62. "enablePullDownRefresh": false
  63. }
  64. }, {
  65. "path" : "manager/complaint/manager_complaint",
  66. "style" : {
  67. "navigationBarTitleText": "管理投诉",
  68. "enablePullDownRefresh": false
  69. }
  70. }, {
  71. "path" : "manager/complaint/manager_complaint_detail",
  72. "style" : {
  73. "navigationBarTitleText": "管理投诉详情",
  74. "enablePullDownRefresh": false
  75. }
  76. }, {
  77. "path" : "manager/complaint/manager_complaint_handle",
  78. "style" : {
  79. "navigationBarTitleText": "管理投诉处理",
  80. "enablePullDownRefresh": false
  81. }
  82. }, {
  83. "path": "my/complaint/my_complaint",
  84. "style": {
  85. "navigationBarTitleText": "我的投诉",
  86. "enablePullDownRefresh": false
  87. }
  88. }, {
  89. "path": "my/complaint/my_complaint_write",
  90. "style": {
  91. "navigationBarTitleText": "写投诉",
  92. "enablePullDownRefresh": false
  93. }
  94. }, {
  95. "path": "my/complaint/my_complaint_detail",
  96. "style": {
  97. "navigationBarTitleText": "投诉详情",
  98. "enablePullDownRefresh": false
  99. }
  100. }, {
  101. "path": "my/invitation/my_invitation_receive",
  102. "style": {
  103. "navigationBarTitleText": "我收到的邀请",
  104. "enablePullDownRefresh": false
  105. }
  106. }, {
  107. "path": "my/invitation/my_invitation_receive_detail",
  108. "style": {
  109. "navigationBarTitleText": "我收到的邀请详情",
  110. "enablePullDownRefresh": false
  111. }
  112. }, {
  113. "path": "my/invitation/my_invitation_send",
  114. "style": {
  115. "navigationBarTitleText": "我发出的邀请",
  116. "enablePullDownRefresh": false
  117. }
  118. }, {
  119. "path": "my/invitation/my_invitation_send_detail",
  120. "style": {
  121. "navigationBarTitleText": "我发出的邀请详情",
  122. "enablePullDownRefresh": false
  123. }
  124. }, {
  125. "path": "my/message/my_message_detail",
  126. "style": {
  127. "navigationBarTitleText": "消息内容",
  128. "enablePullDownRefresh": false
  129. }
  130. }, {
  131. "path": "my/official_account/my_official_account",
  132. "style": {
  133. "navigationBarTitleText": "关注公众号",
  134. "enablePullDownRefresh": false
  135. }
  136. }, {
  137. "path": "my/order/my_order_detail",
  138. "style": {
  139. "navigationBarTitleText": "我的订单详情",
  140. "enablePullDownRefresh": false
  141. }
  142. }, {
  143. "path": "my/order/my_order",
  144. "style": {
  145. "navigationBarTitleText": "我的订单",
  146. "enablePullDownRefresh": false
  147. }
  148. }, {
  149. "path": "my/share/my_share_result_order_detail",
  150. "style": {
  151. "navigationBarTitleText": "订单返现详情",
  152. "enablePullDownRefresh": false
  153. }
  154. }, {
  155. "path": "my/share/my_share_result_order",
  156. "style": {
  157. "navigationBarTitleText": "分享成交订单返现",
  158. "enablePullDownRefresh": false
  159. }
  160. }, {
  161. "path": "my/share/my_share_result",
  162. "style": {
  163. "navigationBarTitleText": "分享结果",
  164. "enablePullDownRefresh": false
  165. }
  166. }, {
  167. "path": "my/share/my_share",
  168. "style": {
  169. "navigationBarTitleText": "分享与返现",
  170. "enablePullDownRefresh": false
  171. }
  172. }, {
  173. "path": "my/suggestion/my_suggestion",
  174. "style": {
  175. "navigationBarTitleText": "我的建议",
  176. "enablePullDownRefresh": false
  177. }
  178. }, {
  179. "path": "my/suggestion/my_suggestion_write",
  180. "style": {
  181. "navigationBarTitleText": "写建议",
  182. "enablePullDownRefresh": false
  183. }
  184. }, {
  185. "path": "my/suggestion/my_suggestion_detail",
  186. "style": {
  187. "navigationBarTitleText": "建议详情",
  188. "enablePullDownRefresh": false
  189. }
  190. }, {
  191. "path": "my/user/my_user_detail",
  192. "style": {
  193. "navigationBarTitleText": "退出登录",
  194. "enablePullDownRefresh": false
  195. }
  196. }, {
  197. "path": "my/user/my_user_login",
  198. "style": {
  199. "navigationBarTitleText": "登录账号",
  200. "enablePullDownRefresh": false
  201. }
  202. }, {
  203. "path": "student/order/student_order_detail",
  204. "style": {
  205. "navigationBarTitleText": "订单详情",
  206. "enablePullDownRefresh": false
  207. }
  208. }, {
  209. "path": "student/require/student_require_add",
  210. "style": {
  211. "navigationBarTitleText": "新增学员需求",
  212. "enablePullDownRefresh": false
  213. }
  214. }, {
  215. "path": "student/require/student_require_my_publish",
  216. "style": {
  217. "navigationBarTitleText": "我发布的学员需求",
  218. "enablePullDownRefresh": true,
  219. "onReachBottomDistance": 150,
  220. "app-plus": {
  221. "bounce": "none"
  222. }
  223. }
  224. }, {
  225. "path": "student/require/student_require_my_detail",
  226. "style": {
  227. "navigationBarTitleText": "我的需求详情",
  228. "enablePullDownRefresh": false
  229. }
  230. }, {
  231. "path": "student/require/student_require_all_detail",
  232. "style": {
  233. "navigationBarTitleText": "需求详情",
  234. "enablePullDownRefresh": false
  235. }
  236. }, {
  237. "path": "student/require/student_require_my_collect",
  238. "style": {
  239. "navigationBarTitleText": "我收藏的学员需求"
  240. }
  241. }, {
  242. "path": "teacher/authentication/teacher_authentication_add",
  243. "style": {
  244. "navigationBarTitleText": "申请教员认证",
  245. "enablePullDownRefresh": false
  246. }
  247. }, {
  248. "path": "teacher/authentication/teacher_authentication",
  249. "style": {
  250. "navigationBarTitleText": "我的教员认证",
  251. "enablePullDownRefresh": false
  252. }
  253. }, {
  254. "path": "teacher/authentication/teacher_authentication_detail",
  255. "style": {
  256. "navigationBarTitleText": "我的教员认证详情"
  257. }
  258. }, {
  259. "path": "teacher/course/teacher_course_my_publish",
  260. "style": {
  261. "navigationBarTitleText": "我发布的教员课程",
  262. "enablePullDownRefresh": false
  263. }
  264. }, {
  265. "path": "teacher/course/teacher_course_add",
  266. "style": {
  267. "navigationBarTitleText": "新增课程",
  268. "enablePullDownRefresh": false
  269. }
  270. }, {
  271. "path": "teacher/course/teacher_course_my_detail",
  272. "style": {
  273. "navigationBarTitleText": "我的课程详情",
  274. "enablePullDownRefresh": false
  275. }
  276. }, {
  277. "path": "teacher/course/teacher_course_all_detail",
  278. "style": {
  279. "navigationBarTitleText": "课程详情",
  280. "enablePullDownRefresh": false
  281. }
  282. }, {
  283. "path": "teacher/course/teacher_course_my_collect",
  284. "style": {
  285. "navigationBarTitleText": "我收藏的课程",
  286. "enablePullDownRefresh": false
  287. }
  288. }
  289. ]
  290. }],
  291. "globalStyle": {
  292. "navigationBarTextStyle": "black",
  293. "navigationBarTitleText": "自选家教",
  294. "navigationBarBackgroundColor": "#f0f0f0",
  295. "backgroundColor": "#f0f0f0"
  296. },
  297. "tabBar": {
  298. "selectedColor": "#00aa7f",
  299. "list": [{
  300. "pagePath": "pages/home/home",
  301. "text": "首页",
  302. "iconPath": "static/tab_icons/home.png",
  303. "selectedIconPath": "static/tab_icons/home_active.png"
  304. },
  305. {
  306. "pagePath": "pages/teacher/teacher",
  307. "text": "找教员",
  308. "iconPath": "static/tab_icons/teacher.png",
  309. "selectedIconPath": "static/tab_icons/teacher_active.png"
  310. },
  311. {
  312. "pagePath": "pages/message/message",
  313. "text": "消息",
  314. "iconPath": "static/tab_icons/message.png",
  315. "selectedIconPath": "static/tab_icons/message_active.png"
  316. },
  317. {
  318. "pagePath": "pages/student/student",
  319. "text": "找学员",
  320. "iconPath": "static/tab_icons/student.png",
  321. "selectedIconPath": "static/tab_icons/student_active.png"
  322. },
  323. {
  324. "pagePath": "pages/my/my",
  325. "text": "我的",
  326. "iconPath": "static/tab_icons/my.png",
  327. "selectedIconPath": "static/tab_icons/my_active.png"
  328. }
  329. ]
  330. }
  331. }