pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  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/mygs",
  204. "style": {
  205. "navigationBarTitleText": "我的收益",
  206. "app-plus": {
  207. "titleNView": false
  208. }
  209. }
  210. },
  211. {
  212. "path": "pages/public/forget",
  213. "style": {
  214. "navigationBarTitleText": "忘记密码",
  215. "app-plus": {
  216. "titleNView": {
  217. "type": "transparent"
  218. }
  219. }
  220. }
  221. },
  222. {
  223. "path": "pages/product/reply",
  224. "style": {
  225. "navigationBarTitleText": "商品评价",
  226. "app-plus": {
  227. "titleNView": {
  228. "type": "transparent"
  229. }
  230. }
  231. }
  232. },
  233. {
  234. "path": "pages/product/product",
  235. "style": {
  236. "navigationBarTitleText": "详情展示",
  237. "app-plus": {
  238. "titleNView": {
  239. "type": "transparent"
  240. }
  241. }
  242. }
  243. },
  244. {
  245. "path": "pages/hall/porducthall",
  246. "style": {
  247. "navigationBarTitleText": "详情展示",
  248. "app-plus": {
  249. "titleNView": {
  250. "type": "transparent"
  251. }
  252. }
  253. }
  254. },
  255. {
  256. "path": "pages/hall/gsell",
  257. "style": {
  258. "navigationBarTitleText": "挂售"
  259. }
  260. },
  261. {
  262. "path": "pages/product/list",
  263. "style": {
  264. "navigationBarTitleText": "商品列表"
  265. }
  266. },
  267. {
  268. "path": "pages/product/zero",
  269. "style": {
  270. "navigationBarTitleText": "0元购",
  271. "navigationBarBackgroundColor": "#DC262B",
  272. "navigationBarTextStyle": "white"
  273. }
  274. },
  275. {
  276. "path": "pages/store/store",
  277. "style": {
  278. "navigationBarTitleText": "同城好店"
  279. }
  280. },
  281. {
  282. "path": "pages/store/shopDetail",
  283. "style": {
  284. "navigationBarTitleText": "好店详情"
  285. }
  286. },
  287. {
  288. "path": "pages/store/shopList",
  289. "style": {
  290. "navigationBarTitleText": "好店列表"
  291. }
  292. },
  293. {
  294. "path": "pages/index/message",
  295. "style": {
  296. "navigationBarTitleText": "官方公告"
  297. }
  298. },
  299. {
  300. "path": "pages/index/messageInfo",
  301. "style": {
  302. "navigationBarTitleText": "公告详情"
  303. }
  304. },
  305. {
  306. "path": "pages/product/search",
  307. "style": {
  308. "enablePullDownRefresh": true,
  309. // #ifdef APP-PLUS
  310. "navigationStyle": "custom",
  311. // #endif
  312. // #ifndef MP || APP-PLUS
  313. "app-plus": {
  314. "titleNView": {
  315. "searchInput": {
  316. "backgroundColor": "rgba(231, 231, 231,.7)",
  317. "borderRadius": "16px",
  318. "placeholder": "请输入关键字",
  319. "disabled": false,
  320. "placeholderColor": "#606266",
  321. "align": "left"
  322. },
  323. "buttons": [{
  324. "text": "搜索",
  325. "fontSize": "14",
  326. "color": "#303133",
  327. "background": "rgba(0,0,0,0)",
  328. "width": "40px"
  329. }]
  330. }
  331. },
  332. // #endif
  333. "navigationBarTitleText": "搜索"
  334. }
  335. },
  336. {
  337. "path": "pages/product/classify",
  338. "style": {
  339. "navigationBarTitleText": "",
  340. "app-plus": {
  341. "titleNView": {
  342. "type": "none"
  343. }
  344. }
  345. }
  346. },
  347. {
  348. "path": "pages/set/set",
  349. "style": {
  350. "navigationBarTitleText": "设置"
  351. }
  352. },
  353. {
  354. "path": "pages/set/address",
  355. "style": {
  356. "navigationBarTitleText": "收货地址"
  357. }
  358. },
  359. {
  360. "path": "pages/set/addressManage",
  361. "style": {
  362. "navigationBarTitleText": ""
  363. }
  364. },
  365. {
  366. "path": "pages/set/phone",
  367. "style": {
  368. "navigationBarTitleText": "绑定手机"
  369. }
  370. },
  371. {
  372. "path": "pages/set/password",
  373. "style": {
  374. "navigationBarTitleText": "修改密码"
  375. }
  376. },
  377. {
  378. "path": "pages/set/userinfo",
  379. "style": {
  380. "navigationBarTitleText": "修改资料"
  381. }
  382. }, {
  383. "path": "pages/cart/cart",
  384. "style": {
  385. "navigationBarTitleText": "购物车"
  386. }
  387. },
  388. {
  389. "path": "pages/user/user",
  390. "style": {
  391. "navigationBarTitleText": "个人中心",
  392. "app-plus": {
  393. "titleNView": false
  394. }
  395. }
  396. },
  397. {
  398. "path": "pages/user/award",
  399. "style": {
  400. "navigationBarTitleText": "奖励明细",
  401. "app-plus": {
  402. "titleNView": {
  403. "type": "transparent"
  404. }
  405. }
  406. }
  407. },
  408. {
  409. "path": "pages/user/gzsq",
  410. "style": {
  411. "navigationBarTitleText": "馆长申请"
  412. }
  413. },
  414. {
  415. "path": "pages/user/myfans",
  416. "style": {
  417. "navigationBarTitleText": "我的粉丝"
  418. }
  419. },
  420. {
  421. "path": "pages/user/myproduct",
  422. "style": {
  423. "navigationBarTitleText": "我的商品"
  424. }
  425. },
  426. {
  427. "path": "pages/user/myyue",
  428. "style": {
  429. "navigationBarTitleText": "我的余额",
  430. "app-plus": {
  431. "titleNView": {
  432. "type": "transparent"
  433. }
  434. }
  435. }
  436. },
  437. {
  438. "path": "pages/user/notice",
  439. "style": {
  440. "navigationBarTitleText": "通知"
  441. }
  442. },
  443. {
  444. "path": "pages/user/xrtd",
  445. "style": {
  446. "navigationBarTitleText": "新人通道"
  447. }
  448. },
  449. {
  450. "path": "pages/user/approve",
  451. "style": {
  452. "navigationBarTitleText": "实名认证",
  453. "navigationBarBackgroundColor": "#ff0000",
  454. "navigationBarTextStyle": "white"
  455. }
  456. },
  457. {
  458. "path": "pages/user/sqjl",
  459. "style": {
  460. "navigationBarTitleText": "申请记录"
  461. }
  462. },
  463. {
  464. "path": "pages/order/index",
  465. "style": {
  466. "navigationStyle": "custom",
  467. "navigationBarTitleText": "我的订单",
  468. "app-plus": {
  469. "bounce": "none"
  470. }
  471. }
  472. },
  473. {
  474. "path": "pages/order/order",
  475. "style": {
  476. "navigationBarTitleText": "我的订单"
  477. }
  478. },
  479. {
  480. "path": "pages/order/order1",
  481. "style": {
  482. "navigationBarTitleText": "我的订单"
  483. }
  484. },
  485. {
  486. "path": "pages/order/expressInfo",
  487. "style": {
  488. "navigationBarTitleText": "快递详情"
  489. }
  490. },
  491. {
  492. "path": "pages/order/orderDetail",
  493. "style": {
  494. "navigationBarTitleText": "订单详情",
  495. "app-plus": {
  496. "bounce": "none"
  497. }
  498. }
  499. },
  500. {
  501. "path": "pages/order/hallorderDetail",
  502. "style": {
  503. "navigationBarTitleText": "订单详情",
  504. "app-plus": {
  505. "bounce": "none"
  506. }
  507. }
  508. },
  509. {
  510. "path": "pages/hall/hallpay",
  511. "style": {
  512. "navigationBarTitleText": "支付"
  513. }
  514. },
  515. {
  516. "path": "pages/order/evaluate",
  517. "style": {
  518. "navigationBarTitleText": "评论"
  519. }
  520. },
  521. {
  522. "path": "pages/order/orderRefund",
  523. "style": {
  524. "navigationBarTitleText": "申请退款"
  525. }
  526. },
  527. {
  528. "path": "pages/order/createOrder",
  529. "style": {
  530. "navigationBarTitleText": "创建订单"
  531. }
  532. }, {
  533. "path": "pages/money/pay",
  534. "style": {
  535. "navigationBarTitleText": "支付"
  536. }
  537. },
  538. {
  539. "path": "pages/money/paySuccess",
  540. "style": {
  541. "navigationBarTitleText": "支付成功"
  542. }
  543. },
  544. {
  545. "path": "pages/money/quick",
  546. "style": {
  547. "navigationBarTitleText": "闪兑"
  548. }
  549. },
  550. {
  551. "path": "pages/money/quickList",
  552. "style": {
  553. "navigationBarTitleText": "兑换记录"
  554. }
  555. },
  556. {
  557. "path": "pages/money/wallet",
  558. "style": {
  559. "navigationBarTitleText": "易趣卷转账"
  560. }
  561. },
  562. {
  563. "path": "pages/money/qdwallet",
  564. "style": {
  565. "navigationBarTitleText": "易豆转账"
  566. }
  567. },
  568. {
  569. "path": "pages/money/withdrawal",
  570. "style": {
  571. "navigationBarTitleText": "提现"
  572. }
  573. },
  574. {
  575. "path": "pages/money/recharge",
  576. "style": {
  577. "navigationBarTitleText": "充值"
  578. }
  579. },
  580. {
  581. "path": "pages/category/category",
  582. "style": {
  583. // #ifdef APP-PLUS
  584. "navigationStyle": "custom",
  585. // #endif
  586. // #ifndef MP
  587. "app-plus": {
  588. "bounce": "none",
  589. "titleNView": {
  590. "searchInput": {
  591. "backgroundColor": "rgba(231, 231, 231,.7)",
  592. "borderRadius": "16px",
  593. "placeholder": "商品搜索",
  594. "disabled": true,
  595. "placeholderColor": "#606266",
  596. "align": "left"
  597. }
  598. }
  599. },
  600. // #endif
  601. "navigationBarTitleText": "分类"
  602. }
  603. },
  604. {
  605. "path": "pages/redirect/redirect",
  606. "style": {
  607. "navigationBarTitleText": "微信登录跳转页面",
  608. "app-plus": {
  609. "titleNView": false
  610. }
  611. }
  612. },
  613. {
  614. "path": "pages/hall/hall",
  615. "style": {
  616. "navigationBarTitleText": "易趣会馆",
  617. "app-plus": {
  618. "titleNView": false
  619. }
  620. }
  621. },
  622. {
  623. "path": "pages/hall/halllist",
  624. "style": {
  625. "navigationBarTitleText": "会馆详情",
  626. "app-plus": {
  627. "titleNView": false
  628. }
  629. }
  630. },
  631. {
  632. "path": "pages/hall/hallinfo",
  633. "style": {
  634. "navigationBarTitleText": "场次详情",
  635. "app-plus": {
  636. "titleNView": false
  637. }
  638. }
  639. },
  640. {
  641. "path": "pages/hall/history",
  642. "style": {
  643. "navigationBarTitleText": "场次详情"
  644. }
  645. },
  646. {
  647. "path": "pages/money/money",
  648. "style": {
  649. "navigationBarTitleText": "财务",
  650. "app-plus": {
  651. "titleNView": false
  652. }
  653. }
  654. },
  655. {
  656. "path": "pages/user/myAppointment",
  657. "style": {
  658. "navigationBarTitleText": "我的易趣卷",
  659. "app-plus": {
  660. "titleNView": false
  661. }
  662. }
  663. },
  664. {
  665. "path": "pages/user/shareQrCode",
  666. "style": {
  667. "navigationBarTitleText": "邀请好友"
  668. }
  669. }, {
  670. "path": "pages/money/qudou",
  671. "style": {
  672. "navigationBarTitleText": "我的趣豆",
  673. "enablePullDownRefresh": false,
  674. "app-plus": {
  675. "titleNView": false
  676. }
  677. }
  678. }
  679. ],
  680. "globalStyle": {
  681. "navigationBarTextStyle": "black",
  682. "navigationBarTitleText": "uni-app",
  683. "navigationBarBackgroundColor": "#FFFFFF",
  684. "backgroundColor": "#f8f8f8"
  685. },
  686. "tabBar": {
  687. "color": "#C0C4CC",
  688. "selectedColor": "#000000",
  689. "borderStyle": "black",
  690. "backgroundColor": "#ffffff",
  691. "list": [{
  692. "pagePath": "pages/index/index",
  693. "iconPath": "static/tabBar/tab-home.png",
  694. "selectedIconPath": "static/tabBar/tab-home-current.png",
  695. "text": "首页"
  696. },
  697. {
  698. "pagePath": "pages/category/category",
  699. "iconPath": "static/tabBar/tab-cate.png",
  700. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  701. "text": "分类"
  702. },
  703. {
  704. "pagePath": "pages/cart/cart",
  705. "iconPath": "static/tabBar/tab-pink.png",
  706. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  707. "text": "购物车"
  708. },
  709. // {
  710. // "pagePath": "pages/product/new",
  711. // "iconPath": "static/tabBar/tab-cart.png",
  712. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  713. // "text": "新品"
  714. // },
  715. {
  716. "pagePath": "pages/hall/hall",
  717. // "iconPath": "static/tabBar/tab-cart.png",
  718. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  719. "text": "趣豆会馆"
  720. },
  721. {
  722. "pagePath": "pages/order/index",
  723. // "iconPath": "static/tabBar/tab-cart.png",
  724. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  725. "text": "订单"
  726. },
  727. {
  728. "pagePath": "pages/money/money",
  729. // "iconPath": "static/tabBar/tab-cart.png",
  730. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  731. "text": "财务"
  732. },
  733. {
  734. "pagePath": "pages/user/user",
  735. "iconPath": "static/tabBar/tab-my.png",
  736. "selectedIconPath": "static/tabBar/tab-my-current.png",
  737. "text": "我的"
  738. }
  739. ]
  740. }
  741. }