pages.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/tabbar/home/index",
  15. "style": {
  16. "navigationBarTitleText": "首页",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/tabbar/community/index",
  22. "style": {
  23. "navigationBarTitleText": "社区",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/tabbar/message/index",
  29. "style": {
  30. "navigationBarTitleText": "消息",
  31. "navigationStyle":"custom"
  32. }
  33. },
  34. {
  35. "path": "pages/tabbar/mine/index",
  36. "style": {
  37. "navigationBarTitleText": "我的"
  38. }
  39. },
  40. {
  41. "path": "pages/login/index",
  42. "style": {
  43. "navigationBarTitleText": "登录"
  44. }
  45. },
  46. {
  47. "path": "pages/login/phoneLogin",
  48. "style": {
  49. "navigationBarTitleText": "手机验证"
  50. }
  51. }
  52. ],
  53. "subPackages": [
  54. {
  55. "root": "pages/client",
  56. "pages": [
  57. {
  58. "path": "CommunitySearch/index",
  59. "style": {
  60. "navigationBarTitleText": "社区搜索"
  61. }
  62. },
  63. {
  64. "path": "allComments/index",
  65. "style": {
  66. "navigationBarTitleText": "全部评论"
  67. }
  68. },
  69. {
  70. "path": "checkIn/index",
  71. "style": {
  72. "navigationBarTitleText": "每日签到"
  73. }
  74. },
  75. {
  76. "path": "search/index",
  77. "style": {
  78. "navigationBarTitleText": "搜索"
  79. }
  80. }
  81. ]
  82. },
  83. {
  84. "root": "pages/business",
  85. "pages": [
  86. {
  87. "path": "detail/index",
  88. "style": {
  89. "navigationBarTitleText": "商家详情"
  90. }
  91. },
  92. {
  93. "path": "buy/index",
  94. "style": {
  95. "navigationBarTitleText": "提交订单"
  96. }
  97. },
  98. {
  99. "path": "hot/index",
  100. "style": {
  101. "navigationBarTitleText": "热门推荐"
  102. }
  103. },
  104. {
  105. "path": "nearby/index",
  106. "style": {
  107. "navigationBarTitleText": "附近商家"
  108. }
  109. },
  110. {
  111. "path": "service/index",
  112. "style": {
  113. "navigationBarTitleText": "服务详情"
  114. }
  115. },
  116. {
  117. "path": "classify/index",
  118. "style": {
  119. "navigationBarTitleText": "养车"
  120. }
  121. }
  122. ]
  123. },
  124. {
  125. "root": "pages/points",
  126. "pages": [
  127. {
  128. "path": "myPoints/index",
  129. "style": {
  130. "navigationBarTitleText": "我的积分"
  131. }
  132. },
  133. {
  134. "path": "checkIn/index",
  135. "style": {
  136. "navigationBarTitleText": "每日签到"
  137. }
  138. },
  139. {
  140. "path": "detail/index",
  141. "style": {
  142. "navigationBarTitleText": "积分说明"
  143. }
  144. },
  145. {
  146. "path": "instructions/index",
  147. "style": {
  148. "navigationBarTitleText": "积分明细"
  149. }
  150. },
  151. {
  152. "path": "withdraw/index",
  153. "style": {
  154. "navigationBarTitleText": "积分提现"
  155. }
  156. },
  157. {
  158. "path": "activity/index",
  159. "style": {
  160. "navigationBarTitleText": "积分活动"
  161. }
  162. }
  163. ]
  164. },
  165. {
  166. "root": "pages/message",
  167. "pages": [
  168. {
  169. "path": "evaluate/index",
  170. "style": {
  171. "navigationBarTitleText": "评价通知"
  172. }
  173. },
  174. {
  175. "path": "favorable/index",
  176. "style": {
  177. "navigationBarTitleText": "优惠福利"
  178. }
  179. },
  180. {
  181. "path": "order/index",
  182. "style": {
  183. "navigationBarTitleText": "订单通知"
  184. }
  185. },
  186. {
  187. "path": "payment/index",
  188. "style": {
  189. "navigationBarTitleText": "付款"
  190. }
  191. },
  192. {
  193. "path": "info/index",
  194. "style": {
  195. "navigationBarTitleText": "私信"
  196. }
  197. },
  198. {
  199. "path": "upvote/index",
  200. "style": {
  201. "navigationBarTitleText": "点赞回复"
  202. }
  203. }
  204. ]
  205. },
  206. {
  207. "root": "pages/pointMethod",
  208. "pages": [
  209. {
  210. "path": "foren/index",
  211. "style": {
  212. "navigationBarTitleText": "发帖"
  213. }
  214. },
  215. {
  216. "path": "consume/index",
  217. "style": {
  218. "navigationBarTitleText": "消费"
  219. }
  220. },
  221. {
  222. "path": "comment/index",
  223. "style": {
  224. "navigationBarTitleText": "点评"
  225. }
  226. },
  227. {
  228. "path": "share/index",
  229. "style": {
  230. "navigationBarTitleText": "分享"
  231. }
  232. },
  233. {
  234. "path": "recover/index",
  235. "style": {
  236. "navigationBarTitleText": "回帖"
  237. }
  238. },
  239. {
  240. "path": "advertise/index",
  241. "style": {
  242. "navigationBarTitleText": "广告"
  243. }
  244. }
  245. ]
  246. },
  247. {
  248. "root": "pages/community",
  249. "pages": [
  250. {
  251. "path": "commDetail/index",
  252. "style": {
  253. "navigationBarTitleText": "社区详情"
  254. }
  255. },
  256. {
  257. "path": "commSearch/index",
  258. "style": {
  259. "navigationBarTitleText": "搜索"
  260. }
  261. }
  262. ]
  263. },
  264. {
  265. "root": "pages/my",
  266. "pages": [
  267. {
  268. "path": "collect/index",
  269. "style": {
  270. "navigationBarTitleText": "我的收藏"
  271. }
  272. },
  273. {
  274. "path": "appoint/index",
  275. "style": {
  276. "navigationBarTitleText": "预约列表"
  277. }
  278. },
  279. {
  280. "path": "appointDetail/index",
  281. "style": {
  282. "navigationBarTitleText": "预约详情"
  283. }
  284. },
  285. {
  286. "path": "coupon/index",
  287. "style": {
  288. "navigationBarTitleText": "优惠券"
  289. }
  290. },
  291. {
  292. "path": "inquiry/index",
  293. "style": {
  294. "navigationBarTitleText": "询价"
  295. }
  296. },
  297. {
  298. "path": "score/index",
  299. "style": {
  300. "navigationBarTitleText": "我的积分"
  301. }
  302. },
  303. {
  304. "path": "myOrder/index",
  305. "style": {
  306. "navigationBarTitleText": "我的订单"
  307. }
  308. },
  309. {
  310. "path": "personalCenter/index",
  311. "style": {
  312. "navigationBarTitleText": "个人中心"
  313. }
  314. },
  315. {
  316. "path": "editData/index",
  317. "style": {
  318. "navigationBarTitleText": "编辑资料"
  319. }
  320. },
  321. {
  322. "path": "settings/index",
  323. "style": {
  324. "navigationBarTitleText": "设置"
  325. }
  326. }
  327. ]
  328. }
  329. ],
  330. "tabBar": {
  331. "color": "#999999",
  332. "selectedColor": "#42b2fa",
  333. "borderStyle": "black",
  334. "backgroundColor": "#ffffff",
  335. "list": [
  336. {
  337. "text": "首页",
  338. "pagePath": "pages/tabbar/home/index",
  339. "iconPath": "static/images/home.png",
  340. "selectedIconPath": "static/images/home-select.png"
  341. },
  342. {
  343. "pagePath": "pages/tabbar/community/index",
  344. "text": "社区",
  345. "iconPath": "static/images/community.png",
  346. "selectedIconPath": "static/images/community-select.png"
  347. },
  348. {
  349. "pagePath": "pages/tabbar/message/index",
  350. "text": "消息",
  351. "iconPath": "static/images/message.png",
  352. "selectedIconPath": "static/images/message-select.png"
  353. },
  354. {
  355. "pagePath": "pages/tabbar/mine/index",
  356. "text": "我的",
  357. "iconPath": "static/images/mine.png",
  358. "selectedIconPath": "static/images/mine-select.png"
  359. }
  360. ]
  361. },
  362. "globalStyle": {
  363. "navigationBarTextStyle": "black",
  364. "navigationBarTitleText": "uni-app",
  365. "navigationBarBackgroundColor": "#F8F8F8",
  366. "backgroundColor": "#F8F8F8"
  367. }
  368. }