pages.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  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/shoping/list",
  28. "style": {
  29. "navigationBarTitleText": "店铺列表"
  30. }
  31. },
  32. {
  33. "path": "pages/shoping/storelist",
  34. "style": {
  35. "navigationBarTitleText": "商家专区"
  36. }
  37. },
  38. {
  39. "path": "pages/shoping/storeInfo",
  40. "style": {
  41. "navigationBarTitleText": "详情"
  42. }
  43. },
  44. {
  45. "path": "pages/public/register",
  46. "style": {
  47. "navigationBarTitleText": "注册",
  48. "app-plus": {
  49. "titleNView": {
  50. "type": "transparent"
  51. }
  52. }
  53. }
  54. },
  55. {
  56. "path": "pages/public/login",
  57. "style": {
  58. "navigationBarTitleText": "登录",
  59. "app-plus": {
  60. "titleNView": {
  61. "type": "transparent"
  62. }
  63. }
  64. }
  65. },
  66. {
  67. "path": "pages/public/wxLogin",
  68. "style": {
  69. "navigationBarTitleText": "微信登录",
  70. "app-plus": {
  71. "titleNView": {
  72. "type": "transparent"
  73. }
  74. }
  75. }
  76. },
  77. {
  78. "path": "pages/public/forget",
  79. "style": {
  80. "navigationBarTitleText": "忘记密码",
  81. "app-plus": {
  82. "titleNView": {
  83. "type": "transparent"
  84. }
  85. }
  86. }
  87. },
  88. {
  89. "path": "pages/user/team",
  90. "style": {
  91. "navigationBarTitleText": "我的推广"
  92. }
  93. },
  94. {
  95. "path": "pages/user/tradeList",
  96. "style": {
  97. "navigationBarTitleText": "分红额度"
  98. }
  99. },
  100. {
  101. "path": "pages/user/cash",
  102. "style": {
  103. "navigationBarTitleText": "我的抵用券"
  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/product/list",
  130. "style": {
  131. "enablePullDownRefresh": true,
  132. "navigationBarTitleText": "商品列表"
  133. }
  134. },
  135. {
  136. "path": "pages/product/vip",
  137. "style": {
  138. "navigationBarTitleText": "会员礼包"
  139. }
  140. },
  141. {
  142. "path": "pages/product/search",
  143. "style": {
  144. "enablePullDownRefresh": true,
  145. // #ifdef APP-PLUS
  146. "navigationStyle": "custom",
  147. // #endif
  148. // #ifndef MP || APP-PLUS
  149. "app-plus": {
  150. "titleNView": {
  151. "searchInput": {
  152. "backgroundColor": "rgba(231, 231, 231,.7)",
  153. "borderRadius": "16px",
  154. "placeholder": "请输入关键字",
  155. "disabled": false,
  156. "placeholderColor": "#606266",
  157. "align": "left"
  158. },
  159. "buttons": [{
  160. "text": "搜索",
  161. "fontSize": "14",
  162. "color": "#303133",
  163. "background": "rgba(0,0,0,0)",
  164. "width": "40px"
  165. }]
  166. }
  167. },
  168. // #endif
  169. "navigationBarTitleText": "搜索"
  170. }
  171. },
  172. {
  173. "path": "pages/product/classify",
  174. "style": {
  175. "navigationBarTitleText": "热销商品"
  176. }
  177. },
  178. {
  179. "path": "pages/set/set",
  180. "style": {
  181. "navigationBarTitleText": "设置"
  182. }
  183. },
  184. {
  185. "path": "pages/set/address",
  186. "style": {
  187. "navigationBarTitleText": "收货地址"
  188. }
  189. },
  190. {
  191. "path": "pages/set/addressManage",
  192. "style": {
  193. "navigationBarTitleText": ""
  194. }
  195. },
  196. {
  197. "path": "pages/set/phone",
  198. "style": {
  199. "navigationBarTitleText": "绑定手机号"
  200. }
  201. },
  202. {
  203. "path": "pages/set/userinfo",
  204. "style": {
  205. "navigationBarTitleText": "修改资料"
  206. }
  207. }, {
  208. "path": "pages/cart/cart",
  209. "style": {
  210. "navigationBarTitleText": "购物车"
  211. }
  212. },
  213. {
  214. "path": "pages/user/user",
  215. "style": {
  216. // #ifndef MP-WEIXIN
  217. "navigationStyle": "custom",
  218. // "app-plus": {
  219. // "bounce": "none",
  220. // "titleNView": {
  221. // "type": "transparent",
  222. // "buttons": [{
  223. // "fontSrc": "/static/yticon.ttf",
  224. // "text": "\ue60f",
  225. // "fontSize": "24",
  226. // "color": "#303133",
  227. // "width": "46px",
  228. // "background": "rgba(0,0,0,0)"
  229. // },
  230. // {
  231. // "fontSrc": "/static/yticon.ttf",
  232. // "text": "\ue744",
  233. // "fontSize": "28",
  234. // "color": "#303133",
  235. // "background": "rgba(0,0,0,0)",
  236. // "redDot": true
  237. // }
  238. // ]
  239. // }
  240. // },
  241. // #endif
  242. "navigationBarTitleText": "个人中心"
  243. }
  244. },
  245. {
  246. "path": "pages/user/award",
  247. "style": {
  248. "navigationBarTitleText": "绿色积分",
  249. "app-plus": {
  250. "titleNView": {
  251. "type": "transparent"
  252. }
  253. }
  254. }
  255. },
  256. {
  257. "path": "pages/user/favorites",
  258. "style": {
  259. "navigationBarTitleText": "收藏夹"
  260. }
  261. },
  262. {
  263. "path": "pages/user/scoreAccumulate",
  264. "style": {
  265. "navigationBarTitleText": "积分明细"
  266. }
  267. },
  268. {
  269. "path": "pages/order/order",
  270. "style": {
  271. "navigationBarTitleText": "我的订单",
  272. "app-plus": {
  273. "bounce": "none"
  274. }
  275. }
  276. },
  277. {
  278. "path": "pages/order/expressInfo",
  279. "style": {
  280. "navigationBarTitleText": "快递详情"
  281. }
  282. },
  283. {
  284. "path": "pages/order/orderDetail",
  285. "style": {
  286. "navigationBarTitleText": "订单详情",
  287. "app-plus": {
  288. "bounce": "none"
  289. }
  290. }
  291. },
  292. {
  293. "path": "pages/order/evaluate",
  294. "style": {
  295. "navigationBarTitleText": "评论"
  296. }
  297. },
  298. {
  299. "path": "pages/order/orderRefund",
  300. "style": {
  301. "navigationBarTitleText": "申请退款"
  302. }
  303. },
  304. {
  305. "path": "pages/order/createOrder",
  306. "style": {
  307. "navigationBarTitleText": "创建订单"
  308. }
  309. }, {
  310. "path": "pages/money/pay",
  311. "style": {
  312. "navigationBarTitleText": "支付"
  313. }
  314. },
  315. {
  316. "path": "pages/money/paySuccess",
  317. "style": {
  318. "navigationBarTitleText": "支付成功"
  319. }
  320. },
  321. {
  322. "path": "pages/money/trade",
  323. "style": {
  324. "navigationBarTitleText": "分红额度转账"
  325. }
  326. },
  327. {
  328. "path": "pages/money/wallet",
  329. "style": {
  330. "navigationBarTitleText": "我的钱包",
  331. "app-plus": {
  332. "titleNView": {
  333. "type": "transparent"
  334. }
  335. }
  336. }
  337. },
  338. {
  339. "path": "pages/money/account",
  340. "style": {
  341. "navigationBarTitleText": "提现账号"
  342. }
  343. },
  344. {
  345. "path": "pages/money/withdrawal",
  346. "style": {
  347. "navigationBarTitleText": "绿色积分提现"
  348. }
  349. },
  350. {
  351. "path": "pages/money/recharge",
  352. "style": {
  353. "navigationBarTitleText": "充值"
  354. }
  355. },
  356. {
  357. "path": "pages/category/category",
  358. "style": {
  359. // #ifdef APP-PLUS
  360. "navigationStyle": "custom",
  361. // #endif
  362. // #ifndef MP
  363. "app-plus": {
  364. "bounce": "none",
  365. "titleNView": {
  366. "searchInput": {
  367. "backgroundColor": "rgba(231, 231, 231,.7)",
  368. "borderRadius": "16px",
  369. "placeholder": "商品搜索",
  370. "disabled": true,
  371. "placeholderColor": "#606266",
  372. "align": "left"
  373. }
  374. }
  375. },
  376. // #endif
  377. "navigationBarTitleText": "分类"
  378. }
  379. },
  380. {
  381. "path": "pages/redirect/redirect",
  382. "style": {
  383. "navigationBarTitleText": "微信登录跳转页面",
  384. "app-plus": {
  385. "titleNView": false
  386. }
  387. }
  388. },
  389. {
  390. "path": "pages/user/shareQrCode",
  391. "style": {
  392. "navigationBarTitleText": "邀请好友"
  393. }
  394. }
  395. ],
  396. "globalStyle": {
  397. "navigationBarTextStyle": "black",
  398. "navigationBarTitleText": "响亮商城",
  399. "navigationBarBackgroundColor": "#FFFFFF",
  400. "backgroundColor": "#f8f8f8"
  401. //#ifdef H5
  402. // "navigationStyle": "custom"
  403. //#endif
  404. },
  405. "tabBar": {
  406. "color": "#666666",
  407. "selectedColor": "#d2a770",
  408. "borderStyle": "black",
  409. "backgroundColor": "#ffffff",
  410. "list": [{
  411. "pagePath": "pages/index/index",
  412. "iconPath": "static/tabBar/tab-home.png",
  413. "selectedIconPath": "static/tabBar/tab-home-current.png",
  414. "text": "首页"
  415. },
  416. {
  417. "pagePath": "pages/shoping/list",
  418. "iconPath": "static/tabBar/tab-pink.png",
  419. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  420. "text": "商家"
  421. },
  422. {
  423. "pagePath": "pages/category/category",
  424. "iconPath": "static/tabBar/tab-cate.png",
  425. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  426. "text": "分类"
  427. },
  428. {
  429. "pagePath": "pages/cart/cart",
  430. "iconPath": "static/tabBar/tab-cart.png",
  431. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  432. "text": "购物车"
  433. },
  434. {
  435. "pagePath": "pages/user/user",
  436. "iconPath": "static/tabBar/tab-my.png",
  437. "selectedIconPath": "static/tabBar/tab-my-current.png",
  438. "text": "我的"
  439. }
  440. ]
  441. }
  442. }