pages.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "好物优选",
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/index/message",
  16. "style": {
  17. "navigationBarTitleText": "系统公告"
  18. }
  19. },
  20. {
  21. "path": "pages/index/messageInfo",
  22. "style": {
  23. "navigationBarTitleText": "公告详情"
  24. }
  25. },
  26. {
  27. "path": "pages/activity/activity",
  28. "style": {
  29. "navigationBarTitleText": "升级礼包"
  30. }
  31. },
  32. {
  33. "path": "pages/category/category",
  34. "style": {
  35. // #ifdef APP-PLUS
  36. "navigationStyle": "custom",
  37. // #endif
  38. // #ifndef MP
  39. "app-plus": {
  40. "bounce": "none",
  41. "titleNView": {
  42. "searchInput": {
  43. "backgroundColor": "rgba(231, 231, 231,.7)",
  44. "borderRadius": "16px",
  45. "placeholder": "商品搜索",
  46. "disabled": true,
  47. "placeholderColor": "#606266",
  48. "align": "left"
  49. }
  50. }
  51. },
  52. // #endif
  53. "navigationBarTitleText": "分类"
  54. }
  55. },
  56. {
  57. "path": "pages/cart/cart",
  58. "style": {
  59. "navigationBarTitleText": "购物车"
  60. }
  61. },
  62. {
  63. "path": "pages/public/register",
  64. "style": {
  65. "navigationBarTitleText": "注册",
  66. "app-plus": {
  67. "titleNView": {
  68. "type": "transparent"
  69. }
  70. }
  71. }
  72. },
  73. {
  74. "path": "pages/public/login",
  75. "style": {
  76. "navigationBarTitleText": "登录",
  77. "app-plus": {
  78. "titleNView": {
  79. "type": "transparent"
  80. }
  81. }
  82. }
  83. },
  84. {
  85. "path": "pages/public/wxLogin",
  86. "style": {
  87. "navigationBarTitleText": "微信登录",
  88. "app-plus": {
  89. "titleNView": {
  90. "type": "transparent"
  91. }
  92. }
  93. }
  94. },
  95. {
  96. "path": "pages/public/forget",
  97. "style": {
  98. "navigationBarTitleText": "忘记密码",
  99. "app-plus": {
  100. "titleNView": {
  101. "type": "transparent"
  102. }
  103. }
  104. }
  105. },
  106. {
  107. "path": "pages/product/reply",
  108. "style": {
  109. "navigationBarTitleText": "商品评价",
  110. "app-plus": {
  111. "titleNView": {
  112. "type": "transparent"
  113. }
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/product/product",
  119. "style": {
  120. "navigationBarTitleText": "详情展示",
  121. "app-plus": {
  122. "titleNView": {
  123. "type": "transparent"
  124. }
  125. }
  126. }
  127. },
  128. {
  129. "path": "pages/set/set",
  130. "style": {
  131. "navigationBarTitleText": "设置"
  132. }
  133. },
  134. {
  135. "path": "pages/set/address",
  136. "style": {
  137. "navigationBarTitleText": "收货地址"
  138. }
  139. },
  140. {
  141. "path": "pages/set/addressManage",
  142. "style": {
  143. "navigationBarTitleText": ""
  144. }
  145. },
  146. {
  147. "path": "pages/set/phone",
  148. "style": {
  149. "navigationBarTitleText": "绑定手机号"
  150. }
  151. },
  152. {
  153. "path": "pages/contract/privacy",
  154. "style": {
  155. "navigationBarTitleText": "隐私政策"
  156. }
  157. },
  158. {
  159. "path": "pages/contract/start",
  160. "style": {
  161. "navigationBarTitleText": "温馨提示"
  162. }
  163. },
  164. {
  165. "path": "pages/contract/agreement",
  166. "style": {
  167. "navigationBarTitleText": "会员协议"
  168. }
  169. },
  170. {
  171. "path": "pages/set/password",
  172. "style": {
  173. "navigationBarTitleText": "修改密码"
  174. }
  175. },
  176. {
  177. "path": "pages/set/userinfo",
  178. "style": {
  179. "navigationBarTitleText": "修改资料"
  180. }
  181. },
  182. {
  183. "path": "pages/user/user",
  184. "style": {
  185. "navigationBarTitleText": "我的",
  186. "app-plus": {
  187. "titleNView": false
  188. }
  189. }
  190. },
  191. {
  192. "path": "pages/user/myLq",
  193. "style": {
  194. "navigationBarTitleText": "我的零钱",
  195. "app-plus": {
  196. "titleNView": false
  197. }
  198. }
  199. },
  200. {
  201. "path": "pages/user/myRcq",
  202. "style": {
  203. "navigationBarTitleText": "我的入场券",
  204. "app-plus": {
  205. "titleNView": false
  206. }
  207. }
  208. },
  209. {
  210. "path": "pages/user/change",
  211. "style": {
  212. "navigationBarTitleText": "积分兑换"
  213. }
  214. },
  215. {
  216. "path": "pages/user/myTeam",
  217. "style": {
  218. "navigationBarTitleText": "我的推广",
  219. "app-plus": {
  220. "titleNView": false
  221. }
  222. }
  223. },
  224. {
  225. "path": "pages/user/myHdq",
  226. "style": {
  227. "navigationBarTitleText": "我的活动券",
  228. "app-plus": {
  229. "titleNView": false
  230. }
  231. }
  232. },
  233. {
  234. "path": "pages/user/myJf",
  235. "style": {
  236. "navigationBarTitleText": "积分",
  237. "app-plus": {
  238. "titleNView": false
  239. }
  240. }
  241. },
  242. {
  243. "path": "pages/user/shareQrCode",
  244. "style": {
  245. "navigationBarTitleText": "邀请好友"
  246. }
  247. },
  248. {
  249. "path": "pages/user/favorites",
  250. "style": {
  251. "navigationBarTitleText": "收藏夹"
  252. }
  253. },
  254. {
  255. "path": "pages/order/order",
  256. "style": {
  257. "navigationBarTitleText": "我的订单",
  258. "app-plus": {
  259. "bounce": "none"
  260. }
  261. }
  262. },
  263. {
  264. "path": "pages/order/expressInfo",
  265. "style": {
  266. "navigationBarTitleText": "快递详情"
  267. }
  268. },
  269. {
  270. "path": "pages/order/orderDetail",
  271. "style": {
  272. "navigationBarTitleText": "订单详情",
  273. "app-plus": {
  274. "bounce": "none"
  275. }
  276. }
  277. },
  278. {
  279. "path": "pages/order/evaluate",
  280. "style": {
  281. "navigationBarTitleText": "评论"
  282. }
  283. },
  284. {
  285. "path": "pages/order/orderRefund",
  286. "style": {
  287. "navigationBarTitleText": "申请退款"
  288. }
  289. },
  290. {
  291. "path": "pages/order/createOrder",
  292. "style": {
  293. "navigationBarTitleText": "创建订单"
  294. }
  295. },
  296. {
  297. "path": "pages/money/pay",
  298. "style": {
  299. "navigationBarTitleText": "支付"
  300. }
  301. },
  302. {
  303. "path": "pages/money/withdrawal",
  304. "style": {
  305. "navigationBarTitleText": "提现"
  306. }
  307. },
  308. {
  309. "path": "pages/money/wallet",
  310. "style": {
  311. "navigationBarTitleText": "转账"
  312. }
  313. },
  314. {
  315. "path": "pages/money/recharge",
  316. "style": {
  317. "navigationBarTitleText": "充值"
  318. }
  319. },
  320. {
  321. "path": "pages/money/paySuccess",
  322. "style": {
  323. "navigationBarTitleText": "支付成功"
  324. }
  325. },
  326. {
  327. "path": "pages/redirect/redirect",
  328. "style": {
  329. "navigationBarTitleText": "微信登录跳转页面",
  330. "app-plus": {
  331. "titleNView": false
  332. }
  333. }
  334. }
  335. ],
  336. "globalStyle": {
  337. "navigationBarTextStyle": "black",
  338. "navigationBarTitleText": "好物优选",
  339. "navigationBarBackgroundColor": "#FFFFFF",
  340. "backgroundColor": "#f8f8f8"
  341. },
  342. "tabBar": {
  343. "color": "#333333",
  344. "selectedColor": "#FF4C4C",
  345. "borderStyle": "black",
  346. "backgroundColor": "#ffffff",
  347. "list": [{
  348. "pagePath": "pages/index/index",
  349. "iconPath": "static/tabBar/home.png",
  350. "selectedIconPath": "static/tabBar/home-current.png",
  351. "text": "首页"
  352. },
  353. {
  354. "pagePath": "pages/category/category",
  355. "iconPath": "static/tabBar/tab-cate.png",
  356. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  357. "text": "分类"
  358. },
  359. {
  360. "pagePath": "pages/cart/cart",
  361. "iconPath": "static/tabBar/tab-cart.png",
  362. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  363. "text": "购物车"
  364. },
  365. {
  366. "pagePath": "pages/user/user",
  367. "iconPath": "static/tabBar/my.png",
  368. "selectedIconPath": "static/tabBar/my-current.png",
  369. "text": "我的"
  370. }
  371. ]
  372. }
  373. }