pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": true,
  9. // #ifdef MP
  10. "navigationStyle": "custom",
  11. // #endif
  12. // #ifndef MP
  13. "app-plus": {
  14. "titleNView": {
  15. "type": "transparent",
  16. "searchInput": {
  17. "backgroundColor": "rgba(231, 231, 231,.7)",
  18. "borderRadius": "16px",
  19. "placeholder": "请输入关键字",
  20. "disabled": true,
  21. "placeholderColor": "#606266",
  22. "align": "left"
  23. }
  24. // "buttons": [{
  25. // "fontSrc": "/static/yticon.ttf",
  26. // "text": "\ue60d",
  27. // "fontSize": "26",
  28. // "color": "#303133",
  29. // "float": "left",
  30. // "background": "rgba(0,0,0,0)"
  31. // },
  32. // {
  33. // "fontSrc": "/static/yticon.ttf",
  34. // "text": "\ue744",
  35. // "fontSize": "27",
  36. // "color": "#303133",
  37. // "background": "rgba(0,0,0,0)"
  38. // }
  39. // ]
  40. }
  41. },
  42. // #endif
  43. "navigationBarTitleText": "万吉商城"
  44. }
  45. },
  46. {
  47. "path": "pages/index/shopList",
  48. "style": {
  49. "navigationBarTitleText": "公排商品"
  50. }
  51. },
  52. {
  53. "path": "pages/index/jfgood",
  54. "style": {
  55. "navigationBarTitleText": "积分商品"
  56. }
  57. },
  58. {
  59. "path": "pages/index/sign",
  60. "style": {
  61. "navigationBarTitleText": "每日签到",
  62. "app-plus": {
  63. "titleNView": {
  64. "type": "transparent"
  65. }
  66. }
  67. }
  68. }, {
  69. "path": "pages/public/register",
  70. "style": {
  71. "navigationBarTitleText": "注册",
  72. "app-plus": {
  73. "titleNView": {
  74. "type": "transparent"
  75. }
  76. }
  77. }
  78. },
  79. {
  80. "path": "pages/index/gongyiList",
  81. "style": {
  82. "navigationBarTitleText": "公益商品",
  83. "app-plus": {
  84. "titleNView": {
  85. "type": "transparent"
  86. }
  87. }
  88. }
  89. },
  90. {
  91. "path": "pages/user/zhuanlist",
  92. "style": {
  93. "navigationBarTitleText": "转账记录",
  94. "app-plus": {
  95. "titleNView": {
  96. "type": "transparent"
  97. }
  98. }
  99. }
  100. },
  101. {
  102. "path": "pages/money/moneyPwd",
  103. "style": {
  104. "navigationBarTitleText": "交易密码"
  105. }
  106. },{
  107. "path": "pages/public/login",
  108. "style": {
  109. "navigationBarTitleText": "登录",
  110. "app-plus": {
  111. "titleNView": {
  112. "type": "transparent"
  113. }
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/money/withdmoenys",
  119. "style": {
  120. "navigationBarTitleText": "余额转账"
  121. }
  122. },
  123. {
  124. "path": "pages/user/extension",
  125. "style": {
  126. "navigationStyle": "custom",
  127. "navigationBarTitleText": "我的推广"
  128. }
  129. },
  130. {
  131. "path": "pages/public/wxLogin",
  132. "style": {
  133. "navigationBarTitleText": "微信登录",
  134. "app-plus": {
  135. "titleNView": {
  136. "type": "transparent"
  137. }
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/public/forget",
  143. "style": {
  144. "navigationBarTitleText": "忘记密码",
  145. "app-plus": {
  146. "titleNView": {
  147. "type": "transparent"
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "path": "pages/product/groupBooking/index",
  154. "style": {
  155. "enablePullDownRefresh": true,
  156. "navigationBarTitleText": "超值拼团"
  157. }
  158. },
  159. {
  160. "path": "pages/product/groupBooking/detail",
  161. "style": {
  162. "navigationBarTitleText": "拼团列表",
  163. "app-plus": {
  164. "titleNView": {
  165. "type": "transparent"
  166. }
  167. }
  168. }
  169. },
  170. {
  171. "path": "pages/product/groupBooking/productCollage", //拼团商品
  172. "style": {
  173. "app-plus": {
  174. "titleNView": {
  175. "type": "transparent"
  176. }
  177. },
  178. "navigationBarTitleText": "商品详情"
  179. }
  180. },
  181. {
  182. "path": "pages/product/groupBooking/inviteImg",
  183. "style": {
  184. "navigationBarTitleText": "拼团邀请图",
  185. "app-plus": {
  186. "titleNView": false
  187. }
  188. }
  189. },
  190. {
  191. "path": "pages/product/groupBooking/productGroup",
  192. "style": {
  193. "navigationBarTitleText": "拼团详情展示",
  194. "app-plus": {
  195. "titleNView": {
  196. "type": "transparent"
  197. }
  198. }
  199. }
  200. },
  201. // {
  202. // "path": "pages/product/groupBooking/groupdetails",
  203. // "style": {
  204. // "navigationBarTitleText": "拼团详情",
  205. // "app-plus": {
  206. // "titleNView": false
  207. // }
  208. // }
  209. // },
  210. {
  211. "path": "pages/product/reply",
  212. "style": {
  213. "navigationBarTitleText": "商品评价",
  214. "app-plus": {
  215. "titleNView": {
  216. "type": "transparent"
  217. }
  218. }
  219. }
  220. },
  221. {
  222. "path": "pages/product/product",
  223. "style": {
  224. "navigationBarTitleText": "详情展示",
  225. "app-plus": {
  226. "titleNView": {
  227. "type": "transparent"
  228. }
  229. }
  230. }
  231. },
  232. {
  233. "path": "pages/product/seckill",
  234. "style": {
  235. "navigationBarTitleText": "限时秒杀"
  236. }
  237. },
  238. {
  239. "path": "pages/product/list",
  240. "style": {
  241. "enablePullDownRefresh": true,
  242. "navigationBarTitleText": "商品列表"
  243. }
  244. },
  245. {
  246. "path": "pages/product/search",
  247. "style": {
  248. "enablePullDownRefresh": true,
  249. // #ifdef APP-PLUS
  250. "navigationStyle": "custom",
  251. // #endif
  252. // #ifndef MP || APP-PLUS
  253. "app-plus": {
  254. "titleNView": {
  255. "searchInput": {
  256. "backgroundColor": "rgba(231, 231, 231,.7)",
  257. "borderRadius": "16px",
  258. "placeholder": "请输入关键字",
  259. "disabled": false,
  260. "placeholderColor": "#606266",
  261. "align": "left"
  262. },
  263. "buttons": [{
  264. "text": "搜索",
  265. "fontSize": "14",
  266. "color": "#303133",
  267. "background": "rgba(0,0,0,0)",
  268. "width": "40px"
  269. }]
  270. }
  271. },
  272. // #endif
  273. "navigationBarTitleText": "搜索"
  274. }
  275. },
  276. {
  277. "path": "pages/product/classify",
  278. "style": {
  279. "navigationStyle": "custom",
  280. "app-plus": {
  281. "titleNView": {
  282. "type": "transparent"
  283. }
  284. }
  285. }
  286. },
  287. {
  288. "path": "pages/product/jfproduct",
  289. "style": {
  290. "navigationStyle": "custom",
  291. "app-plus": {
  292. "titleNView": {
  293. "type": "transparent"
  294. }
  295. }
  296. }
  297. },
  298. {
  299. "path": "pages/set/set",
  300. "style": {
  301. "navigationBarTitleText": "设置"
  302. }
  303. },
  304. {
  305. "path": "pages/set/address",
  306. "style": {
  307. "navigationBarTitleText": "收货地址"
  308. }
  309. },
  310. {
  311. "path": "pages/set/addressManage",
  312. "style": {
  313. "navigationBarTitleText": ""
  314. }
  315. },
  316. {
  317. "path": "pages/set/phone",
  318. "style": {
  319. "navigationBarTitleText": "绑定手机号"
  320. }
  321. },
  322. {
  323. "path": "pages/set/password",
  324. "style": {
  325. "navigationBarTitleText": "修改密码"
  326. }
  327. },
  328. {
  329. "path": "pages/set/userinfo",
  330. "style": {
  331. "navigationBarTitleText": "修改资料"
  332. }
  333. }, {
  334. "path": "pages/cart/cart",
  335. "style": {
  336. "navigationBarTitleText": "购物车"
  337. }
  338. },
  339. {
  340. "path": "pages/user/user",
  341. "style": {
  342. // #ifndef MP-WEIXIN
  343. "navigationStyle": "custom",
  344. // "app-plus": {
  345. // "bounce": "none",
  346. // "titleNView": {
  347. // "type": "transparent",
  348. // "buttons": [{
  349. // "fontSrc": "/static/yticon.ttf",
  350. // "text": "\ue60f",
  351. // "fontSize": "24",
  352. // "color": "#303133",
  353. // "width": "46px",
  354. // "background": "rgba(0,0,0,0)"
  355. // },
  356. // {
  357. // "fontSrc": "/static/yticon.ttf",
  358. // "text": "\ue744",
  359. // "fontSize": "28",
  360. // "color": "#303133",
  361. // "background": "rgba(0,0,0,0)",
  362. // "redDot": true
  363. // }
  364. // ]
  365. // }
  366. // },
  367. // #endif
  368. "navigationBarTitleText": "个人中心"
  369. }
  370. },
  371. {
  372. "path": "pages/user/award",
  373. "style": {
  374. "navigationBarTitleText": "奖励明细"
  375. }
  376. },
  377. {
  378. "path": "pages/user/withdrawal",
  379. "style": {
  380. "navigationBarTitleText": "奖励提现"
  381. }
  382. },
  383. {
  384. "path": "pages/user/notice",
  385. "style": {
  386. "navigationBarTitleText": "通知"
  387. }
  388. },
  389. {
  390. "path": "pages/user/favorites",
  391. "style": {
  392. "navigationBarTitleText": "收藏夹"
  393. }
  394. }, {
  395. "path": "pages/user/coupon",
  396. "style": {
  397. "navigationBarTitleText": "我的卡卷"
  398. }
  399. },
  400. {
  401. "path": "pages/user/scoreAccumulate",
  402. "style": {
  403. "navigationBarTitleText": "积分明细"
  404. }
  405. },
  406. {
  407. "path": "pages/order/order",
  408. "style": {
  409. "navigationBarTitleText": "我的订单",
  410. "app-plus": {
  411. "bounce": "none"
  412. }
  413. }
  414. },
  415. {
  416. "path": "pages/order/expressInfo",
  417. "style": {
  418. "navigationBarTitleText": "快递详情"
  419. }
  420. },
  421. {
  422. "path": "pages/order/orderDetail",
  423. "style": {
  424. "navigationBarTitleText": "订单详情",
  425. "app-plus": {
  426. "bounce": "none"
  427. }
  428. }
  429. },
  430. {
  431. "path": "pages/order/evaluate",
  432. "style": {
  433. "navigationBarTitleText": "评论"
  434. }
  435. },
  436. {
  437. "path": "pages/order/orderRefund",
  438. "style": {
  439. "navigationBarTitleText": "申请退款"
  440. }
  441. },
  442. {
  443. "path": "pages/order/createOrder",
  444. "style": {
  445. "navigationBarTitleText": "创建订单"
  446. }
  447. },
  448. {
  449. "path": "pages/order/jforder",
  450. "style": {
  451. "navigationBarTitleText": "积分订单"
  452. }
  453. },
  454. {
  455. "path": "pages/money/pay",
  456. "style": {
  457. "navigationBarTitleText": "支付"
  458. }
  459. },
  460. {
  461. "path": "pages/money/paySuccess",
  462. "style": {
  463. "navigationBarTitleText": "支付成功"
  464. }
  465. },
  466. {
  467. "path": "pages/money/wallet",
  468. "style": {
  469. "navigationBarTitleText": "我的钱包",
  470. "app-plus": {
  471. "titleNView": {
  472. "type": "transparent"
  473. }
  474. }
  475. }
  476. },
  477. {
  478. "path": "pages/money/account",
  479. "style": {
  480. "navigationBarTitleText": "提现账号"
  481. }
  482. },
  483. {
  484. "path": "pages/money/withdrawal",
  485. "style": {
  486. "navigationBarTitleText": "提现"
  487. }
  488. },
  489. {
  490. "path": "pages/money/recharge",
  491. "style": {
  492. "navigationBarTitleText": "充值"
  493. }
  494. },
  495. {
  496. "path": "pages/category/category",
  497. "style": {
  498. // #ifdef APP-PLUS
  499. "navigationStyle": "custom",
  500. // #endif
  501. // #ifndef MP
  502. "app-plus": {
  503. "bounce": "none",
  504. "titleNView": {
  505. "searchInput": {
  506. "backgroundColor": "rgba(231, 231, 231,.7)",
  507. "borderRadius": "16px",
  508. "placeholder": "商品搜索",
  509. "disabled": true,
  510. "placeholderColor": "#606266",
  511. "align": "left"
  512. }
  513. }
  514. },
  515. // #endif
  516. "navigationBarTitleText": "分类"
  517. }
  518. },
  519. {
  520. "path": "pages/redirect/redirect",
  521. "style": {
  522. "navigationBarTitleText": "微信登录跳转页面",
  523. "app-plus": {
  524. "titleNView": false
  525. }
  526. }
  527. },
  528. {
  529. "path": "pages/user/shareQrCode",
  530. "style": {
  531. "navigationBarTitleText": "邀请好友"
  532. }
  533. }
  534. ,{
  535. "path" : "pages/public/download",
  536. "style" :
  537. {
  538. "navigationBarTitleText": "",
  539. "enablePullDownRefresh": false
  540. }
  541. }
  542. ],
  543. "subPackages": [{
  544. "root": "pages/activity",
  545. "name": "activity",
  546. "pages": [{
  547. "path": "goods_bargain/index",
  548. "style": {
  549. "navigationStyle": "custom"
  550. // #ifdef MP
  551. ,
  552. "navigationBarTextStyle": "#fff"
  553. // #endif
  554. }
  555. },
  556. {
  557. "path": "goods_bargain_details/index",
  558. "style": {
  559. "navigationStyle": "custom"
  560. // #ifdef MP
  561. ,
  562. "navigationBarTextStyle": "#fff"
  563. // #endif
  564. }
  565. },
  566. {
  567. "path": "bargain/index",
  568. "style": {
  569. "navigationBarTitleText": "砍价记录"
  570. }
  571. }
  572. ]
  573. }],
  574. "globalStyle": {
  575. "navigationBarTextStyle": "black",
  576. "navigationBarTitleText": "万吉商城",
  577. "navigationBarBackgroundColor": "#FFFFFF",
  578. "backgroundColor": "#f8f8f8"
  579. },
  580. "tabBar": {
  581. "color": "#C0C4CC",
  582. "selectedColor": "#5DBC7C",
  583. "borderStyle": "black",
  584. "backgroundColor": "#ffffff",
  585. "list": [{
  586. "pagePath": "pages/index/index",
  587. "iconPath": "static/tabBar/tab-home.png",
  588. "selectedIconPath": "static/tabBar/tab-home-current.png",
  589. "text": "首页"
  590. },
  591. {
  592. "pagePath": "pages/category/category",
  593. "iconPath": "static/tabBar/tab-cate.png",
  594. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  595. "text": "分类"
  596. },
  597. {
  598. "pagePath": "pages/cart/cart",
  599. "iconPath": "static/tabBar/tab-cart.png",
  600. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  601. "text": "购物车"
  602. },
  603. {
  604. "pagePath": "pages/user/user",
  605. "iconPath": "static/tabBar/tab-my.png",
  606. "selectedIconPath": "static/tabBar/tab-my-current.png",
  607. "text": "我的"
  608. }
  609. ]
  610. }
  611. }