pages.json 15 KB

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