巴青农资商城

pages.json 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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. "path": "about-mall",
  121. "style": {
  122. "navigationBarTitleText": "关于商城"
  123. }
  124. }
  125. ]
  126. },
  127. {
  128. "root": "subpackage/category",
  129. "name": "pkg-category",
  130. "pages": [
  131. {
  132. "path": "level1",
  133. "style": {
  134. "navigationBarTitleText": "分类商品"
  135. }
  136. },
  137. {
  138. "path": "goods-list",
  139. "style": {
  140. "navigationBarTitleText": "商品列表"
  141. }
  142. }
  143. ]
  144. },
  145. {
  146. "root": "subpackage/goods",
  147. "name": "pkg-goods",
  148. "pages": [
  149. {
  150. "path": "detail",
  151. "style": {
  152. "navigationBarTitleText": "商品详情"
  153. }
  154. },
  155. {
  156. "path": "reviews",
  157. "style": {
  158. "navigationBarTitleText": "全部评价"
  159. }
  160. }
  161. ]
  162. },
  163. {
  164. "root": "subpackage/search",
  165. "name": "pkg-search",
  166. "pages": [
  167. {
  168. "path": "index",
  169. "style": {
  170. "navigationBarTitleText": "搜索"
  171. }
  172. },
  173. {
  174. "path": "result",
  175. "style": {
  176. "navigationBarTitleText": "搜索结果"
  177. }
  178. }
  179. ]
  180. },
  181. {
  182. "root": "subpackage/order",
  183. "name": "pkg-order",
  184. "pages": [
  185. {
  186. "path": "checkout",
  187. "style": {
  188. "navigationBarTitleText": "确认订单"
  189. }
  190. },
  191. {
  192. "path": "checkout-cart",
  193. "style": {
  194. "navigationBarTitleText": "确认订单"
  195. }
  196. },
  197. {
  198. "path": "pay-result",
  199. "style": {
  200. "navigationBarTitleText": "支付结果"
  201. }
  202. },
  203. {
  204. "path": "list",
  205. "style": {
  206. "navigationBarTitleText": "我的订单"
  207. }
  208. },
  209. {
  210. "path": "detail",
  211. "style": {
  212. "navigationBarTitleText": "订单详情"
  213. }
  214. },
  215. {
  216. "path": "review-list",
  217. "style": {
  218. "navigationBarTitleText": "我的评价"
  219. }
  220. },
  221. {
  222. "path": "review-edit",
  223. "style": {
  224. "navigationBarTitleText": "发表评价"
  225. }
  226. },
  227. {
  228. "path": "review-view",
  229. "style": {
  230. "navigationBarTitleText": "查看评价"
  231. }
  232. },
  233. {
  234. "path": "aftersale-list",
  235. "style": {
  236. "navigationBarTitleText": "退款/售后"
  237. }
  238. },
  239. {
  240. "path": "aftersale-detail",
  241. "style": {
  242. "navigationBarTitleText": "售后详情"
  243. }
  244. },
  245. {
  246. "path": "aftersale-submit",
  247. "style": {
  248. "navigationBarTitleText": "申请售后"
  249. }
  250. }
  251. ]
  252. },
  253. {
  254. "root": "subpackage/shop",
  255. "name": "pkg-shop",
  256. "pages": [
  257. {
  258. "path": "index",
  259. "style": {
  260. "navigationBarTitleText": "店铺"
  261. }
  262. },
  263. {
  264. "path": "search",
  265. "style": {
  266. "navigationBarTitleText": "搜本店商品"
  267. }
  268. }
  269. ]
  270. }
  271. ],
  272. "preloadRule": {
  273. "pages/index/index": {
  274. "network": "all",
  275. "packages": ["pkg-category", "pkg-goods", "pkg-search", "pkg-shop"]
  276. },
  277. "pages/category/index": {
  278. "network": "all",
  279. "packages": ["pkg-category", "pkg-goods"]
  280. },
  281. "pages/mine/index": {
  282. "network": "all",
  283. "packages": ["pkg-account", "pkg-order"]
  284. },
  285. "subpackage/goods/detail": {
  286. "network": "all",
  287. "packages": ["pkg-order"]
  288. },
  289. "pages/cart/index": {
  290. "network": "all",
  291. "packages": ["pkg-order"]
  292. }
  293. },
  294. "globalStyle": {
  295. "navigationBarTextStyle": "black",
  296. "navigationBarTitleText": "农资商城",
  297. "navigationBarBackgroundColor": "#FFFFFF",
  298. "backgroundColor": "#F5F5F5"
  299. },
  300. "tabBar": {
  301. "color": "#999999",
  302. "selectedColor": "#2E7D32",
  303. "borderStyle": "black",
  304. "backgroundColor": "#FFFFFF",
  305. "list": [
  306. {
  307. "pagePath": "pages/index/index",
  308. "text": "首页",
  309. "iconPath": "static/tabbar/home.png",
  310. "selectedIconPath": "static/tabbar/home-active.png"
  311. },
  312. {
  313. "pagePath": "pages/category/index",
  314. "text": "分类",
  315. "iconPath": "static/tabbar/classify.png",
  316. "selectedIconPath": "static/tabbar/classify-active.png"
  317. },
  318. {
  319. "pagePath": "pages/cart/index",
  320. "text": "购物车",
  321. "iconPath": "static/tabbar/shopping.png",
  322. "selectedIconPath": "static/tabbar/shopping-active.png"
  323. },
  324. {
  325. "pagePath": "pages/mine/index",
  326. "text": "我的",
  327. "iconPath": "static/tabbar/mine.png",
  328. "selectedIconPath": "static/tabbar/mine-active.png"
  329. }
  330. ]
  331. },
  332. "uniIdRouter": {}
  333. }