pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^s-(.*)": "@/sheep/components/s-$1/s-$1.vue",
  6. "^su-(.*)": "@/sheep/ui/su-$1/su-$1.vue"
  7. }
  8. },
  9. "pages": [
  10. {
  11. "path": "pages/index/index",
  12. "aliasPath": "/",
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "enablePullDownRefresh": true
  16. },
  17. "meta": {
  18. "auth": false,
  19. "sync": true,
  20. "title": "首页",
  21. "group": "商城"
  22. }
  23. },
  24. {
  25. "path": "pages/index/user",
  26. "style": {
  27. "navigationBarTitleText": "个人中心",
  28. "enablePullDownRefresh": true
  29. },
  30. "meta": {
  31. "sync": true,
  32. "title": "个人中心",
  33. "group": "商城"
  34. }
  35. },
  36. {
  37. "path": "pages/index/category",
  38. "style": {
  39. "navigationBarTitleText": "产品大纲"
  40. },
  41. "meta": {
  42. "sync": true,
  43. "title": "产品大纲",
  44. "group": "商城"
  45. }
  46. },
  47. // {
  48. // "path": "pages/index/cart",
  49. // "style": {
  50. // "navigationBarTitleText": "购物车"
  51. // },
  52. // "meta": {
  53. // "sync": true,
  54. // "title": "购物车",
  55. // "group": "商城"
  56. // }
  57. // },
  58. {
  59. "path": "pages/index/login",
  60. "style": {
  61. "navigationBarTitleText": "登录"
  62. }
  63. },
  64. {
  65. "path": "pages/customerService/index",
  66. "style": {
  67. "navigationBarTitleText": "客服"
  68. },
  69. "meta": {
  70. "sync": true,
  71. "title": "客服",
  72. "group": "客服"
  73. }
  74. },
  75. {
  76. "path": "pages/ai/index",
  77. "style": {
  78. "navigationBarTitleText": "ai"
  79. },
  80. "meta": {
  81. "sync": true,
  82. "title": "ai",
  83. "group": "ai"
  84. }
  85. },
  86. {
  87. "path": "pages/index/search",
  88. "style": {
  89. "navigationBarTitleText": "搜索"
  90. },
  91. "meta": {
  92. "sync": true,
  93. "title": "搜索",
  94. "group": "商城"
  95. }
  96. },
  97. {
  98. "path": "pages/index/page",
  99. "style": {
  100. "navigationBarTitleText": ""
  101. },
  102. "meta": {
  103. "auth": false,
  104. "sync": true,
  105. "title": "自定义页面",
  106. "group": "商城"
  107. }
  108. }
  109. ],
  110. "subPackages": [
  111. {
  112. "root": "pages/goods",
  113. "pages": [
  114. {
  115. "path": "index",
  116. "style": {
  117. "navigationBarTitleText": "产品详情"
  118. },
  119. "meta": {
  120. "sync": true,
  121. "title": "普通产品",
  122. "group": "产品"
  123. }
  124. },
  125. {
  126. "path": "groupon",
  127. "style": {
  128. "navigationBarTitleText": "拼团产品"
  129. },
  130. "meta": {
  131. "sync": true,
  132. "title": "拼团产品",
  133. "group": "产品"
  134. }
  135. },
  136. {
  137. "path": "seckill",
  138. "style": {
  139. "navigationBarTitleText": "秒杀产品"
  140. },
  141. "meta": {
  142. "sync": true,
  143. "title": "秒杀产品",
  144. "group": "产品"
  145. }
  146. },
  147. {
  148. "path": "point",
  149. "style": {
  150. "navigationBarTitleText": "积分产品"
  151. },
  152. "meta": {
  153. "sync": true,
  154. "title": "积分产品",
  155. "group": "产品"
  156. }
  157. },
  158. {
  159. "path": "list",
  160. "style": {
  161. "navigationBarTitleText": "产品列表"
  162. },
  163. "meta": {
  164. "sync": true,
  165. "title": "产品列表",
  166. "group": "产品"
  167. }
  168. },
  169. {
  170. "path": "comment/add",
  171. "style": {
  172. "navigationBarTitleText": "评价产品"
  173. },
  174. "meta": {
  175. "auth": true
  176. }
  177. },
  178. {
  179. "path": "comment/list",
  180. "style": {
  181. "navigationBarTitleText": "产品评价"
  182. }
  183. }
  184. ]
  185. },
  186. {
  187. "root": "pages/order",
  188. "pages": [
  189. {
  190. "path": "detail",
  191. "style": {
  192. "navigationBarTitleText": "订单详情"
  193. },
  194. "meta": {
  195. "auth": true,
  196. "title": "订单详情"
  197. }
  198. },
  199. {
  200. "path": "confirm",
  201. "style": {
  202. "navigationBarTitleText": "确认订单"
  203. },
  204. "meta": {
  205. "auth": true,
  206. "title": "确认订单"
  207. }
  208. },
  209. {
  210. "path": "list",
  211. "style": {
  212. "navigationBarTitleText": "我的订单",
  213. "enablePullDownRefresh": true
  214. },
  215. "meta": {
  216. "auth": true,
  217. "sync": true,
  218. "title": "用户订单",
  219. "group": "订单中心"
  220. }
  221. },
  222. {
  223. "path": "aftersale/apply",
  224. "style": {
  225. "navigationBarTitleText": "申请售后"
  226. },
  227. "meta": {
  228. "auth": true,
  229. "title": "申请售后"
  230. }
  231. },
  232. {
  233. "path": "aftersale/return-delivery",
  234. "style": {
  235. "navigationBarTitleText": "退货物流"
  236. },
  237. "meta": {
  238. "auth": true,
  239. "title": "退货物流"
  240. }
  241. },
  242. {
  243. "path": "aftersale/list",
  244. "style": {
  245. "navigationBarTitleText": "售后列表"
  246. },
  247. "meta": {
  248. "auth": true,
  249. "sync": true,
  250. "title": "售后订单",
  251. "group": "订单中心"
  252. }
  253. },
  254. {
  255. "path": "aftersale/detail",
  256. "style": {
  257. "navigationBarTitleText": "售后详情"
  258. },
  259. "meta": {
  260. "auth": true,
  261. "title": "售后详情"
  262. }
  263. },
  264. {
  265. "path": "aftersale/log",
  266. "style": {
  267. "navigationBarTitleText": "售后进度"
  268. },
  269. "meta": {
  270. "auth": true,
  271. "title": "售后进度"
  272. }
  273. },
  274. {
  275. "path": "express/log",
  276. "style": {
  277. "navigationBarTitleText": "物流轨迹"
  278. },
  279. "meta": {
  280. "auth": true,
  281. "title": "物流轨迹"
  282. }
  283. }
  284. ]
  285. },
  286. {
  287. "root": "pages/user",
  288. "pages": [
  289. {
  290. "path": "info",
  291. "style": {
  292. "navigationBarTitleText": "我的信息"
  293. },
  294. "meta": {
  295. "auth": true,
  296. "sync": true,
  297. "title": "用户信息",
  298. "group": "用户中心"
  299. }
  300. },
  301. {
  302. "path": "goods-collect",
  303. "style": {
  304. "navigationBarTitleText": "我的收藏"
  305. },
  306. "meta": {
  307. "auth": true,
  308. "sync": true,
  309. "title": "产品收藏",
  310. "group": "用户中心"
  311. }
  312. },
  313. {
  314. "path": "goods-log",
  315. "style": {
  316. "navigationBarTitleText": "我的足迹"
  317. },
  318. "meta": {
  319. "auth": true,
  320. "sync": true,
  321. "title": "浏览记录",
  322. "group": "用户中心"
  323. }
  324. },
  325. {
  326. "path": "address/list",
  327. "style": {
  328. "navigationBarTitleText": "收货地址"
  329. },
  330. "meta": {
  331. "auth": true,
  332. "sync": true,
  333. "title": "地址管理",
  334. "group": "用户中心"
  335. }
  336. },
  337. {
  338. "path": "address/edit",
  339. "style": {
  340. "navigationBarTitleText": "编辑地址"
  341. },
  342. "meta": {
  343. "auth": true,
  344. "title": "编辑地址"
  345. }
  346. },
  347. {
  348. "path": "goods_details_store/index",
  349. "style": {
  350. "navigationBarTitleText": "自提门店"
  351. },
  352. "meta": {
  353. "auth": true,
  354. "sync": true,
  355. "title": "地址管理",
  356. "group": "用户中心"
  357. }
  358. },
  359. {
  360. "path": "wallet/money",
  361. "style": {
  362. "navigationBarTitleText": "我的余额"
  363. },
  364. "meta": {
  365. "auth": true,
  366. "sync": true,
  367. "title": "用户余额",
  368. "group": "用户中心"
  369. }
  370. },
  371. {
  372. "path": "wallet/score",
  373. "style": {
  374. "navigationBarTitleText": "我的积分"
  375. },
  376. "meta": {
  377. "auth": true,
  378. "sync": true,
  379. "title": "用户积分",
  380. "group": "用户中心"
  381. }
  382. }
  383. ]
  384. },
  385. {
  386. "root": "pages/commission",
  387. "pages": [
  388. {
  389. "path": "index",
  390. "style": {
  391. "navigationBarTitleText": "分销"
  392. },
  393. "meta": {
  394. "auth": true,
  395. "sync": true,
  396. "title": "分销中心",
  397. "group": "分销商城"
  398. }
  399. },
  400. {
  401. "path": "wallet",
  402. "style": {
  403. "navigationBarTitleText": "我的佣金"
  404. },
  405. "meta": {
  406. "auth": true,
  407. "sync": true,
  408. "title": "用户佣金",
  409. "group": "分销中心"
  410. }
  411. },
  412. {
  413. "path": "goods",
  414. "style": {
  415. "navigationBarTitleText": "推广产品"
  416. },
  417. "meta": {
  418. "auth": true,
  419. "sync": true,
  420. "title": "推广产品",
  421. "group": "分销商城"
  422. }
  423. },
  424. {
  425. "path": "order",
  426. "style": {
  427. "navigationBarTitleText": "分销订单"
  428. },
  429. "meta": {
  430. "auth": true,
  431. "sync": true,
  432. "title": "分销订单",
  433. "group": "分销商城"
  434. }
  435. },
  436. {
  437. "path": "team",
  438. "style": {
  439. "navigationBarTitleText": "我的团队"
  440. },
  441. "meta": {
  442. "auth": true,
  443. "sync": true,
  444. "title": "我的团队",
  445. "group": "分销商城"
  446. }
  447. },
  448. {
  449. "path": "promoter",
  450. "style": {
  451. "navigationBarTitleText": "推广人排行榜"
  452. },
  453. "meta": {
  454. "auth": true,
  455. "sync": true,
  456. "title": "推广人排行榜",
  457. "group": "分销商城"
  458. }
  459. },
  460. {
  461. "path": "commission-ranking",
  462. "style": {
  463. "navigationBarTitleText": "佣金排行榜"
  464. },
  465. "meta": {
  466. "auth": true,
  467. "sync": true,
  468. "title": "佣金排行榜",
  469. "group": "分销商城"
  470. }
  471. },
  472. {
  473. "path": "withdraw",
  474. "style": {
  475. "navigationBarTitleText": "申请提现"
  476. },
  477. "meta": {
  478. "auth": true,
  479. "sync": true,
  480. "title": "申请提现",
  481. "group": "分销商城"
  482. }
  483. }
  484. ]
  485. },
  486. {
  487. "root": "pages/app",
  488. "pages": [
  489. {
  490. "path": "sign",
  491. "style": {
  492. "navigationBarTitleText": "签到中心"
  493. },
  494. "meta": {
  495. "auth": true,
  496. "sync": true,
  497. "title": "签到中心",
  498. "group": "应用"
  499. }
  500. }
  501. ]
  502. },
  503. {
  504. "root": "pages/public",
  505. "pages": [
  506. {
  507. "path": "setting",
  508. "style": {
  509. "navigationBarTitleText": "系统设置"
  510. },
  511. "meta": {
  512. "sync": true,
  513. "title": "系统设置",
  514. "group": "通用"
  515. }
  516. },
  517. {
  518. "path": "richtext",
  519. "style": {
  520. "navigationBarTitleText": "富文本"
  521. },
  522. "meta": {
  523. "sync": true,
  524. "title": "富文本",
  525. "group": "通用"
  526. }
  527. },
  528. {
  529. "path": "faq",
  530. "style": {
  531. "navigationBarTitleText": "常见问题"
  532. },
  533. "meta": {
  534. "sync": true,
  535. "title": "常见问题",
  536. "group": "通用"
  537. }
  538. },
  539. {
  540. "path": "error",
  541. "style": {
  542. "navigationBarTitleText": "错误页面"
  543. }
  544. },
  545. {
  546. "path": "webview",
  547. "style": {
  548. "navigationBarTitleText": ""
  549. }
  550. }
  551. ]
  552. },
  553. {
  554. "root": "pages/coupon",
  555. "pages": [
  556. {
  557. "path": "list",
  558. "style": {
  559. "navigationBarTitleText": "领券中心"
  560. },
  561. "meta": {
  562. "sync": true,
  563. "title": "领券中心",
  564. "group": "优惠券"
  565. }
  566. },
  567. {
  568. "path": "detail",
  569. "style": {
  570. "navigationBarTitleText": "优惠券"
  571. },
  572. "meta": {
  573. "auth": false,
  574. "sync": true,
  575. "title": "优惠券详情",
  576. "group": "优惠券"
  577. }
  578. }
  579. ]
  580. },
  581. {
  582. "root": "pages/chat",
  583. "pages": [
  584. {
  585. "path": "index",
  586. "style": {
  587. "navigationBarTitleText": "客服"
  588. },
  589. "meta": {
  590. "auth": true,
  591. "sync": true,
  592. "title": "客服",
  593. "group": "客服"
  594. }
  595. }
  596. ]
  597. },
  598. {
  599. "root": "pages/pay",
  600. "pages": [
  601. {
  602. "path": "index",
  603. "style": {
  604. "navigationBarTitleText": "收银台"
  605. }
  606. },
  607. {
  608. "path": "result",
  609. "style": {
  610. "navigationBarTitleText": "支付结果"
  611. }
  612. },
  613. {
  614. "path": "recharge",
  615. "style": {
  616. "navigationBarTitleText": "充值余额"
  617. },
  618. "meta": {
  619. "auth": true,
  620. "sync": true,
  621. "title": "充值余额",
  622. "group": "支付"
  623. }
  624. },
  625. {
  626. "path": "recharge-log",
  627. "style": {
  628. "navigationBarTitleText": "充值记录"
  629. },
  630. "meta": {
  631. "auth": true,
  632. "sync": true,
  633. "title": "充值记录",
  634. "group": "支付"
  635. }
  636. }
  637. ]
  638. },
  639. {
  640. "root": "pages/activity",
  641. "pages": [
  642. {
  643. "path": "groupon/detail",
  644. "style": {
  645. "navigationBarTitleText": "拼团详情"
  646. }
  647. },
  648. {
  649. "path": "groupon/order",
  650. "style": {
  651. "navigationBarTitleText": "我的拼团",
  652. "enablePullDownRefresh": true
  653. },
  654. "meta": {
  655. "auth": true,
  656. "sync": true,
  657. "title": "拼团订单",
  658. "group": "营销活动"
  659. }
  660. },
  661. {
  662. "path": "index",
  663. "style": {
  664. "navigationBarTitleText": "营销产品"
  665. },
  666. "meta": {
  667. "sync": true,
  668. "title": "营销产品",
  669. "group": "营销活动"
  670. }
  671. },
  672. {
  673. "path": "groupon/list",
  674. "style": {
  675. "navigationBarTitleText": "拼团活动"
  676. },
  677. "meta": {
  678. "sync": true,
  679. "title": "拼团活动",
  680. "group": "营销活动"
  681. }
  682. },
  683. {
  684. "path": "seckill/list",
  685. "style": {
  686. "navigationBarTitleText": "秒杀活动"
  687. },
  688. "meta": {
  689. "sync": true,
  690. "title": "秒杀活动",
  691. "group": "营销活动"
  692. }
  693. },
  694. {
  695. "path": "point/list",
  696. "style": {
  697. "navigationBarTitleText": "积分商城"
  698. },
  699. "meta": {
  700. "sync": true,
  701. "title": "积分商城",
  702. "group": "营销活动"
  703. }
  704. }
  705. ]
  706. }
  707. ],
  708. "globalStyle": {
  709. "navigationBarTextStyle": "black",
  710. "navigationBarTitleText": "江苏赢伟达资产管理有限公司",
  711. "navigationBarBackgroundColor": "#FFFFFF",
  712. "backgroundColor": "#FFFFFF",
  713. "navigationStyle": "custom"
  714. },
  715. "tabBar": {
  716. "list": [
  717. {
  718. "pagePath": "pages/index/index"
  719. },
  720. // {
  721. // "pagePath": "pages/index/cart"
  722. // },
  723. {
  724. "pagePath": "pages/index/user"
  725. }
  726. ]
  727. }
  728. }