pages.json 11 KB

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