pages.json 16 KB

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