西藏巴青项目

pages.json 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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": "livestock-resource-detail/index",
  118. "style": {
  119. "navigationBarTitleText": "资源详情"
  120. }
  121. },
  122. {
  123. "path": "agri-classroom/index",
  124. "style": {
  125. "navigationBarTitleText": "农技课堂",
  126. "disableScroll": true
  127. }
  128. },
  129. {
  130. "path": "course-detail/index",
  131. "style": {
  132. "navigationBarTitleText": "课程详情"
  133. }
  134. },
  135. {
  136. "path": "training-detail/index",
  137. "style": {
  138. "navigationBarTitleText": "培训详情"
  139. }
  140. },
  141. {
  142. "path": "medicine-tools/index",
  143. "style": {
  144. "navigationBarTitleText": "用药工具",
  145. "disableScroll": true
  146. }
  147. },
  148. {
  149. "path": "yak-market/index",
  150. "style": {
  151. "navigationBarTitleText": "牦牛行情",
  152. "disableScroll": true
  153. }
  154. },
  155. {
  156. "path": "my-store/index",
  157. "style": {
  158. "navigationBarTitleText": "我的店铺"
  159. }
  160. },
  161. {
  162. "path": "my-booking/index",
  163. "style": {
  164. "navigationBarTitleText": "我的预约",
  165. "disableScroll": true
  166. }
  167. },
  168. {
  169. "path": "my-enrollment/index",
  170. "style": {
  171. "navigationBarTitleText": "我的报名",
  172. "disableScroll": true
  173. }
  174. },
  175. {
  176. "path": "booking-service/index",
  177. "style": {
  178. "navigationBarTitleText": "预约服务",
  179. "disableScroll": true
  180. }
  181. },
  182. {
  183. "path": "booking-vet/index",
  184. "style": {
  185. "navigationBarTitleText": "预约兽医",
  186. "disableScroll": true
  187. }
  188. },
  189. {
  190. "path": "booking-expert/index",
  191. "style": {
  192. "navigationBarTitleText": "预约专家",
  193. "disableScroll": true
  194. }
  195. },
  196. {
  197. "path": "review-history/index",
  198. "style": {
  199. "navigationBarTitleText": "历史评价",
  200. "disableScroll": true
  201. }
  202. },
  203. {
  204. "path": "booking-org/index",
  205. "style": {
  206. "navigationBarTitleText": "预约机构",
  207. "disableScroll": true
  208. }
  209. },
  210. {
  211. "path": "online-clinic/index",
  212. "style": {
  213. "navigationBarTitleText": "在线问诊",
  214. "disableScroll": true
  215. }
  216. },
  217. {
  218. "path": "vet-profile/index",
  219. "style": {
  220. "navigationBarTitleText": "兽医资料",
  221. "disableScroll": true
  222. }
  223. },
  224. {
  225. "path": "consult-detail/index",
  226. "style": {
  227. "navigationBarTitleText": "问诊详情",
  228. "disableScroll": true
  229. }
  230. },
  231. {
  232. "path": "ai-assistant/index",
  233. "style": {
  234. "navigationBarTitleText": "AI助手",
  235. "disableScroll": true
  236. }
  237. }
  238. ]
  239. }
  240. ],
  241. "uniIdRouter": {}
  242. }