巴青农资商城

pages.json 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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/index/index",
  13. "style": {
  14. "navigationStyle": "custom",
  15. "navigationBarTitleText": "首页"
  16. }
  17. },
  18. {
  19. "path": "pages/category/index",
  20. "style": {
  21. "navigationBarTitleText": "分类"
  22. }
  23. },
  24. {
  25. "path": "pages/cart/index",
  26. "style": {
  27. "navigationBarTitleText": "购物车"
  28. }
  29. },
  30. {
  31. "path": "pages/mine/index",
  32. "style": {
  33. "navigationBarTitleText": "我的"
  34. }
  35. },
  36. {
  37. "path": "pages/login/index",
  38. "style": {
  39. "navigationBarTitleText": "登录",
  40. "navigationStyle": "custom"
  41. }
  42. }
  43. ],
  44. "subPackages": [
  45. {
  46. "root": "subpackage/account",
  47. "name": "pkg-account",
  48. "pages": [
  49. {
  50. "path": "register",
  51. "style": {
  52. "navigationBarTitleText": "会员注册"
  53. }
  54. },
  55. {
  56. "path": "profile",
  57. "style": {
  58. "navigationBarTitleText": "个人资料"
  59. }
  60. },
  61. {
  62. "path": "password",
  63. "style": {
  64. "navigationBarTitleText": "修改密码"
  65. }
  66. },
  67. {
  68. "path": "address-list",
  69. "style": {
  70. "navigationBarTitleText": "收货地址"
  71. }
  72. },
  73. {
  74. "path": "address-edit",
  75. "style": {
  76. "navigationBarTitleText": "编辑地址"
  77. }
  78. },
  79. {
  80. "path": "entry-apply",
  81. "style": {
  82. "navigationBarTitleText": "商家入驻",
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "entry-list",
  88. "style": {
  89. "navigationBarTitleText": "我的入驻申请",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "entry-detail",
  95. "style": {
  96. "navigationBarTitleText": "申请详情",
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path": "shop-follow-list",
  102. "style": {
  103. "navigationBarTitleText": "我的店铺关注",
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "message-list",
  109. "style": {
  110. "navigationBarTitleText": "站内消息"
  111. }
  112. },
  113. {
  114. "path": "message-detail",
  115. "style": {
  116. "navigationBarTitleText": "消息详情"
  117. }
  118. }
  119. ]
  120. },
  121. {
  122. "root": "subpackage/category",
  123. "name": "pkg-category",
  124. "pages": [
  125. {
  126. "path": "level1",
  127. "style": {
  128. "navigationBarTitleText": "分类商品"
  129. }
  130. },
  131. {
  132. "path": "goods-list",
  133. "style": {
  134. "navigationBarTitleText": "商品列表"
  135. }
  136. }
  137. ]
  138. },
  139. {
  140. "root": "subpackage/goods",
  141. "name": "pkg-goods",
  142. "pages": [
  143. {
  144. "path": "detail",
  145. "style": {
  146. "navigationBarTitleText": "商品详情"
  147. }
  148. },
  149. {
  150. "path": "reviews",
  151. "style": {
  152. "navigationBarTitleText": "全部评价"
  153. }
  154. }
  155. ]
  156. },
  157. {
  158. "root": "subpackage/search",
  159. "name": "pkg-search",
  160. "pages": [
  161. {
  162. "path": "index",
  163. "style": {
  164. "navigationBarTitleText": "搜索"
  165. }
  166. },
  167. {
  168. "path": "result",
  169. "style": {
  170. "navigationBarTitleText": "搜索结果"
  171. }
  172. }
  173. ]
  174. },
  175. {
  176. "root": "subpackage/order",
  177. "name": "pkg-order",
  178. "pages": [
  179. {
  180. "path": "checkout",
  181. "style": {
  182. "navigationBarTitleText": "确认订单"
  183. }
  184. },
  185. {
  186. "path": "checkout-cart",
  187. "style": {
  188. "navigationBarTitleText": "确认订单"
  189. }
  190. },
  191. {
  192. "path": "pay-result",
  193. "style": {
  194. "navigationBarTitleText": "支付结果"
  195. }
  196. },
  197. {
  198. "path": "list",
  199. "style": {
  200. "navigationBarTitleText": "我的订单"
  201. }
  202. },
  203. {
  204. "path": "detail",
  205. "style": {
  206. "navigationBarTitleText": "订单详情"
  207. }
  208. },
  209. {
  210. "path": "review-list",
  211. "style": {
  212. "navigationBarTitleText": "我的评价"
  213. }
  214. },
  215. {
  216. "path": "review-edit",
  217. "style": {
  218. "navigationBarTitleText": "发表评价"
  219. }
  220. },
  221. {
  222. "path": "review-view",
  223. "style": {
  224. "navigationBarTitleText": "查看评价"
  225. }
  226. },
  227. {
  228. "path": "aftersale-list",
  229. "style": {
  230. "navigationBarTitleText": "退款/售后"
  231. }
  232. },
  233. {
  234. "path": "aftersale-detail",
  235. "style": {
  236. "navigationBarTitleText": "售后详情"
  237. }
  238. },
  239. {
  240. "path": "aftersale-submit",
  241. "style": {
  242. "navigationBarTitleText": "申请售后"
  243. }
  244. }
  245. ]
  246. },
  247. {
  248. "root": "subpackage/shop",
  249. "name": "pkg-shop",
  250. "pages": [
  251. {
  252. "path": "index",
  253. "style": {
  254. "navigationBarTitleText": "店铺"
  255. }
  256. },
  257. {
  258. "path": "search",
  259. "style": {
  260. "navigationBarTitleText": "搜本店商品"
  261. }
  262. }
  263. ]
  264. }
  265. ],
  266. "preloadRule": {
  267. "pages/index/index": {
  268. "network": "all",
  269. "packages": ["pkg-category", "pkg-goods", "pkg-search", "pkg-shop"]
  270. },
  271. "pages/category/index": {
  272. "network": "all",
  273. "packages": ["pkg-category", "pkg-goods"]
  274. },
  275. "pages/mine/index": {
  276. "network": "all",
  277. "packages": ["pkg-account", "pkg-order"]
  278. },
  279. "subpackage/goods/detail": {
  280. "network": "all",
  281. "packages": ["pkg-order"]
  282. },
  283. "pages/cart/index": {
  284. "network": "all",
  285. "packages": ["pkg-order"]
  286. }
  287. },
  288. "globalStyle": {
  289. "navigationBarTextStyle": "black",
  290. "navigationBarTitleText": "农资商城",
  291. "navigationBarBackgroundColor": "#FFFFFF",
  292. "backgroundColor": "#F5F5F5"
  293. },
  294. "tabBar": {
  295. "color": "#999999",
  296. "selectedColor": "#2E7D32",
  297. "borderStyle": "black",
  298. "backgroundColor": "#FFFFFF",
  299. "list": [
  300. {
  301. "pagePath": "pages/index/index",
  302. "text": "首页",
  303. "iconPath": "static/tabbar/home.png",
  304. "selectedIconPath": "static/tabbar/home-active.png"
  305. },
  306. {
  307. "pagePath": "pages/category/index",
  308. "text": "分类",
  309. "iconPath": "static/tabbar/classify.png",
  310. "selectedIconPath": "static/tabbar/classify-active.png"
  311. },
  312. {
  313. "pagePath": "pages/cart/index",
  314. "text": "购物车",
  315. "iconPath": "static/tabbar/shopping.png",
  316. "selectedIconPath": "static/tabbar/shopping-active.png"
  317. },
  318. {
  319. "pagePath": "pages/mine/index",
  320. "text": "我的",
  321. "iconPath": "static/tabbar/mine.png",
  322. "selectedIconPath": "static/tabbar/mine-active.png"
  323. }
  324. ]
  325. },
  326. "uniIdRouter": {}
  327. }