pages.json 8.2 KB

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