pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/navigation/index",
  7. "style": {
  8. "enablePullDownRefresh": true,
  9. // #ifdef MP
  10. "navigationStyle": "custom",
  11. // #endif
  12. // #ifndef MP
  13. "app-plus": {
  14. "titleNView": false
  15. },
  16. // #endif
  17. "navigationBarTitleText": "尚视易趣"
  18. }
  19. },
  20. {
  21. "path": "pages/navigation/main",
  22. "style": {
  23. "navigationBarTitleText": "卖货系统"
  24. }
  25. },
  26. {
  27. "path": "pages/navigation/product",
  28. "style": {
  29. "navigationBarTitleText": "产品详情"
  30. }
  31. },
  32. {
  33. "path": "pages/navigation/productlist",
  34. "style": {
  35. "navigationBarTitleText": "产品列表"
  36. }
  37. },
  38. {
  39. "path": "pages/navigation/bdjj",
  40. "style": {
  41. "navigationBarTitleText": "报单奖金",
  42. "app-plus": {
  43. "titleNView": {
  44. "type": "transparent"
  45. }
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/navigation/tdjj",
  51. "style": {
  52. "navigationBarTitleText": "团队奖金",
  53. "app-plus": {
  54. "titleNView": {
  55. "type": "transparent"
  56. }
  57. }
  58. }
  59. },
  60. {
  61. "path": "pages/navigation/fhsy",
  62. "style": {
  63. "navigationBarTitleText": "分红收益",
  64. "app-plus": {
  65. "titleNView": {
  66. "type": "transparent"
  67. }
  68. }
  69. }
  70. },
  71. {
  72. "path": "pages/navigation/team",
  73. "style": {
  74. "navigationBarTitleText": "我的团队",
  75. "app-plus": {
  76. "titleNView": {
  77. "type": "transparent"
  78. }
  79. }
  80. }
  81. },
  82. {
  83. "path": "pages/index/index",
  84. "style": {
  85. "enablePullDownRefresh": true,
  86. // #ifdef MP
  87. "navigationStyle": "custom",
  88. // #endif
  89. // #ifndef MP
  90. "app-plus": {
  91. "titleNView": false
  92. },
  93. // #endif
  94. "navigationBarTitleText": "商城首页"
  95. }
  96. },
  97. {
  98. "path": "pages/index/downLoad",
  99. "style": {
  100. "navigationBarTitleText": "下载",
  101. "app-plus": {
  102. "titleNView": false
  103. }
  104. }
  105. },
  106. {
  107. "path": "pages/product/new",
  108. "style": {
  109. "navigationBarTitleText": "新品",
  110. "app-plus": {
  111. "titleNView": false
  112. }
  113. }
  114. },
  115. {
  116. "path": "pages/index/sign",
  117. "style": {
  118. "navigationBarTitleText": "每日签到",
  119. "app-plus": {
  120. "titleNView": {
  121. "type": "transparent"
  122. }
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/product/seckill",
  128. "style": {
  129. "navigationBarTitleText": "限时秒杀"
  130. }
  131. },
  132. {
  133. "path": "pages/public/register",
  134. "style": {
  135. "navigationBarTitleText": "注册",
  136. "app-plus": {
  137. "titleNView": {
  138. "type": "transparent"
  139. }
  140. }
  141. }
  142. }, {
  143. "path": "pages/public/login",
  144. "style": {
  145. "navigationBarTitleText": "登录",
  146. "app-plus": {
  147. "titleNView": {
  148. "type": "transparent"
  149. }
  150. }
  151. }
  152. },
  153. {
  154. "path": "pages/money/moneyPwd",
  155. "style": {
  156. "navigationBarTitleText": "交易密码",
  157. "navigationBarBackgroundColor": "#FFFFFF",
  158. "navigationBarTextStyle": "black"
  159. }
  160. },
  161. {
  162. "path": "pages/collection/collection",
  163. "style": {
  164. "navigationBarTitleText": "银行卡管理"
  165. }
  166. },
  167. {
  168. "path": "pages/collection/bank",
  169. "style": {
  170. "navigationBarTitleText": "添加银行卡"
  171. }
  172. },
  173. {
  174. "path": "pages/collection/zfb",
  175. "style": {
  176. "navigationBarTitleText": "添加支付宝"
  177. }
  178. },
  179. {
  180. "path": "pages/collection/wx",
  181. "style": {
  182. "navigationBarTitleText": "添加微信"
  183. }
  184. },
  185. {
  186. "path": "pages/money/success",
  187. "style": {
  188. "navigationBarTitleText": "提交成功"
  189. }
  190. },
  191. {
  192. "path": "pages/public/wxLogin",
  193. "style": {
  194. "navigationBarTitleText": "微信登录",
  195. "app-plus": {
  196. "titleNView": {
  197. "type": "transparent"
  198. }
  199. }
  200. }
  201. },
  202. {
  203. "path": "pages/user/about",
  204. "style": {
  205. "navigationBarTitleText": "隐私协议"
  206. }
  207. },
  208. {
  209. "path": "pages/user/mygs",
  210. "style": {
  211. "navigationBarTitleText": "我的收益",
  212. "app-plus": {
  213. "titleNView": false
  214. }
  215. }
  216. },
  217. {
  218. "path": "pages/public/forget",
  219. "style": {
  220. "navigationBarTitleText": "忘记密码",
  221. "app-plus": {
  222. "titleNView": {
  223. "type": "transparent"
  224. }
  225. }
  226. }
  227. },
  228. {
  229. "path": "pages/product/reply",
  230. "style": {
  231. "navigationBarTitleText": "商品评价",
  232. "app-plus": {
  233. "titleNView": {
  234. "type": "transparent"
  235. }
  236. }
  237. }
  238. },
  239. {
  240. "path": "pages/product/product",
  241. "style": {
  242. "navigationBarTitleText": "详情展示",
  243. "app-plus": {
  244. "titleNView": {
  245. "type": "transparent"
  246. }
  247. }
  248. }
  249. },
  250. {
  251. "path": "pages/hall/porducthall",
  252. "style": {
  253. "navigationBarTitleText": "详情展示",
  254. "app-plus": {
  255. "titleNView": {
  256. "type": "transparent"
  257. }
  258. }
  259. }
  260. },
  261. {
  262. "path": "pages/hall/gsell",
  263. "style": {
  264. "navigationBarTitleText": "挂售"
  265. }
  266. },
  267. {
  268. "path": "pages/product/list",
  269. "style": {
  270. "navigationBarTitleText": "商品列表"
  271. }
  272. },
  273. {
  274. "path": "pages/product/zero",
  275. "style": {
  276. "navigationBarTitleText": "0元购",
  277. "navigationBarBackgroundColor": "#DC262B",
  278. "navigationBarTextStyle": "white"
  279. }
  280. },
  281. {
  282. "path": "pages/store/store",
  283. "style": {
  284. "navigationBarTitleText": "同城好店"
  285. }
  286. },
  287. {
  288. "path": "pages/store/shopDetail",
  289. "style": {
  290. "navigationBarTitleText": "好店详情"
  291. }
  292. },
  293. {
  294. "path": "pages/store/shopList",
  295. "style": {
  296. "navigationBarTitleText": "好店列表"
  297. }
  298. },
  299. {
  300. "path": "pages/index/message",
  301. "style": {
  302. "navigationBarTitleText": "官方公告"
  303. }
  304. },
  305. {
  306. "path": "pages/index/messageInfo",
  307. "style": {
  308. "navigationBarTitleText": "公告详情"
  309. }
  310. },
  311. {
  312. "path": "pages/product/search",
  313. "style": {
  314. "enablePullDownRefresh": true,
  315. // #ifdef APP-PLUS
  316. "navigationStyle": "custom",
  317. // #endif
  318. // #ifndef MP || APP-PLUS
  319. "app-plus": {
  320. "titleNView": {
  321. "searchInput": {
  322. "backgroundColor": "rgba(231, 231, 231,.7)",
  323. "borderRadius": "16px",
  324. "placeholder": "请输入关键字",
  325. "disabled": false,
  326. "placeholderColor": "#606266",
  327. "align": "left"
  328. },
  329. "buttons": [{
  330. "text": "搜索",
  331. "fontSize": "14",
  332. "color": "#303133",
  333. "background": "rgba(0,0,0,0)",
  334. "width": "40px"
  335. }]
  336. }
  337. },
  338. // #endif
  339. "navigationBarTitleText": "搜索"
  340. }
  341. },
  342. {
  343. "path": "pages/product/classify",
  344. "style": {
  345. "navigationBarTitleText": "",
  346. "app-plus": {
  347. "titleNView": {
  348. "type": "none"
  349. }
  350. }
  351. }
  352. },
  353. {
  354. "path": "pages/set/set",
  355. "style": {
  356. "navigationBarTitleText": "设置"
  357. }
  358. },
  359. {
  360. "path": "pages/set/address",
  361. "style": {
  362. "navigationBarTitleText": "收货地址"
  363. }
  364. },
  365. {
  366. "path": "pages/set/addressManage",
  367. "style": {
  368. "navigationBarTitleText": ""
  369. }
  370. },
  371. {
  372. "path": "pages/set/phone",
  373. "style": {
  374. "navigationBarTitleText": "绑定手机"
  375. }
  376. },
  377. {
  378. "path": "pages/set/password",
  379. "style": {
  380. "navigationBarTitleText": "修改密码"
  381. }
  382. },
  383. {
  384. "path": "pages/set/userinfo",
  385. "style": {
  386. "navigationBarTitleText": "修改资料"
  387. }
  388. }, {
  389. "path": "pages/cart/cart",
  390. "style": {
  391. "navigationBarTitleText": "购物车"
  392. }
  393. },
  394. {
  395. "path": "pages/user/user",
  396. "style": {
  397. "navigationBarTitleText": "个人中心",
  398. "app-plus": {
  399. "titleNView": false
  400. }
  401. }
  402. },
  403. {
  404. "path": "pages/user/award",
  405. "style": {
  406. "navigationBarTitleText": "奖励明细",
  407. "app-plus": {
  408. "titleNView": {
  409. "type": "transparent"
  410. }
  411. }
  412. }
  413. },
  414. {
  415. "path": "pages/user/gzsq",
  416. "style": {
  417. "navigationBarTitleText": "馆长申请"
  418. }
  419. },
  420. {
  421. "path": "pages/user/myfans",
  422. "style": {
  423. "navigationBarTitleText": "我的粉丝"
  424. }
  425. },
  426. {
  427. "path": "pages/user/myproduct",
  428. "style": {
  429. "navigationBarTitleText": "我的商品"
  430. }
  431. },
  432. {
  433. "path": "pages/user/myyue",
  434. "style": {
  435. "navigationBarTitleText": "我的余额",
  436. "app-plus": {
  437. "titleNView": {
  438. "type": "transparent"
  439. }
  440. }
  441. }
  442. },
  443. {
  444. "path": "pages/user/mytihuo",
  445. "style": {
  446. "navigationBarTitleText": "提货积分",
  447. "navigationStyle": "custom"
  448. }
  449. },
  450. {
  451. "path": "pages/user/mytihuolist",
  452. "style": {
  453. "navigationBarTitleText": "积分兑换",
  454. "navigationStyle": "custom"
  455. }
  456. },
  457. {
  458. "path": "pages/user/goodProduct",
  459. "style": {
  460. "navigationBarTitleText": "提货商品",
  461. "app-plus": {
  462. "titleNView": {
  463. "type": "transparent"
  464. }
  465. }
  466. }
  467. },
  468. {
  469. "path": "pages/user/notice",
  470. "style": {
  471. "navigationBarTitleText": "通知"
  472. }
  473. },
  474. {
  475. "path": "pages/user/xrtd",
  476. "style": {
  477. "navigationBarTitleText": "新人通道"
  478. }
  479. },
  480. {
  481. "path": "pages/user/approve",
  482. "style": {
  483. "navigationBarTitleText": "实名认证",
  484. "navigationBarBackgroundColor": "#ff0000",
  485. "navigationBarTextStyle": "white"
  486. }
  487. },
  488. {
  489. "path": "pages/user/sqjl",
  490. "style": {
  491. "navigationBarTitleText": "申请记录"
  492. }
  493. },
  494. {
  495. "path": "pages/order/index",
  496. "style": {
  497. "navigationStyle": "custom",
  498. "navigationBarTitleText": "我的订单",
  499. "app-plus": {
  500. "bounce": "none"
  501. }
  502. }
  503. },
  504. {
  505. "path": "pages/order/order",
  506. "style": {
  507. "navigationBarTitleText": "我的订单"
  508. }
  509. },
  510. {
  511. "path": "pages/order/order1",
  512. "style": {
  513. "navigationBarTitleText": "我的订单"
  514. }
  515. },
  516. {
  517. "path": "pages/order/expressInfo",
  518. "style": {
  519. "navigationBarTitleText": "快递详情"
  520. }
  521. },
  522. {
  523. "path": "pages/order/orderDetail",
  524. "style": {
  525. "navigationBarTitleText": "订单详情",
  526. "app-plus": {
  527. "bounce": "none"
  528. }
  529. }
  530. },
  531. {
  532. "path": "pages/order/hallorderDetail",
  533. "style": {
  534. "navigationBarTitleText": "订单详情",
  535. "app-plus": {
  536. "bounce": "none"
  537. }
  538. }
  539. },
  540. {
  541. "path": "pages/hall/hallpay",
  542. "style": {
  543. "navigationBarTitleText": "支付"
  544. }
  545. },
  546. {
  547. "path": "pages/order/evaluate",
  548. "style": {
  549. "navigationBarTitleText": "评论"
  550. }
  551. },
  552. {
  553. "path": "pages/order/orderRefund",
  554. "style": {
  555. "navigationBarTitleText": "申请退款"
  556. }
  557. },
  558. {
  559. "path": "pages/order/createOrder",
  560. "style": {
  561. "navigationBarTitleText": "创建订单"
  562. }
  563. }, {
  564. "path": "pages/money/pay",
  565. "style": {
  566. "navigationBarTitleText": "支付"
  567. }
  568. },
  569. {
  570. "path": "pages/money/paySuccess",
  571. "style": {
  572. "navigationBarTitleText": "支付成功"
  573. }
  574. },
  575. {
  576. "path": "pages/money/quick",
  577. "style": {
  578. "navigationBarTitleText": "闪兑"
  579. }
  580. },
  581. {
  582. "path": "pages/money/quickList",
  583. "style": {
  584. "navigationBarTitleText": "兑换记录"
  585. }
  586. },
  587. {
  588. "path": "pages/money/wallet",
  589. "style": {
  590. "navigationBarTitleText": "易趣卷转账"
  591. }
  592. },
  593. {
  594. "path": "pages/money/qdwallet",
  595. "style": {
  596. "navigationBarTitleText": "易豆转账"
  597. }
  598. },
  599. {
  600. "path": "pages/money/withdrawal",
  601. "style": {
  602. "navigationBarTitleText": "提现"
  603. }
  604. },
  605. {
  606. "path": "pages/money/recharge",
  607. "style": {
  608. "navigationBarTitleText": "充值"
  609. }
  610. },
  611. {
  612. "path": "pages/category/category",
  613. "style": {
  614. // #ifdef APP-PLUS
  615. "navigationStyle": "custom",
  616. // #endif
  617. // #ifndef MP
  618. "app-plus": {
  619. "bounce": "none",
  620. "titleNView": {
  621. "searchInput": {
  622. "backgroundColor": "rgba(231, 231, 231,.7)",
  623. "borderRadius": "16px",
  624. "placeholder": "商品搜索",
  625. "disabled": true,
  626. "placeholderColor": "#606266",
  627. "align": "left"
  628. }
  629. }
  630. },
  631. // #endif
  632. "navigationBarTitleText": "分类"
  633. }
  634. },
  635. {
  636. "path": "pages/redirect/redirect",
  637. "style": {
  638. "navigationBarTitleText": "微信登录跳转页面",
  639. "app-plus": {
  640. "titleNView": false
  641. }
  642. }
  643. },
  644. {
  645. "path": "pages/hall/hall",
  646. "style": {
  647. "navigationBarTitleText": "易趣会馆",
  648. "app-plus": {
  649. "titleNView": false
  650. }
  651. }
  652. },
  653. {
  654. "path": "pages/hall/halllist",
  655. "style": {
  656. "navigationBarTitleText": "会馆详情",
  657. "app-plus": {
  658. "titleNView": false
  659. }
  660. }
  661. },
  662. {
  663. "path": "pages/hall/hallinfo",
  664. "style": {
  665. "navigationBarTitleText": "场次详情",
  666. "app-plus": {
  667. "titleNView": false
  668. }
  669. }
  670. },
  671. {
  672. "path": "pages/hall/history",
  673. "style": {
  674. "navigationBarTitleText": "场次详情"
  675. }
  676. },
  677. {
  678. "path": "pages/money/money",
  679. "style": {
  680. "navigationBarTitleText": "财务",
  681. "app-plus": {
  682. "titleNView": false
  683. }
  684. }
  685. },
  686. {
  687. "path": "pages/user/myAppointment",
  688. "style": {
  689. "navigationBarTitleText": "我的易趣卷",
  690. "app-plus": {
  691. "titleNView": false
  692. }
  693. }
  694. },
  695. {
  696. "path": "pages/user/shareQrCode",
  697. "style": {
  698. "navigationBarTitleText": "邀请好友",
  699. "app-plus": {
  700. "titleNView": {
  701. "buttons": [{
  702. "text": "刷新 ",
  703. "float": "right",
  704. "color": "#1356FF",
  705. "fontSize": "14px"
  706. }]
  707. }
  708. }
  709. }
  710. }, {
  711. "path": "pages/money/qudou",
  712. "style": {
  713. "navigationBarTitleText": "我的趣豆",
  714. "enablePullDownRefresh": false,
  715. "app-plus": {
  716. "titleNView": false
  717. }
  718. }
  719. }
  720. ],
  721. "globalStyle": {
  722. "navigationBarTextStyle": "black",
  723. "navigationBarTitleText": "uni-app",
  724. "navigationBarBackgroundColor": "#FFFFFF",
  725. "backgroundColor": "#f8f8f8"
  726. },
  727. "tabBar": {
  728. "color": "#C0C4CC",
  729. "selectedColor": "#f42b4e",
  730. "borderStyle": "black",
  731. "backgroundColor": "#ffffff",
  732. "list": [{
  733. "pagePath": "pages/index/index",
  734. "iconPath": "static/tabBar/tab-home.png",
  735. "selectedIconPath": "static/tabBar/tab-home-current.png",
  736. "text": "首页"
  737. },
  738. // {
  739. // "pagePath": "pages/category/category",
  740. // "iconPath": "static/tabBar/tab-cate.png",
  741. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  742. // "text": "分类"
  743. // },
  744. {
  745. "pagePath": "pages/cart/cart",
  746. "iconPath": "static/tabBar/tab-pink.png",
  747. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  748. "text": "购物车"
  749. },
  750. // {
  751. // "pagePath": "pages/product/new",
  752. // "iconPath": "static/tabBar/tab-cart.png",
  753. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  754. // "text": "新品"
  755. // },
  756. {
  757. "pagePath": "pages/hall/hall",
  758. // "iconPath": "static/tabBar/tab-cart.png",
  759. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  760. "text": "趣豆会馆"
  761. },
  762. {
  763. "pagePath": "pages/order/index",
  764. // "iconPath": "static/tabBar/tab-cart.png",
  765. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  766. "text": "订单"
  767. },
  768. {
  769. "pagePath": "pages/money/money",
  770. // "iconPath": "static/tabBar/tab-cart.png",
  771. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  772. "text": "财务"
  773. },
  774. {
  775. "pagePath": "pages/user/user",
  776. "iconPath": "static/tabBar/tab-my.png",
  777. "selectedIconPath": "static/tabBar/tab-my-current.png",
  778. "text": "我的"
  779. }
  780. ]
  781. }
  782. }