pages.json 13 KB

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