西藏巴青项目

pages.json 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/home/index",
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "disableScroll": true
  16. }
  17. },
  18. {
  19. "path": "pages/ai/index",
  20. "style": {
  21. "navigationBarTitleText": "AI",
  22. "disableScroll": true
  23. }
  24. },
  25. {
  26. "path": "pages/message/index",
  27. "style": {
  28. "navigationBarTitleText": "消息",
  29. "disableScroll": true
  30. }
  31. },
  32. {
  33. "path": "pages/mine/index",
  34. "style": {
  35. "navigationBarTitleText": "我的",
  36. "disableScroll": true
  37. }
  38. },
  39. {
  40. "path": "pages/login/index",
  41. "style": {
  42. "navigationBarTitleText": "登录",
  43. "navigationStyle": "custom"
  44. }
  45. }
  46. ],
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "uni-app",
  50. "navigationBarBackgroundColor": "#F8F8F8",
  51. "backgroundColor": "#F8F8F8"
  52. },
  53. "tabBar": {
  54. "color": "#9CA3AF",
  55. "selectedColor": "#22C55E",
  56. "borderStyle": "black",
  57. "backgroundColor": "#ffffff",
  58. "list": [
  59. {
  60. "pagePath": "pages/home/index",
  61. "iconPath": "static/tabbar/home.png",
  62. "selectedIconPath": "static/tabbar/home-active.png",
  63. "text": "首页"
  64. },
  65. {
  66. "pagePath": "pages/ai/index",
  67. "iconPath": "static/tabbar/ai.png",
  68. "selectedIconPath": "static/tabbar/ai-active.png",
  69. "text": "AI"
  70. },
  71. {
  72. "pagePath": "pages/message/index",
  73. "iconPath": "static/tabbar/message.png",
  74. "selectedIconPath": "static/tabbar/message-active.png",
  75. "text": "消息"
  76. },
  77. {
  78. "pagePath": "pages/mine/index",
  79. "iconPath": "static/tabbar/mine.png",
  80. "selectedIconPath": "static/tabbar/mine-active.png",
  81. "text": "我的"
  82. }
  83. ]
  84. },
  85. "subPackages": [
  86. {
  87. "root": "package-a",
  88. "name": "packageA",
  89. "pages": [
  90. {
  91. "path": "breeding-news/index",
  92. "style": {
  93. "navigationBarTitleText": "养殖资讯",
  94. "disableScroll": true
  95. }
  96. },
  97. {
  98. "path": "news-detail/index",
  99. "style": {
  100. "navigationBarTitleText": "资讯详情"
  101. }
  102. },
  103. {
  104. "path": "file-preview/index",
  105. "style": {
  106. "navigationBarTitleText": "附件预览"
  107. }
  108. },
  109. {
  110. "path": "livestock-resources/index",
  111. "style": {
  112. "navigationBarTitleText": "畜牧资源",
  113. "disableScroll": true
  114. }
  115. },
  116. {
  117. "path": "agri-classroom/index",
  118. "style": {
  119. "navigationBarTitleText": "农技课堂",
  120. "disableScroll": true
  121. }
  122. },
  123. {
  124. "path": "course-detail/index",
  125. "style": {
  126. "navigationBarTitleText": "课程详情"
  127. }
  128. },
  129. {
  130. "path": "training-detail/index",
  131. "style": {
  132. "navigationBarTitleText": "培训详情"
  133. }
  134. },
  135. {
  136. "path": "medicine-tools/index",
  137. "style": {
  138. "navigationBarTitleText": "用药工具",
  139. "disableScroll": true
  140. }
  141. },
  142. {
  143. "path": "yak-market/index",
  144. "style": {
  145. "navigationBarTitleText": "牦牛行情",
  146. "disableScroll": true
  147. }
  148. },
  149. {
  150. "path": "my-store/index",
  151. "style": {
  152. "navigationBarTitleText": "我的店铺"
  153. }
  154. },
  155. {
  156. "path": "my-booking/index",
  157. "style": {
  158. "navigationBarTitleText": "我的预约",
  159. "disableScroll": true
  160. }
  161. },
  162. {
  163. "path": "my-enrollment/index",
  164. "style": {
  165. "navigationBarTitleText": "我的报名",
  166. "disableScroll": true
  167. }
  168. },
  169. {
  170. "path": "booking-service/index",
  171. "style": {
  172. "navigationBarTitleText": "预约服务",
  173. "disableScroll": true
  174. }
  175. },
  176. {
  177. "path": "booking-vet/index",
  178. "style": {
  179. "navigationBarTitleText": "预约兽医"
  180. }
  181. },
  182. {
  183. "path": "booking-expert/index",
  184. "style": {
  185. "navigationBarTitleText": "预约专家"
  186. }
  187. },
  188. {
  189. "path": "review-history/index",
  190. "style": {
  191. "navigationBarTitleText": "历史评价",
  192. "disableScroll": true
  193. }
  194. },
  195. {
  196. "path": "booking-org/index",
  197. "style": {
  198. "navigationBarTitleText": "预约机构"
  199. }
  200. },
  201. {
  202. "path": "online-clinic/index",
  203. "style": {
  204. "navigationBarTitleText": "在线问诊"
  205. }
  206. },
  207. {
  208. "path": "vet-profile/index",
  209. "style": {
  210. "navigationBarTitleText": "兽医资料"
  211. }
  212. },
  213. {
  214. "path": "consult-detail/index",
  215. "style": {
  216. "navigationBarTitleText": "问诊详情",
  217. "disableScroll": true
  218. }
  219. },
  220. {
  221. "path": "ai-assistant/index",
  222. "style": {
  223. "navigationBarTitleText": "AI助手",
  224. "disableScroll": true
  225. }
  226. }
  227. ]
  228. }
  229. ],
  230. "uniIdRouter": {}
  231. }