pages.json 11 KB

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