pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/home/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText": "首页"
  19. }
  20. }
  21. ,{
  22. "path" : "pages/updateUserInfo/index",
  23. "style" :
  24. {
  25. "navigationBarTitleText": "编辑",
  26. "enablePullDownRefresh": false
  27. }
  28. },
  29. {
  30. "path": "views/doctorItems/updateDoctorInfo/index",
  31. "style": {
  32. "navigationBarTitleText": "补充资料"
  33. }
  34. }
  35. ,{
  36. "path" : "views/record/index",
  37. "style" :
  38. {
  39. "navigationBarTitleText": "记录"
  40. }
  41. }
  42. ,{
  43. "path" : "pages/myCenter/index",
  44. "style" :
  45. {
  46. "navigationBarTitleText": "我的"
  47. }
  48. }
  49. ,{
  50. "path": "pages/register/index",
  51. "style": {
  52. "navigationBarTitleText": "注册"
  53. }
  54. }
  55. ,{
  56. "path": "views/toRegister/index",
  57. "style": {
  58. "navigationBarTitleText": "去注册"
  59. }
  60. }
  61. ,{
  62. "path": "views/patientItems/search/index",
  63. "style": {
  64. "navigationBarTitleText": "AI诊断"
  65. }
  66. },
  67. {
  68. "path": "views/patientItems/diagnose/index",
  69. "style": {
  70. "navigationBarTitleText": "AI诊断"
  71. }
  72. }
  73. ,{
  74. "path": "views/patientItems/recommend/index",
  75. "style": {
  76. "navigationBarTitleText": "智能推荐"
  77. }
  78. }
  79. ,{
  80. "path": "views/patientItems/doctorInfo/index",
  81. "style": {
  82. "navigationBarTitleText": "医生简介"
  83. }
  84. }
  85. ,{
  86. "path": "views/patientItems/order/index",
  87. "style": {
  88. "navigationBarTitleText": "订单详情"
  89. }
  90. }
  91. ,{
  92. "path": "views/doctorItems/index/index",
  93. "style": {
  94. "navigationBarTitleText": "诊断"
  95. }
  96. }
  97. ,{
  98. "path": "views/detail/index",
  99. "style": {
  100. "navigationBarTitleText": "详情"
  101. }
  102. }
  103. ,{
  104. "path": "views/doctorItems/therapy/index",
  105. "style": {
  106. "navigationBarTitleText": "治疗"
  107. }
  108. }
  109. ,{
  110. "path": "views/doctorItems/createPatient/index",
  111. "style": {
  112. "navigationBarTitleText": "新建治疗"
  113. }
  114. }
  115. ,{
  116. "path": "views/doctorItems/article/index",
  117. "style": {
  118. "navigationBarTitleText": "文章"
  119. }
  120. }
  121. ,{
  122. "path": "pages/components/index",
  123. "style": {
  124. "navigationBarTitleText": "组件"
  125. }
  126. }
  127. ,{
  128. "path" : "views/IM/index/index",
  129. "style" :
  130. {
  131. "navigationBarTitleText": "咨询室",
  132. "enablePullDownRefresh": false
  133. }
  134. }
  135. ,{
  136. "path" : "views/test/index",
  137. "style" :
  138. {
  139. "navigationBarTitleText": "测试",
  140. "enablePullDownRefresh": false
  141. }
  142. }
  143. ,{
  144. "path" : "views/doctorItems/subsequentVisitSubmit/subsequentVisitSubmit",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "复诊",
  148. "enablePullDownRefresh": false
  149. }
  150. }
  151. ],
  152. "globalStyle": {
  153. "navigationBarTextStyle": "white",
  154. "navigationBarTitleText": "有趣的灵魂百里挑一",
  155. "navigationBarBackgroundColor": "#3384FF"
  156. },
  157. "tabBar":{
  158. "custom":true,
  159. "color":"#99999",
  160. "selectedColor":"#3384ff",
  161. "borderStyle": "white",
  162. "backgroundColor": "#ffffff",
  163. "list": [{
  164. "pagePath": "pages/index/index",
  165. "iconPath": "static/tabBar/index.png",
  166. "selectedIconPath": "static/tabBar/indexEd.png",
  167. "text": "首页"
  168. }, {
  169. "pagePath": "views/record/index",
  170. "iconPath": "static/tabBar/record.png",
  171. "selectedIconPath": "static/tabBar/recordEd.png",
  172. "text": "记录"
  173. },
  174. {
  175. "pagePath": "pages/myCenter/index",
  176. "iconPath": "static/tabBar/mine.png",
  177. "selectedIconPath": "static/tabBar/mineEd.png",
  178. "text": "我的"
  179. }]
  180. }
  181. }